aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdCommand.vue
Commit message (Collapse)AuthorAge
* viewer: item display orderZero~Informatique2020-09-11
| | | | github: resolves #28
* viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
|
* viewer: code update (no functional change)Zero~Informatique2020-06-19
| | | | | | Types { [x: T]: R } updated to Record<T, R> Methods in template updated to getters (computed in VueJS), which are reactive and cached Code formatting
* viewer: tell webpack to import scss from modulepacien2020-04-26
|
* viewer: tag index bugfixZero~Informatique2020-02-27
| | | | | | | Search from the URL requires a strict match instead of a loose match Category search was case sensitive Category + disambiguation was matching like an intersection of both tags instead of being hard-coupled Removed the logs for the release (coming soon)
* viewer: architectural fixes and improvementsZero~Informatique2020-02-27
| | | | | | Make use of VueX's strict mode (which is different from vuex-class-component strict mode) Fixed issues and bad-practices with search filter tags mutations Correctly implement the new index.json format
* viewer: disable the back command to prevent exiting the galleryZero~Informatique2020-02-24
| | | | GitHub: Resolves #91
* viewer: go to parent command fix when in search modeZero~Informatique2020-02-24
| | | | Code review fix
* viewer: major code and search mode overhaulZero~Informatique2020-02-24
| | | | | | | | | Updated libraries to the lastest version SCSS Formatter as suggested VSC extensions Renamed toolbar-color by scrollbar-color LD components use Props in favor of touching the stores directly (when possible) Moved most common algorithms to a "services" folder Complete search overhaul (lots of code change)
* Merge branch 'develop' into feature-secondary-command-buttonsOzoneGrif2020-02-10
|\
| * viewer: use a different background to separate command buttons and breadcrumbspacien2020-02-10
| |
* | 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