Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | viewer: item display order | Zero~Informatique | 2020-09-11 |
| | | | | github: resolves #28 | ||
* | viewer: prettier formatting based on eslint-prettier plugin | Zero~Informatique | 2020-06-28 |
| | |||
* | viewer: code update (no functional change) | Zero~Informatique | 2020-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 module | pacien | 2020-04-26 |
| | |||
* | viewer: tag index bugfix | Zero~Informatique | 2020-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 improvements | Zero~Informatique | 2020-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 gallery | Zero~Informatique | 2020-02-24 |
| | | | | GitHub: Resolves #91 | ||
* | viewer: go to parent command fix when in search mode | Zero~Informatique | 2020-02-24 |
| | | | | Code review fix | ||
* | viewer: major code and search mode overhaul | Zero~Informatique | 2020-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-buttons | OzoneGrif | 2020-02-10 |
|\ | |||
| * | viewer: use a different background to separate command buttons and breadcrumbs | pacien | 2020-02-10 |
| | | |||
* | | viewer: formatting and > a instead of > * in the CSS (the star selector is ↵ | Zero~Informatique | 2020-02-10 |
| | | | | | | | | to be avoided if possible, it's slow and dangerous) | ||
* | | viewer: ldcommand: clarify command button actions | pacien | 2020-02-08 |
| | | | | | | | | By using more explicit icons and tooltip. | ||
* | | viewer: ldcommand: reduce command bar on mobile | pacien | 2020-02-08 |
| | | | | | | | | | | | | Hiding secondary buttons and allowing the bar to collapse. GitHub: closes #100 | ||
* | | viewer: ldcommand: fix command buttons active boxes | pacien | 2020-02-08 |
| | | | | | | | | Properly centering icons in their boxes instead of having them sitting in a corner. | ||
* | | viewer: ldcommand: fix keyboard navigation | pacien | 2020-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~Informatique | 2020-02-02 |
| | | | | before the commit) | ||
* | viewer: Unify the minor size differences between command icons | Zero~Informatique | 2020-01-31 |
| | |||
* | viewer: code cleaning, moved some views to components | Zero~Informatique | 2020-01-31 |