-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow updating custom metadata (#1149)
* feat(backend): add mutation to update a custom metadata * feat(migrations): add column to metadata for created by user id * feat(migrations): update new column for existing metadata items * feat(models/database): add new column to tables * feat(backend): respect new column * feat(services/miscellaneous): add validation before allowing to update custom metadata * feat(services/miscellaneous): add validation before updating custom metadata * feat(backend): send details about created by user id for metadata details * feat(frontend): add button to edit metadata * feat(frontend): change name of page * chore(frontend): add action to schema * chore(frontend): change name of page * fix(services/miscellaneous): delete old images * fix(services/miscellaneous): delete old videos * fix(services/miscellaneous): set correct id for updating custom metadata * feat(frontend): allow updating metadata * ci: Run CI * feat(frontend): add loading when image is uploading * fix(services/fitness): do not discard user exercise settings during workout revision * chore(backend): require entire setting when updating exercise settings * feat(frontend): update exercise settings from the frontend * refactor(frontend): change variable names * feat(backend): accept entire user preferences when updating it * feat(frontend): update preferences from the client side * ci: Run CI * refactor(frontend): change name of action * perf(frontend): display season episodes in separate modal * perf(frontend): display show seasons using virtualized list * build(frontend): mantine modal deps * feat(frontend): add mantine modals provider * refactor(frontend): change name of file * refactor(frontend): remove nested if * fix(frontend): do not hard reload when navigating to log workout * feat(frontend): open confirmation modal using mantine * chore(frontend): remove react confirm code * ci: Run CI * refactor(frontend): move form inside component * feat(frontend): ask for confirmation before deploying job * refactor(frontend): remove useless if checks for confirmations * feat(backend): add mutation to refresh user recommendation key * feat(services/user): change recommendations if cache key is present * feat(frontend): allow refreshing recommendations * ci: Run CI * fix(frontend): make all section titles the same size on mobile screens * feat(backend): add crate for lock service * feat(services/lock): add implementation to lock service * feat(backend): remove lock service * feat(backend): acquire lock correctly * chore(utils/common): remove useless imports * refactor(backend): remove stuff * feat(backend): extract async function to sleep in tokio * fix(utils/dependent): do not sleep while updating * refactor(frontend): different modal for season episodes
- Loading branch information
Showing
63 changed files
with
2,804 additions
and
2,358 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.