base ui #11
Reference in New Issue
Block a user
Delete Branch "feature/base_ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Add custom error pages (404, 403, 500) with user-friendly messages - Add flash message system with signed cookies for security - Add toast notifications with auto-dismiss and manual close - Add comprehensive SEO meta tags (description, keywords, OG, Twitter) - Add canonical URLs for SEO - Update routes to use slug-based URLs (/posts/{slug} instead of /posts/{id}) - Add Open Graph and Twitter Card meta tags for social sharing - Add favicon SVG - Update all templates with proper meta tags and URLs - Add error handlers registration in main.py - Add flash middleware for request handling - Install itsdangerous dependency