vnugent
a7ec489d44
fix: fixes subtitle text max width causing profile and hamburger menu to wrap
10 months ago
silberengel
647e4aa5ef
fix formatting
10 months ago
Michael J
e9629fb937
Merges pull request #60
...
Fix Events page and clean up code
10 months ago
buttercat1791
fef9ddaba8
Fix a bug where search type failed to change as expected
...
Also add a placeholder generic search query to be used with future fuzzy/full-text/semantic search capabilities.
10 months ago
buttercat1791
6d91bb7fc0
Encode event search queries in URL query string
10 months ago
buttercat1791
8b61566322
Consolidate some state values in search
10 months ago
buttercat1791
046d73b42e
Make user profile a typedefs file
10 months ago
buttercat1791
82f0d46abd
Clean up unused functions on events page
10 months ago
buttercat1791
43eddd3ede
Extract user profile to new interface
10 months ago
buttercat1791
da02c20b82
Update Deno lockfile
10 months ago
silberengel
f0400533ea
display nested publications
10 months ago
silberengel
af4fde59b2
fixed event input
10 months ago
silberengel
b6be86a6ae
Implemented event publisher subfiles
10 months ago
silberengel
cbc86b07ba
add clear form and editing to eventinput
10 months ago
silberengel
9fae55f68d
get rid of clear cache button, get rid of view full event button, make hex id label into a button, do a better job identifying hex ids
10 months ago
silberengel
9bbdfc1618
Added helpful text and allow for multi-tag eventinput
10 months ago
silberengel
f017be32a0
fixed broken node hyperlinks
10 months ago
silberengel
1de5f5a4ea
fixed legend
10 months ago
silberengel
a1733131e9
fix npub search in mentions and get rid of redundant nostr: prefix
10 months ago
silberengel
821d0ff3e3
fix login persistence
10 months ago
silberengel
9ce9cfd517
fix embedded events
10 months ago
silberengel
e73d20f4d6
got t: searches working again
10 months ago
silberengel
f310320c6e
fixed profile search
10 months ago
silberengel
d7483e934f
fixed event embedding
10 months ago
silberengel
ce40eade26
fixed ToC order
10 months ago
silberengel
358e81096f
Added tagline
10 months ago
silberengel
b9cd3ba10c
load publication in order
10 months ago
silberengel
fc34d68a83
fixed publications
10 months ago
silberengel
9c53a56413
all tests passing
10 months ago
silberengel
c86cc266e9
Cleaned up all of the parameter calls for ndk
10 months ago
silberengel
14169961a5
Merge remote-tracking branch 'origin/fix-merge' - preserving boss's improvements including NDK state sharing, code cleanup, and auth store refactoring
10 months ago
silberengel
41da2df0b7
fixed profile searches
10 months ago
buttercat1791
0dab77b9dd
Improve NDK state sharing
...
- Use SvelteKit context instead of stores to share NDK instance (see https://svelte.dev/docs/svelte/context )
- Clean up some dead code
- Move some standalone CSS into `app.css`
10 months ago
buttercat1791
37f331ad38
Some more minor cleanup
10 months ago
buttercat1791
5e01e126bc
Remove an unused import
10 months ago
buttercat1791
98dba98b93
Tidy and organize Nostr event embedding markup
...
- Svelte components and snippets that support embedded event rendering are moved to `src/lib/components/embedded_events` dir.
- Some now-unused components are removed entirely.
- Imports are updated.
10 months ago
buttercat1791
d8c64260b3
Refactor markup generator for embedded events into Svelte snippets
...
- Eliminate a component that is no longer needed.
- Reduce duplicate code.
- Tidy up code along the way.
- Ran `deno fmt` to auto-format code (hence the large diff).
10 months ago
silberengel
300dc2c66d
Corrected build for docker
10 months ago
silberengel
1435a74a30
fixed markup images
10 months ago
silberengel
2d987c0a63
Fixed embedded events on events page
10 months ago
silberengel
5d7d7380ee
fixed hashtag spacing
10 months ago
silberengel
b2b2d8fbe7
fixed image expansion button
10 months ago
silberengel
41a0771a5d
find profiles better
10 months ago
silberengel
93c25f4826
fixed image display
...
fixed user outline display
fixed visualization node links and added backlink
consolidated common parser functions
10 months ago
silberengel
bf992b7e9e
Merge branch 'fix-merge' of ssh://onedev.gitcitadel.eu:6611/Alexandria/gc-alexandria into fix-merge
10 months ago
silberengel
0bd5a3f453
fix event result display
10 months ago
buttercat1791
1380c3c66b
Add explanatory note for LLMs around WS pool
10 months ago
buttercat1791
42cc8aa6d9
Revert memory limit env vars
10 months ago
silberengel
53d3c33ee8
fixed my notes redirection
10 months ago
buttercat1791
e9405c8361
Lock Deno version in Dockerfile
...
This avoids a memory leak bug in the latest version of Deno.
10 months ago