aboutsummaryrefslogtreecommitdiffstats
path: root/.thicket/tickets.jsonl
Commit message (Collapse)AuthorAgeFilesLines
* Update thicket tickets: close resolved tickets, add future workclaude/fix-open-tickets-IVV1CClaude8 days1-8/+16
| | | | | | | | | Closed: NK-t8qnrh, NK-mcl01m, NK-pbqvke, NK-z1czaq, NK-ekxfvv, NK-tktg7s, NK-ax2vlc, NK-26sdqp Created: NK-u9dlcx (frontend linting), NK-2ylt2b (dark mode tests), NK-q7a6kb (safehttp proxy bypass test), NK-0fjzr6 (stream benchmark) https://claude.ai/code/session_01DpWhB9uGGMBnzqS28HxnuV
* more tickets for claudeAdam Mathes8 days1-0/+2
|
* more tickets for claudeAdam Mathes8 days1-4/+9
|
* Add tests for CSRF exclusions, Filter includeContent, multi-feed, and routingClaude9 days1-1/+1
| | | | | | | | | | | - CSRF: test excluded paths (/api/login, /api/logout), PUT/DELETE methods - Item model: test Filter includeContent flag, ItemById returns content, multiple feed_ids filtering - API: test read_filter=all param, feed_ids comma-separated filter, full_content exclusion from stream - Routing: add v3 frontend route test https://claude.ai/code/session_019Z4VJxzY7tcAuNkPAkvry9
* Align sidebar CSS breakpoints with JS threshold at 1024pxClaude9 days1-2/+2
| | | | | | | | The sidebar default-closed JS logic used 1024px but CSS media queries used 768px, causing inconsistent behavior on tablets. Updated all sidebar-related breakpoints to 1024px/1025px to match. https://claude.ai/code/session_019Z4VJxzY7tcAuNkPAkvry9
* Exclude full_content from stream list API responsesClaude9 days1-1/+5
| | | | | | | | | | | The /stream endpoint now skips selecting full_content and header_image from the database, reducing memory allocation and response payload size for list views. Full content remains available via /item/:id endpoint. Adds omitempty to JSON tags so empty fields are omitted from responses, and a test verifying full_content is excluded from stream responses. https://claude.ai/code/session_019Z4VJxzY7tcAuNkPAkvry9
* more ticketsAdam Mathes9 days1-4/+9
|
* v3 ui: require 100% visibility before marking items as readClaude9 days1-1/+7
| | | | | | | | | | | | | Change IntersectionObserver threshold from 0.5 to 1.0 so items are only marked as read when fully scrolled into view, reducing accidental mark-as-read during fast scrolling. Also fix unused Category import in perf test and add thicket config.json to repository so future agents can use thicket CLI commands. Closes NK-s2g59a https://claude.ai/code/session_019Z4VJxzY7tcAuNkPAkvry9
* ticket priority changesAdam Mathes9 days1-2/+2
|
* V3 UI Polish: Improved keyboard navigation, fixed logo position, and updated ↵Adam Mathes9 days1-2/+2
| | | | | | | | | | | branding - Fix V3 keyboard navigation delay (resolved NK-wjats7) - Update V3 document title to 'neko' (resolved NK-4p3s91) - Fix V3 neko logo/button position to be top-left fixed (resolved NK-89za3s) - Improve FeedItems (React) stability with ref-based index tracking and robust tests - Sync V3 styling and selection feedback with V2 patterns - Rebuild production assets
* Fix v3ui: neko button fixed positionAdam Mathes9 days1-4/+4
| | | | | | | - Remove duplicate neko logo from v3 sidebar - Keep sidebar toggle button fixed at top-left even when sidebar is open - Add top padding to v3 sidebar to prevent overlap with the fixed toggle button - Update v3 tests to match UI changes
* Fix v3 theme contrast and sync with v2 colors, add v3 logo, and fix v2 test ↵Adam Mathes9 days1-1/+1
| | | | | | | | | | stability - Sync v3 dark/light theme colors with v2 defaults - Fix v3 settings input/select contrast in dark mode - Add logo emoji to v3 sidebar - Fix duplicate key warnings and side-effect issues in FeedItems.tsx (v2) - Rebuild production assets
* Implement feed management in settingsAdam Mathes9 days1-1/+4
| | | | | | | | | - Close NK-cuz8gh: v3 feed management - Add 'Manage Feeds' section to settings view in v3 UI - Implement deleteFeed and updateFeed helper functions - Add event listeners for deleting feeds and updating tags - Add tests for new functionality - Created NK-cdwj52 for bulk edit feature
* Remove Filters header from sidebarAdam Mathes9 days1-2/+3
| | | | | | - Close NK-edahin: cut 'FILTERS' text - Remove the h3 Filters header in frontend-vanilla/src/main.ts - Verified that tests still pass
* Implement settings toggle logic and refactor sidebar navigationAdam Mathes9 days1-1/+6
| | | | | | | | - Close NK-s8nytj: Settings page close behavior - Update frontend-vanilla/src/main.ts to toggle settings/filter navigation - Add tests in frontend-vanilla/src/main.test.ts for navigation logic - Created NK-gxvegm for feed/tag settings behavior - Created NK-f64ocp for routing logic refactor
* added lots of tickets to fix v3Adam Mathes9 days1-0/+1
|
* Fix restricted login access and modernize login pageAdam Mathes9 days1-1/+8
| | | | | | | | - Close NK-oqd24q: Fix login access for v3/api - Update web.go to exclude /login/ from CSRF check during initial submission - Modernize web/static/login.html with new CSS and structure - Add web/login_test.go to verify CSRF exclusion - Created NK-ngokc3 for further CSRF enhancements
* Fix scroll mark as read in V3 UIAdam Mathes9 days1-0/+7
| | | | | | - Close NK-k2fh32: scroll mark as read broken in V3 UI - Add IntersectionObserver to item list in renderItems - Add test case ensuring apiFetch is called when item intersects
* Vanilla JS (v3): Removed confusing secondary cat logo, fixed mobile ↵Adam Mathes9 days1-6/+6
| | | | overflow, cleaned up styles
* Vanilla JS (v3): Fix filtering logic, Settings navigation, and refine styles ↵Adam Mathes10 days1-4/+4
| | | | for v2 parity
* Vanilla JS (v3): Redesign to 2-pane glassmorphism, fix CSP errors, fix ↵Adam Mathes10 days1-1/+5
| | | | Settings view, and achieve 80% test coverage
* Vanilla JS (v3): Final parity with React (Search, Settings, Shortcuts)Adam Mathes10 days1-1/+2
|
* Vanilla JS (v3): Implement Tags, Filters, and Infinite ScrollAdam Mathes10 days1-1/+2
|
* Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testingAdam Mathes10 days1-1/+2
|
* Scaffold Vanilla JS Frontend (v3): Create directory, update Makefile/web.go, ↵Adam Mathes10 days1-3/+4
| | | | embed dist/v3
* Optimize frontend with memoized FeedItem and efficient IntersectionObserverAdam Mathes10 days1-0/+2
|
* Update ticket status after closing NK-hy162wAdam Mathes10 days1-1/+1
|
* Update ticket status after closing NK-p0nfoiAdam Mathes10 days1-1/+2
|
* Update ticket status after closing NK-r8rs7m and NK-4jy0t2Adam Mathes10 days1-15/+16
|
* Commit ticket updates and remaining backend lint fixesAdam Mathes10 days1-3/+18
|
* chore: update build artifacts and finalize test improvementsAdam Mathes10 days1-2/+2
|
* feat: add manual crawl button and E2E test for crawl cycleAdam Mathes10 days1-1/+3
|
* feat: add username field to login for better password manager supportAdam Mathes10 days1-1/+5
|
* chore: align local Makefile with GitHub CI jobsAdam Mathes10 days1-2/+2
|
* chore: fix lint and type errors to resolve CI failuresAdam Mathes10 days1-2/+7
|
* style: fix font theme application to body textAdam Mathes11 days1-1/+3
|
* test: mock RSS feeds in E2E testsAdam Mathes11 days1-1/+3
|
* ci: enhance workflow with E2E tests and Docker checkAdam Mathes11 days1-2/+5
|
* style: update Settings page to match glass sidebar aestheticAdam Mathes11 days1-3/+17
|
* task: improve mobile responsiveness of React UI\n\n- Added media queries to ↵Adam Mathes11 days1-1/+3
| | | | App.css to handle mobile sidebar layout (overlay with backdrop)\n- Implemented auto-hiding sidebar on mobile when links are clicked\n- Reduced padding and adjusted max-widths for smaller screens in App.css, FeedItem.css, and Settings.css\n- Added window resize listener to Dashboard to manage sidebar visibility based on width\n- Verified all existing tests pass\n\nFixes NK-g818qn
* task: delete vanilla js prototype\n\n- Removed vanilla/ directory and ↵Adam Mathes11 days1-1/+3
| | | | web/dist/vanilla directory\n- Updated Makefile, Dockerfile, and CI workflow to remove vanilla references\n- Cleaned up web/web.go to remove vanilla embed and routes\n- Verified build and tests pass\n\nCloses NK-2tcnmq
* test: add background crawler timing testsAdam Mathes11 days1-2/+7
| | | | | | | | | | | | | | | | Added tests to verify background crawler behavior: - Tests that backgroundCrawl returns immediately when minutes <= 0 - Tests that backgroundCrawl executes at the specified interval - Tests that Run() returns early when port is -1 (testing mode) These tests verify the general structure and timing of the background crawler without requiring a full integration test with actual feeds. Closes NK-pwogze Created follow-up tickets: - NK-rhelrq: End-to-end integration test for complete crawl cycle - NK-0oti10: Documentation for background crawler behavior
* fix: CSRF cookie configuration for local network access\n\n- Changed ↵Adam Mathes11 days1-1/+2
| | | | SameSite from Lax to None to allow cookie access across localhost/IP variations\n- Added Secure=false for local development (should be true in production with HTTPS)\n- Added credentials:'include' to all fetch requests to ensure cookies are sent\n- Updated tests to expect credentials parameter in fetch calls\n\nThis fixes the 403 Forbidden error when accessing from LAN IPs like 192.168.x.x
* feat: add font theme support (fixing NK-rn4nzp)Adam Mathes11 days1-3/+3
|
* test: increase frontend coverage for Settings and improve FeedItem cssAdam Mathes11 days1-1/+2
|
* style: refine sidebar design to closely match v1 (fixing NK-7jh6re)Adam Mathes11 days1-1/+1
|
* fix: ensure neko toggle button is always accessible (fixing NK-zvt8hi)Adam Mathes11 days1-1/+3
|
* feature: add scrape full text button to feed items (fixing NK-8hu7z1)Adam Mathes11 days1-1/+1
|
* ui: redesign sidebar to match v1 aesthetic and fix navigationAdam Mathes11 days1-1/+2
|
* feature: implement full OPML and Text import/export (fixing NK-r6nhj0)Adam Mathes11 days1-0/+1
|