Test/pr check#6
Merged
Merged
Conversation
Security fixes: - Fix CRITICAL async/sync DB session mismatch in DEV mode (add aiosqlite) - Make ADMIN_PASSWORD required in PROD, warn in DEV - Wire up CSRF protection (verify_admin_origin) on all admin endpoints - Add 24h token expiry mechanism - Remove token/Auth header leakage from DEBUG logs - Add input size limits on Pydantic models - Improve directory traversal check - Reuse httpx.AsyncClient for metrics - Remove unnecessary global statements UI/UX improvements: - Add glassmorphism header (backdrop-filter blur) - Add card entrance animation with staggered delays - Add purple accent border on group cards - Fix green shadow bug on search focus - Add custom dark scrollbar styling - Add prefers-reduced-motion support - Add :focus-visible styles for keyboard navigation - Add aria-label to all icon buttons and form inputs - Wire <label for> to all form fields - Improve empty state with contextual suggestions - Add search result count pill - Add pinned badge to public group cards - Add error/success icons to toast notifications - Add spinner to loading state - Fix layout shift with fixed-height error container - Add box-shadow glow to active admin tab
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.
Description
Brief description of the changes you made.
Example: "Added a career filter on the main page"
Type of change
How did you test the changes?
Explain how you verified your change works correctly.
Examples:
Screenshots (if applicable)
If your change has visual impact, add a before and after screenshot.
Checklist
Before submitting your PR, verify:
Thanks for contributing! Your PR will be reviewed by a maintainer.