aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/services
Commit message (Collapse)AuthorAge
* 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: use colon as tag separator instead of dotpacien2020-02-27
| | | | | | | | | For consistency with the query language and allowing the use of the very common dot in tags. This also introduces a migration script. GitHub: closes #164
* viewer: added a count of results found in other folders when no-results are ↵Zero~Informatique2020-02-27
| | | | found
* 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)