buttercat1791
d62bff8236
Turn off SSR for all pages
6 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`
7 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).
7 months ago
silberengel
f199f356a8
allow for differentiation: ssr versus client rendering
7 months ago
buttercat1791
bc22b21c33
Turn SSR back on
8 months ago
buttercat1791
2bb42d3ec4
Clean up and refactor based on AI code review
8 months ago
buttercat1791
4a4b29f46c
Clean up old pages and add TODOs to new ones
8 months ago
buttercat1791
3b7ffb913f
Fix warnings and errors thrown be Deno's linter
8 months ago
silberengel
5e72e31fca
interim bugfix state
8 months ago
silberengel
5ceaced771
ran prettier
8 months ago
silberengel
14246339b0
fallback to npub, when Amber session breaks
8 months ago
silberengel
7cd1a522f2
Made Amber session persistent.
8 months ago
silberengel
97036fe930
fixed all logins/logouts
...
universal user store
8 months ago
Silberengel
c37a3f3a73
rudimentary LaTeX implementation for Markup
8 months ago
Silberengel
5c9bd4bc72
close issue#166 update master to newest version
1 year ago
buttercat1791
316fcb1b7a
Use more idiomatic Svelte 5/SvelteKit 2 loading patterns
1 year ago
buttercat1791
de919ebfa1
Configure for static site generation
...
Build currently fails because some routes are dynamic.
1 year ago
buttercat1791
452a73cec2
Configure for static site generation
...
Build currently fails because some routes are dynamic.
1 year ago