Conversation
- New: specs/changelog-presentation.md (v0.1.0) — improve in-app changelog rendering with markdown, color-coded badges, accordion UX, pagination - Updated: specs/date-range-quick-select.md (v0.2.0) — extend quick-select buttons to Analytics and Notifications tabs (AC-011–AC-020) - Updated: specs/synthetic-monitoring.md (v0.2.0) — runtime enable/disable without restart, DB-persisted config, check history dashboard (AC-013–AC-018) - Updated: specs/oidc-settings.md (v0.2.0) — dark mode fix for callback URL and FORCE_LOCAL_LOGIN info boxes (AC-016–AC-017) - Fixed: smoke test accepts 302 on /docs when auth is enabled Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add quick-select buttons (7d, 30d, Max, Custom) to Analytics partial with JS logic to set date inputs and auto-trigger chart refresh (AC-011–AC-014) - Add quick-select buttons to Notifications partial (AC-015, AC-020) - Add date_from/date_to query params to GET /htmx/notifications with filtering on NotificationLog.created_at (AC-016) - Include date_from/date_to in pagination prev/next links (AC-019) - Add 11 tests covering all new acceptance criteria Spec: specs/date-range-quick-select.md AC: AC-011, AC-012, AC-013, AC-014, AC-015, AC-016, AC-019, AC-020 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Define --bg-secondary CSS variable in both light (#f3f4f6) and dark (#1f2937) theme blocks - Add .info-box CSS class for theme-aware info boxes - Replace inline background: var(--bg-secondary, #f5f5f5) in OIDC template with .info-box class (no hardcoded fallback) - Add 2 tests for AC-016 and AC-017 Spec: specs/oidc-settings.md AC: AC-016, AC-017 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The unquoted colon in the pytest -o flag was invalid YAML syntax. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
date_from/date_toquery parameters toGET /htmx/notificationsendpoint with server-side filtering onNotificationLog.created_at--bg-secondaryCSS variable in both light/dark themes, replace inline styles with.info-boxclassSpec Coverage
specs/date-range-quick-select.mdAC-011 through AC-020specs/oidc-settings.mdAC-016, AC-017Test plan
🤖 Generated with Claude Code