-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Elevator Closures list (#2288)
* API additions needed for Elevators. * Added new CG. * Return maps with all info client will need. * Added mock support for tests. * Added CG tests. * Fixed reference to key. * Improved test. * Credo. * Logger error if one is returned. * Address PR feedback. * Simplify business logic so it all lives in CG. * Credo. * Fix serialization. * Implement list without paging. * Add paging. * Added route pills. * Fix horizontal rules. * Generate pages before rendering any alerts. * Added paging indicators. * Fix tests. * CSS styles. * Drop refresh rate to 7 seconds. * Simplify paging. * Fix horizontal rules. * Fixed paging logic. * Group alerts by station. * Renamed variable. * Added a test. * Update refresh interval. * Various spacing/sizing fixes. * Address PR feedback. * Refactored out common hooks for client paging. * Fix issue with data not updating if there is only one page. * Fixed styles on rows with short descriptions. * Simplify page index array generation. * Import LCD screen container styles. * Fix variable names. * Revert changes to LocationContext. * Tweak CSS to use compatible features. * Use structs instead of plain maps. * Couple more style tweaks.
- Loading branch information
Showing
20 changed files
with
846 additions
and
85 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
Oops, something went wrong.