Commit Graph

12 Commits

Author SHA1 Message Date
Per Stark 7b850769c9 fix: html-router modals and add insta snapshot tests.
Avoid nested forms in the scratchpad editor, centralize modal lifecycle in modal.js, return HTMX partials from archive, and add template compile plus layout snapshots.
2026-06-03 20:20:43 +02:00
Per Stark b25cfb4633 feat: add user theme preference
- Add theme field to User model (common)
- Create migration for theme field
- Add theme selection to Account Settings (html-router)
- Implement server-side theme rendering in base template
- Update JS for system/preference theme handling
- Remove header theme toggle for authenticated users
2026-01-16 13:54:07 +01:00
Per Stark 17f252e630 release: 1.0.0
fix: cargo dist
2026-01-11 20:35:01 +01:00
Per Stark 35ff4e1464 feat: manual entity creation
chore: clippy
2025-10-15 21:50:52 +02:00
Per Stark 153efd1a98 feat: d3js instead of plotly, improved graph visualisation 2025-09-06 20:44:41 +02:00
Per Stark 30b9e7673c fix: markdown rendering and scrolling
fix: markdown rendering for search results
2025-05-19 11:34:05 +02:00
Per Stark 0c09b13a38 feat: site wide sidebar 2025-04-22 11:58:54 +02:00
Per Stark 6e4aa12fb2 fix: sorting of conv lists, streaming responses 2025-04-16 16:23:08 +02:00
Per Stark e571e6ec76 chat history markdown rendering 2025-04-10 11:54:22 +02:00
Per Stark 233df1b79a fix: own implementation of stream parser 2025-04-10 08:23:55 +02:00
Per Stark c000ac07b3 refactor: uniform toast and better error display 2025-04-08 15:45:16 +02:00
Per Stark 5bc48fb30b refactor: better separation of dependencies to crates
node stuff to html crate only
2025-04-04 12:50:38 +02:00