Renovate
2e45ae3c1b
chore(deps): update dependency globals to v16
2025-03-17 12:03:19 +01:00
Renovate
57363329f6
chore(deps): update dependency eslint-plugin-svelte to v3
2025-03-17 12:00:23 +01:00
80f81712b0
Merge pull request 'chore(deps): update dependency font-awesome to v6.7.2' ( #2 ) from renovate/font-awesome-6.x into main
...
Reviewed-on: https://tehga.me/forgejo/forgejo/wasp/quicknotes/pulls/2
2025-03-17 11:57:56 +01:00
Renovate
c33fd2a357
chore(deps): update dependency font-awesome to v6.7.2
2025-03-17 11:56:53 +01:00
Renovate
e060acc9ca
chore(deps): update dependency @playwright/test to v1.51.0
2025-03-17 11:56:52 +01:00
dbccc2b138
Add renovate.json
...
Signed-off-by: wasp <wasp@wasp.ovh>
2025-03-17 11:43:24 +01:00
60f3340536
docs(specs): added specs for code quality
2025-03-04 18:12:13 +01:00
c3b15a14d2
feat: enhance Shiori import with progress indicator and error handling
2025-03-04 17:54:49 +01:00
b1ac38d4ab
docs(specs): update feeds, documents, and omnisearch specs with latest changes
2025-03-04 11:37:55 +01:00
f75a7a0c09
docs(specs): remove Emacs references and update links spec with future drop-down search enhancement
2025-03-04 11:37:17 +01:00
fb519760b5
docs(specs): update SPECS.md and README.md with Documents and Omnisearch details
2025-03-04 11:23:51 +01:00
1097cd8804
docs(specs): create comprehensive application specifications
2025-03-04 11:09:47 +01:00
c8a0fdda83
fix(feeds): simplify import endpoint path and improve note UI
2025-02-28 17:37:39 +01:00
69bb3aea03
fix(feeds): improve OPML import error handling and diagnostics
2025-02-28 17:28:08 +01:00
9103cb5d12
fix(feeds): improve OPML import error handling
2025-02-28 17:23:01 +01:00
7fd939a988
feat(frontend): add search functionality to all sections
2025-02-28 17:12:48 +01:00
6f189a6ee2
fix(notes): fixed linting errors
2025-02-28 17:08:46 +01:00
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
fd039fe41f
fix(infra): add dependency installation before playwright setup
Release Build / test-and-build (push) Failing after 1m38s
2025-02-21 13:45:07 +01:00
b6a8c39dc1
ci(infra): Added Forgejo Actions release workflow
Release Build / test-and-build (push) Failing after 1m8s
2025-02-21 13:42:23 +01:00
e91d31af00
Merge branch 'develop'
2025-02-21 13:35:16 +01:00
8a1263bd50
docs(rules): update frontend testing and Bulma usage standards
...
- Add reliable test execution patterns
- Add dark mode implementation details
- Add specific component patterns
- Update examples with real-world usage
2025-02-21 13:28:42 +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
9b54537d9e
feat(rules): add manual testing requirements
2025-02-21 10:07:04 +01:00
ccc58b2898
refactor(notes): move note functionality into dedicated package
2025-02-21 09:35:37 +01:00
ec4f412267
feat(rules): add data synchronization guidelines to backend-logic
2025-02-21 09:11:37 +01:00
6f1626b3b8
refactor(frontend): remove link parsing and use backend links
2025-02-21 09:09:13 +01:00
8a42bea740
feat(rules): add Go testing standards
2025-02-21 09:02:27 +01:00
91e5d7529f
feat(go): implement note linking with tests
2025-02-21 09:01:58 +01:00
4837b26e58
feat(rules): add error handling standards to command paths
2025-02-21 08:50:22 +01:00
bceb45ad8c
feat(rules): add HTTP and GORM standards to Go rules
2025-02-21 08:49:22 +01:00
c030d3e43a
refactor(go): migrate to Gin framework
2025-02-21 08:47:07 +01:00
e7b7c8895a
feat(infra): improve build script error handling
2025-02-21 08:46:56 +01:00
360568b96f
feat(rules): add rule review process and remove outdated process-cleanup
2025-02-21 08:39:46 +01:00
23b6535eee
feat(rules): standardize PATH-first approach for Go and Bun
2025-02-21 08:35:51 +01:00
4aa4541913
refactor(go): migrate to GORM with pure Go SQLite driver
2025-02-21 08:33:00 +01:00
646fc2ba50
feat(infra): add command path resolution with PATH fallbacks
2025-02-21 08:32:44 +01:00
ad1405bb12
refactor(go): clean up logging to remove debug statements
2025-02-21 08:09:53 +01:00
bf8f53621e
docs(rules): simplify conventional commits rule to avoid diff issues
2025-02-21 08:07:51 +01:00
6ccbec281a
refactor(notes): move UUID generation from frontend to backend
2025-02-21 08:04:38 +01:00
2016b82d7c
docs(rules): add rules for backend logic and manual build process
2025-02-21 08:04:31 +01:00
efcf7803de
lint(frontend): fixed frontend linting errors and updated to svelte 5
2025-02-21 08:04:18 +01:00
3a95dd35df
feat(qn): Add responsive navigation with side/bottom bar
2025-02-21 08:04:12 +01:00