aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdCommand.vue
Commit message (Collapse)AuthorAge
* viewer: formatting and > a instead of > * in the CSS (the star selector is ↵Zero~Informatique2020-02-10
| | | | to be avoided if possible, it's slow and dangerous)
* viewer: ldcommand: clarify command button actionspacien2020-02-08
| | | | By using more explicit icons and tooltip.
* viewer: ldcommand: reduce command bar on mobilepacien2020-02-08
| | | | | | Hiding secondary buttons and allowing the bar to collapse. GitHub: closes #100
* viewer: ldcommand: fix command buttons active boxespacien2020-02-08
| | | | Properly centering icons in their boxes instead of having them sitting in a corner.
* viewer: ldcommand: fix keyboard navigationpacien2020-02-08
| | | | By using proper semantics, using 'a' instead of 'div' to allow keyboard selection
* viewer: fixed the command button's titles (somehow the `:` were removed ↵Zero~Informatique2020-02-02
| | | | before the commit)
* viewer: Unify the minor size differences between command iconsZero~Informatique2020-01-31
|
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31