mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-19 12:32:29 +00:00
3627b39af4
* Docker environment fixes * New theme for web UI * Apply breaking wrap to filenames only * Reduce font sizes, whitespace and padding * Right align action fields/buttons * Improve mobile header, hide superfluous UI elements when logged out, drop placeholders from login labels, various other adjustments * Force footer to bottom of screen * Show manual link to logged out users * Reduce header text size on desktop * Fix incorrect selector ID * Fix selector referencing old class name * Fix right-aligned message when images table empty * Add CSS linter/auto-formatter * Run Stylelint + Prettier against modern theme CSS * Select default theme based on browser’s user agent * Style inputs on mobile/tablet devices * Fixes for Safari 14 on iOS + iPad OS * Explicitly define mobile browser support, switch to bare ua-parser without user-agent wrapper * Add LICENSE file for modern theme icons * Improve theme selection query string/field naming. * Remove patch workaround from Docker build * Update log level for UAs to info * Move Bootstrap Reboot CSS to CDN * Account for LUN column in attached devices table * Prevent wrapping of config forms on small viewports * Fix Stylelint issues * Auto-format CSS with Prettier
37 lines
470 B
Plaintext
37 lines
470 B
Plaintext
venv
|
|
*.pyc
|
|
core
|
|
.idea/
|
|
.DS_Store
|
|
*.swp
|
|
__pycache__
|
|
current
|
|
rascsi_interface_pb2.py
|
|
*~
|
|
messages.pot
|
|
messages.mo
|
|
report.xml
|
|
node_modules
|
|
|
|
# Intermediate files from astyle
|
|
*.orig
|
|
|
|
docker/docker-compose.override.yml
|
|
/docker/volumes/images/*
|
|
!/docker/volumes/images/.gitkeep
|
|
/docker/volumes/config/*
|
|
!/docker/volumes/config/.gitkeep
|
|
|
|
# temporary user files
|
|
s.sh
|
|
|
|
# temporary kicad files
|
|
*-backups
|
|
|
|
# VSCode temp file
|
|
settings.json
|
|
|
|
# submodules
|
|
hfdisk*
|
|
mac-hard-disk-drivers
|