Project-Image-Uploader/frontend
matthias.lotz 215acaa67f refactor: Centralized styling with CSS and global MUI overrides
- Migrated all Pages from Material-UI to HTML+CSS (GroupsOverviewPage, ManagementPortalPage, ModerationGroupImagesPage, ModerationGroupsPage, PublicGroupImagesPage, SlideshowPage, MultiUploadPage)
- Added comprehensive typography system in App.css (h1-h3, p, utility classes)
- Added global Material-UI font overrides for Open Sans
- Removed redundant fontFamily: 'roboto' from all components
- Fixed button alignment in ImageGalleryCard (margin-top: auto)
- Removed emojis from titles for cleaner UI
- Standardized button padding (12px 30px) across application
- Improved code consistency and maintainability with centralized CSS approach
2025-11-27 19:47:39 +01:00
..
public feat: Error handling system and animated error pages 2025-11-26 22:42:55 +01:00
src refactor: Centralized styling with CSS and global MUI overrides 2025-11-27 19:47:39 +01:00
.env.development feat: Public/Internal Host Separation 2025-11-25 22:02:53 +01:00
.env.example feat: Implement public/internal host separation 2025-11-25 20:26:59 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
ERROR_HANDLING.md feat: Error handling system and animated error pages 2025-11-26 22:42:55 +01:00
MIGRATION-GUIDE.md Feature Request: admin session security 2025-11-23 21:18:42 +01:00
package-lock.json fix(frontend): Fix syntax error and remove unused imports 2025-11-16 19:51:36 +01:00
package.json Feature Request: admin session security 2025-11-23 21:18:42 +01:00