-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Array items in collection information (#897)
* feat(backend): remove useless param * chore(frontend): adapt to gql new schema * feat(backend): allow new input type * fix(frontend): remove indicators for mobile carousel * feat(frontend): put menu in loading state when repeating * fix(frontend): better debounced input * chore(frontend): order of imports * feat(frontend): allow adding fields * fix(frontend): correct name for collections * fix(backend): allow putting anything into information * fix(frontend): small current workout errors * build(frontend): add query key factory deps * feat(frontend): use query key factory for invalidation * feat(frontend): set sane staleTimes * feat(frontend): remove separate tabs for system collections * build(frontend): upgrade mantine deps * fix(frontend): do not redirect to root * feat(frontend): new layout for collection details * feat(frontend): use function instead of `as const` * feat(frontend): add filter for collections * feat(frontend): virtualize collections display * fix(frontend): remove useless ternary condition * feat(frontend): component for pro feature * feat(frontend): add alerts about pro features * feat(frontend): display collection images * fix(frontend): set a staleTime for collections * feat(frontend): epic animations * fix(frontend): change transition timings * feat(frontend): scale image when hovered * fix(frontend): remove new image stuff * feat(frontend): add pro label * fix(frontend): add radius to image * fix(frontend): change tooltip text * fix(frontend): use correct color scheme * refactor(frontend): change function format * refactor(frontend): extract hook for fallback image url * refactor(frontend): remove extra indirection * fix(frontend): better line clamping defaults * feat(frontend): add description to collection creation part * fix(frontend): spacing issues for seen item * chore(frontend): remove current workout indicator * feat(frontend): change name of stuff * feat(frontend): show affix when workout active
- Loading branch information
Showing
25 changed files
with
500 additions
and
356 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ pub enum CollectionExtraInformationLot { | |
Number, | ||
Date, | ||
DateTime, | ||
StringArray, | ||
} | ||
|
||
#[derive( | ||
|
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
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.