aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/PanelLeft.vue
Commit message (Collapse)AuthorAge
* viewer: PR #238 code review changesZero~Informatique2020-09-11
|
* viewer: information panel scrollbar and collapse with animationZero~Informatique2020-09-11
| | | | github: resolves #78
* viewer: information panel with markdownZero~Informatique2020-09-11
| | | | | github: resolves #214 github: resolves #37
* viewer: item information (raw implementation)Zero~Informatique2020-09-11
|
* 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: fix rest of webpack importpacien2020-04-26
|
* viewer: fix touchpad scroll in filter proposition listpacien2020-04-11
| | | | | | Dragscroll plays badly with touchpads and brings no benefit on desktop. It is still supported on touchscreen devices natively in the presence of the scrollbars.
* Merge pull request #172 from pacien/tag-categoriesOzoneGrif2020-04-04
|\ | | | | Feature: tag categories
| * viewer: tag categories implementationZero~Informatique2020-04-03
| | | | | | | | | | | | fixed disambiguation by categories following code review GitHub: Resolves #29
| * viewer: tag categories implementationZero~Informatique2020-04-03
| | | | | | | | GitHub: Resolves #29
* | viewer: press "enter" in the empty tagInput to trigger a searchZero~Informatique2020-04-02
|/ | | | | | revert: viewer: removing a tag from the filters opens the keyboard on mobile (fixed in Buefy) GitHub: Resolves #168
* viewer: more minor architectural and performance improvementZero~Informatique2020-02-28
|
* 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: absolute path fixZero~Informatique2020-02-24
|
* viewer: searching when viewing a picture will return to the parent directoryZero~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)
* viewer: sidebar: self-contain stylepacien2020-02-10
| | | | | We'll polish that later when groups are done. For now let's have this styling self-contained.
* viewer: move temporary mode selectorpacien2020-02-10
| | | | Out of the sidebar so we can continue polishing the interface without interference.
* viewer: re-applied changes which were eaten by the big Eldrich monsterZero~Informatique2020-02-10
|
* viewer: Improved the proposition layoutZero~Informatique2020-01-30
|
* viewer: new breadcrumb. navigation buttons. and styling improvementsZero~Informatique2020-01-30
|
* viewer: license headersZero~Informatique2020-01-10
|
* viewer: Tag propositions. Disabled directory indexation.Zero~Informatique2019-12-28
| | | | Note: The propositions are not based on the current search results, but on the searched tags, which doesn't seem to be the correct way. We'll probably have to move the search results to a store for global visibility.
* 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