-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start to vueify /history * Update history api. * Fix history-compact.vue and history-detailed.vue components. * Moved checkHistory to history module. * Fix filtering the history table. * Remove history-new.vue re-build runtime. * Fix loading history records * indexer_id not set * show removed from library but records in history. * Error handling when localStorage is full * Add flag to show while loading history * build bundles * Add pagination to compact * build runtime * Add vue-good-table on-last-page event. * Utilize the last-page event to get a new page. * Move to next page after we got new history * Switch over to use vgt remote mode. * Implement history sorting. (only a select number of fields) * snakecase. Start with adding columnFilter. * Add basic filter. * Check for filter value if empty * Added filters for other columns. * Update comments * prevent keyerror * Update history api, with filters * Remove invalidSizeMessage I'm not using it * Update styling for dark/light * This can be episodes. Is not used icw vue-good-table anyway. * Add rowStyleClass (snatched,downloaded, ...) colors. * Cleanup comments * Typo * Fixed compact mode component. * Fixed bug in show-header component. * Part of the history compact mode fixes. * Removed localStorage. * Remove INITIALIZE_HISTORY_STORE. * Not used * Fixed styling. * Bump vue-good-table version (commit) * Fix KeyError * Align inputs * Fix save per-page pagination value in cookie * lint and lint-css * Provide subtitle provider * Fixed sorting * Save sorting through cookie * Save filter through cookie * Link to show in episodeTitle * Show subtitle provider * history-compact: Fix saving sort in cookie * lint * Add break-word to tooltips * Rename to `Missing Show` * Fix test * Fix flake * yarn dev * Remove unused imports
- Loading branch information
Showing
37 changed files
with
1,785 additions
and
425 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
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.