829f3ced73
feat(notes): added notes graph
2025-02-28 16:56:19 +01:00
c11301e0c0
feat(readlist): added link archiving functionality
2025-02-28 12:53:43 +01:00
b57d4f45fd
feat(feeds): added the ability to save a feed entry as saved link
2025-02-28 12:36:59 +01:00
a20cb2964b
feat(qn): added linking between feeds links and notes
2025-02-28 12:32:45 +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
778d6759cc
feat(frontend): extract reusable card components
...
- Create Card and CardList components for consistent item display
- Add shared types for Notes, Feeds, and ReadLater items
- Refactor notes page to use new components
- Set up basic structure for feeds and read later pages
2025-02-21 16:06:35 +01:00
c1873066eb
test(frontend): add e2e tests for notes functionality
...
- Add tests for note creation, editing, and linking
- Configure Playwright for cross-browser testing
- Ensure reliable test execution with proper waits
- Use single worker due to shared database state
2025-02-21 13:26:18 +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
6f1626b3b8
refactor(frontend): remove link parsing and use backend links
2025-02-21 09:09:13 +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