Complete reskin of both frontend and backend UI. Do these as separate PRs.
- Thoroughly examine how pages are built before making changes
- Replace the current template with a modern design
- Consider using content from https://sketchandbuild.com as sample content
- Understand the skin/template system in
src/webroot/skins/
- Replace current admin UI with a clean, standard theme
- Options to consider:
- Material Design
- Bootstrap
- Keep it simple - does not need to be complex or overly designed
- Examine admin skin in
src/webroot/resources/ui/admin/
- Each reskin should be a separate PR
- Need to understand the template/view system before making changes
- Frontend and backend use different templating approaches