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
I have added a feature that allows users to rename images directly from the App. Users no longer need to navigate to the file path to rename an image.
Current Problem
There is no option to rename an image directly within the app.
If a user wants to rename an image, they must locate the file path and rename it using the traditional method.
Expected Feature
The app should provide an option to rename images internally, so users do not have to worry about file paths or manually opening folders.
Implementation
Backend
Added a PUT endpoint: "/rename-image" in backend/app/routes/images.py. It accepts an image ID and a new name, and returns a success status and message.
Describe the feature
Description
I have added a feature that allows users to rename images directly from the App. Users no longer need to navigate to the file path to rename an image.
Current Problem
Expected Feature
Implementation
Backend
PUTendpoint: "/rename-image" inbackend/app/routes/images.py. It accepts an image ID and a new name, and returns a success status and message.osmodule to rename the Image file.Frontend
apiEndpoints.tsand implemented therenameImagefunction infrontend/src/api/api-functions/images.tsMediaInfoPanel.tsxPrecautions
*,^,!, etc.).Add ScreenShots
Screenshots
Before
rename_before.mp4
After
rename_after.mp4
Record