aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdTagInput.vue
Commit message (Collapse)AuthorAge
* 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: 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: 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: removing a tag from the filters opens the keyboard on mobileZero~Informatique2020-02-27
| | | | Changed the anchor event to trigger on capture instead of bubbling. This fixes a race-condition on some browsers.
* viewer: removing a tag from the filters opens the keyboard on mobileZero~Informatique2020-02-25
| | | | GitHub: Resolves #93
* viewer: absolute path fixZero~Informatique2020-02-24
|
* 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: code cleaning, moved some views to componentsZero~Informatique2020-01-31
|
* viewer: unified CSS classes to kebab caseZero~Informatique2020-01-31
|
* viewer: Improved the proposition layoutZero~Informatique2020-01-30
|
* viewer: Tag auto-completion should be more flexible. Resolves #38Zero~Informatique2020-01-29
|
* viewer: license headersZero~Informatique2020-01-10
|
* Code review code improvementsZero~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 tag category and disambiguation filteringZero~Informatique2019-12-22
|
* vewer: Tags indexing and search inputZero~Informatique2019-12-22