You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 6b84c335d0 feat: improve synthesis list cards with time, all categories, and uniform height
- Add generation time below date in synthesis cards
- Show all categories with article count in parentheses
- Use flex-col layout for uniform card height
- Add sections_summary to SynthesisListItem API response
- Add formatTime utility

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
..
db feat: add max_links_per_source setting (default 8, was hardcoded 15) 6 months ago
handlers refactor: add provider_override for pipeline dependency injection 6 months ago
middleware test: add unit tests for auth middleware cookie extraction 6 months ago
models feat: improve synthesis list cards with time, all categories, and uniform height 6 months ago
services feat: add "Articles sans date" category for articles without publication date 6 months ago
util Finished phase 1 6 months ago
app_state.rs refactor: add UserRateLimitEntry constructor and settings_changed method 6 months ago
cli.rs Finished phase 1 6 months ago
config.rs chore: remove SESSION_SECRET and wrap master_encryption_key in Arc 6 months ago
errors.rs Finished phase 1 6 months ago
lib.rs Finished phase 1 6 months ago
logging.rs feat: add source file:line to WARN and ERROR log lines 6 months ago
main.rs fix: add periodic expired session cleanup (hourly) 6 months ago
router.rs fix: use docker-compose.test.yml for integration test DB 6 months ago