pacnpal
f3c59ad6ff
remove backend
2025-09-21 20:19:12 -04:00
pacnpal
540f40e689
Revert "update"
...
This reverts commit 75cc618c2b .
2025-09-21 20:11:00 -04:00
pacnpal
75cc618c2b
update
2025-09-21 20:04:42 -04:00
pacnpal
b0e0678590
feat: major project restructure - move Django to backend dir and fix critical imports
...
- Restructure project: moved Django backend to backend/ directory
- Add frontend/ directory for future Next.js application
- Add shared/ directory for common resources
- Fix critical Django import errors:
- Add missing sys.path modification for apps directory
- Fix undefined CATEGORY_CHOICES imports in rides module
- Fix media migration undefined references
- Remove unused imports and f-strings without placeholders
- Install missing django-environ dependency
- Django server now runs without ModuleNotFoundError
- Update .gitignore and README for new structure
- Add pnpm workspace configuration for monorepo setup
2025-08-23 18:37:55 -04:00
pacnpal
da7c7e3381
major changes, including tailwind v4
2025-08-15 12:24:20 -04:00
pacnpal
323aa561a5
Refactor authentication settings and enhance frontend moderation panel with performance optimizations, loading states, error handling, mobile responsiveness, and accessibility improvements
2025-02-06 14:20:12 -05:00
pacnpal
edc9d66849
Add enhanced toast notifications for moderation actions
...
- Add color-coded toast notifications for different actions
- Use appropriate icons for each action type
- Improve toast positioning and z-index
- Add smooth transitions for better UX
- Remove duplicate toast implementation
2024-11-13 22:02:59 +00:00
pacnpal
8265348a83
code commit
2024-11-13 21:59:49 +00:00
pacnpal
caba5c6158
Update active tab indicator colors in light mode to use blue instead of grey
2024-11-13 18:55:14 +00:00
pacnpal
a30f3ef644
Update dark mode styling for moderation dashboard to match site theme
2024-11-13 18:51:15 +00:00
pacnpal
2e1040e3a6
Add Moderation Dashboard title to the top of the dashboard view
2024-11-13 18:48:18 +00:00
pacnpal
751d21098d
Add refresh button to moderation dashboard that maintains current filters when refreshing content
2024-11-13 18:46:32 +00:00
pacnpal
6a9154ce69
Improve moderation dashboard UI and functionality
...
- Add status tabs (Pending, Approved, Rejected, Escalated)
- Implement HTMX for smooth tab switching and status changes
- Add proper permissions for escalated submissions
- Change Status filter to Submission Type (Text/Photo)
- Move navigation into dashboard content
- Fix tab menu visibility and transitions
- Add contextual loading indicator
- Update styling to match dark theme
- Ensure consistent styling across components
2024-11-13 18:37:36 +00:00
pacnpal
177117f4d6
Improve moderation dashboard UI and HTMX integration:
...
- Create partial templates for dashboard, edit submissions, and photo submissions
- Update views to properly handle HTMX requests
- Fix duplicate UI issues when navigating
- Improve overall UI design and transitions
2024-11-13 17:04:42 +00:00