-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ux): improve timeline usability (#610)
* require fewer clicks for time interval changes. apply bootstrap styles. * notify user, that timeline was not updated / re-rendered on purpose (because there are no matching events to render). addresses issues reported in #395 * update lastUpdate timer display every 500ms * use for loop to render duration buttons. replace sr-only by d-none. * extra margin for small screens. * re-add sync button next to last update label. always show it, and label it "reload" instead of former "update". * Apply suggestions from code review * tests: fixed e2e test for new timeline inputs * fix: minor style improvements to new timeline --------- Co-authored-by: Erik Bjäreholt <erik.bjareholt@gmail.com> Co-authored-by: Erik Bjäreholt <erik@bjareho.lt>
- Loading branch information
1 parent
85c007e
commit 291da6f
Showing
4 changed files
with
78 additions
and
56 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
291da6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are screenshots of this commit:
Screenshots using aw-server v0.12.3b18 (click to expand)
Screenshots using aw-server-rust master (click to expand)
Screenshots using aw-server-rust v0.12.3b18 (click to expand)