aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/store/uiStore.ts
Commit message (Collapse)AuthorAge
* viewer: refactor how the available sorts are storedZero~Informatique2020-09-25
| | | | github: resolves #259
* viewer: make default sort order configurable. code review improvementsZero~Informatique2020-09-12
| | | | github: resolves #239
* viewer: make default sort order configurableZero~Informatique2020-09-12
| | | | github: resolves #239
* viewer: PR #238 code review changesZero~Informatique2020-09-11
|
* viewer: item display orderZero~Informatique2020-09-11
| | | | github: resolves #28
* viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
|
* viewer: global formatting unificationZero~Informatique2020-04-28
|
* Merge pull request #170 from pacien/oz-responsive-left-panelOzoneGrif2020-02-28
|\ | | | | viewer: show/hide the left panel depending on the viewport's width at…
| * viewer: show/hide the left panel depending on the viewport's width at initZero~Informatique2020-02-28
| | | | | | | | GitHub: Resolves #103
* | viewer: more minor architectural improvementZero~Informatique2020-02-28
|/
* 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: 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: finalized the command buttons. added the 'up to parent' commandZero~Informatique2020-01-31
|
* viewer: license headersZero~Informatique2020-01-10
|
* viewer: Plugin for Optional chaining and Coalesce. Implemented tag ↵Zero~Informatique2019-12-24
| | | | operations (intersection, addition, substraction). Unified Tag.Search
* viewer: Implemented the search by tags. Pushed the special urls to ENV.Zero~Informatique2019-12-22
|
* vewer: Tags indexing and search inputZero~Informatique2019-12-22
|
* Implemented VueX and a basic UIStore with the fullscreen mutationZero~Informatique2019-12-21
Some renaming