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
71b73522ae
Revert "Add version control system functionality with branch management, history tracking, and merge operations"
...
This reverts commit f3d28817a5 .
2025-02-08 17:37:30 -05:00
pacnpal
f3d28817a5
Add version control system functionality with branch management, history tracking, and merge operations
2025-02-06 19:29:23 -05: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
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
15e56c9770
Add CSRF token handling to HTMX requests:
...
- Configure HTMX to include CSRF token in request headers
- Add global HTMX configuration in dashboard.html
- Fix CSRF token missing error in moderation actions
2024-11-13 17:16:43 +00:00
pacnpal
09ee45f6c7
Fix duplicate menus in moderation dashboard:
...
- Move navigation to separate moderation_nav.html partial
- Include navigation only once in dashboard.html base template
- Remove duplicate navigation from child templates
2024-11-13 17:09:22 +00:00
pacnpal
08e97f21b7
Reorganize moderation dashboard structure:
...
- Move from /moderation/admin to /moderation to avoid conflicts
- Improve template organization with partials
- Add HTMX-powered navigation and filtering
- Add smooth transitions and loading states
- Improve photo submission handling
- Add review notes functionality
- Add confirmation dialogs
2024-11-13 14:50:34 +00:00