-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate media items for upcoming section (#1089)
* feat(backend): allow specifying dedupe for calendar events * chore(frontend): adapt to new gql schema * chore(backend): send new param * Revert "chore(backend): send new param" This reverts commit e99bdd1. * Revert "chore(frontend): adapt to new gql schema" This reverts commit 421c966. * Revert "feat(backend): allow specifying dedupe for calendar events" This reverts commit 0be5c51. * chore(services/misc): send new param for deduplicating events * feat(services/misc): do not return duplicate elements for upcoming query * chore(services/misc): change order of attrs * refactor(backend): move function into service * Revert "refactor(backend): move function into service" This reverts commit 546175d. * refactor(backend): move stuff to more appropriate place * refactor(backend): move stuff around * refactor(backend): move more functions over * refactor(backend): move another struct over * refactor(backend): move another struct over * fix(frontend): swapped icons for manga and anime * style(frontend): remove function bodies * refactor(backend): do not use trait * refactor(backend): move all functions to dependent utils * build(ts): upgrade packages * build(backend): update dependencies and rust version
- Loading branch information
Showing
30 changed files
with
1,099 additions
and
966 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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.