You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To achieve #55#72#74 and #73 we need an API behind the frontend.
It could be built on FastAPI to keep a flatfile based managment of the icons.
Each icon has a unique name and a metadata field in the SVG header.
The API server on initialization loads all metadata and relations between icons and then responds to get requests with the list of icons.
The text was updated successfully, but these errors were encountered:
To achieve #55 #72 #74 and #73 we need an API behind the frontend.
It could be built on FastAPI to keep a flatfile based managment of the icons.
Each icon has a unique name and a metadata field in the SVG header.
The API server on initialization loads all metadata and relations between icons and then responds to get requests with the list of icons.
The text was updated successfully, but these errors were encountered: