privatecoffee-website/templates
Kumi e77fc521bf
feat: introduce dynamic SVG icon functionality
Implemented a new template filter in Flask to dynamically render SVG icons, allowing for cleaner HTML templates and easier icon management. Added `coffee` and `envelope` SVG icons to the project's asset directory. This change not only streamlines the incorporation of new icons but also enhances the maintainability of the codebase by centralizing icon resources and reducing HTML clutter. Modified existing HTML templates to use this new dynamic icon rendering method, replacing hard-coded SVG and img tag icon implementations with the newly created template filter.

This update significantly improves the way icons are handled throughout the application, providing a more scalable and efficient approach to managing and displaying graphical elements.
2024-05-29 18:57:32 +02:00
..
base.html feat: introduce dynamic SVG icon functionality 2024-05-29 18:57:32 +02:00
index.html feat: introduce dynamic SVG icon functionality 2024-05-29 18:57:32 +02:00
legal.html feat(legal): streamline header for clarity 2024-05-27 13:32:14 +02:00
membership.html feat: Enhance data structure and transparency features 2024-05-29 15:04:57 +02:00
privacy.html refactor(privacy-policy): streamline content layout and styling 2024-05-27 17:25:21 +02:00
prod-warning.html feat: add dev mode warning and styling 2024-05-27 17:37:30 +02:00
simple.html refactor: Clarify Private.coffee's mission in web texts 2024-05-26 17:39:37 +02:00
terms.html feat(terms-page): enhance layout and readability 2024-05-28 07:41:35 +02:00