Kumi
6da2f19f42
library - Implemented the media deletion functionality, allowing users to delete media entries directly from the category view. This enhances the manageability of content within the platform, providing a more intuitive and streamlined experience for users managing their media. - Transitioned from FontAwesome to Phosphor Icons, opting for a lighter and more flexible icon library that better aligns with the design ethos of the application. This change not only introduces a fresh aesthetic but also contributes to slightly improved page load times due to the decreased footprint of the icon library. - Updated various UI elements across the platform to maintain a consistent look and feel, including adjustments in the user area CSS to ensure visual compatibility with the new icon set. - Broadened the scope of `.gitignore` to cover all JavaScript files within the static/js directory, eliminating potential version control clutter caused by dynamically generated or dependency-included JS files. These changes collectively aim to refine user interaction and ensure a more cohesive visual presentation throughout the application.
9 lines
No EOL
91 B
Text
9 lines
No EOL
91 B
Text
settings.ini
|
|
*.pyc
|
|
__pycache__/
|
|
db.sqlite3
|
|
node_modules/
|
|
static/js/*
|
|
media/
|
|
.venv/
|
|
.vscode/ |