Commit graph

13 commits

Author SHA1 Message Date
c3b15a14d2
feat: enhance Shiori import with progress indicator and error handling 2025-03-04 17:54:49 +01:00
1b46c7810b
feat(feeds): add initial implementation of the feed reader 2025-02-28 11:39:25 +01:00
38a4a7f5b5
feat(readlist): initial readlist implementation (broken) 2025-02-21 18:10:10 +01:00
26bfc9c5d6
feat(infra): add pre-commit checks and linting
- Add pre-commit script with frontend and backend checks
- Add golangci-lint configuration
- Add pre-commit-checks cursor rule
- Update frontend note handling and linking
- Improve backend note functionality and tests
- Moved build.sh to scripts directory
2025-02-21 10:48:26 +01:00
ccc58b2898
refactor(notes): move note functionality into dedicated package 2025-02-21 09:35:37 +01:00
91e5d7529f
feat(go): implement note linking with tests 2025-02-21 09:01:58 +01:00
c030d3e43a
refactor(go): migrate to Gin framework 2025-02-21 08:47:07 +01:00
4aa4541913
refactor(go): migrate to GORM with pure Go SQLite driver 2025-02-21 08:33:00 +01:00
ad1405bb12
refactor(go): clean up logging to remove debug statements 2025-02-21 08:09:53 +01:00
6ccbec281a
refactor(notes): move UUID generation from frontend to backend 2025-02-21 08:04:38 +01:00
efcf7803de
lint(frontend): fixed frontend linting errors and updated to svelte 5 2025-02-21 08:04:18 +01:00
694af7ae91
feat(go): fixed client side routing 2025-02-21 08:03:29 +01:00
51c405101a
feat(qn): initial commit 2025-02-21 08:03:20 +01:00