Commit graph

3 commits

Author SHA1 Message Date
Kumi 182857b3e5
feat: configure VSCode for development
Added .vscode/launch.json for streamlined debugging of the Quackscape development environment, including specific configurations for Python script launches. Introduced .vscode/settings.json to handle custom spellings such as "Quackscape". Updated .gitignore entries by restoring tracking for .vscode.

This setup aims to improve developer productivity and ensure code consistency within the VSCode editor.
2024-06-20 20:45:55 +02:00
Kumi 6da2f19f42
feat: integrate media deletion and swap icon
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.
2024-03-27 10:08:07 +01:00
Kumi d6e76e8cfd
A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00