-
Notifications
You must be signed in to change notification settings - Fork 1
Autocomplete for Image Tags #29
Copy link
Copy link
Open
Labels
ClientRelating to the frontend React clientRelating to the frontend React clientServerRelating to FastAPI Backend ServerRelating to FastAPI Backend Servergood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
ClientRelating to the frontend React clientRelating to the frontend React clientServerRelating to FastAPI Backend ServerRelating to FastAPI Backend Servergood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, the image tag autocomplete comes from a static list on the client-side.
There should be a module in the backend to manage and store this list. And the client should fetch the list from the server.