aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdBreadcrumb.vue
Commit message (Collapse)AuthorAge
* viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
|
* viewer: tell webpack to import scss from modulepacien2020-04-26
|
* 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: breadcrumb search is now a link, allowing the right-click copy-link ↵Zero~Informatique2020-02-24
| | | | | | by the user 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)
* viewer: larger breadcrumb linksZero~Informatique2020-02-11
|
* viewer: ldbreadcrumbs: implement horizontal scrollingZero~Informatique2020-02-10
| | | | | | This comes with a fix for the DragScroll component for mobile devices. GitHub: closes #101, closes #102
* viewer: use a different background to separate command buttons and breadcrumbspacien2020-02-10
|
* viewer: disabled colour is now static instead of an arbitrary alphaZero~Informatique2020-02-02
|
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31