aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/services/navigation.ts
Commit message (Collapse)AuthorAge
* viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
|
* viewer: Enumerated item typesZero~Informatique2020-05-22
|
* viewer: add audio and video iconspacien2020-05-22
|
* viewer/navigation: factorise item file name extractionpacien2020-05-22
|
* viewer: add icon for pdf filespacien2020-05-22
|
* viewer: use different icon for plain text filespacien2020-05-22
|
* viewer/navigation: fix undefined check Notkea2020-05-10
| | | | | item? may return undefined, and undefined === null returns false. Co-authored-by: OzoneGrif <OzoneGrif@users.noreply.github.com>
* viewer/GalleryNavigation: revert to static template component dispatchingpacien2020-05-08
| | | | We'll see for dynamic component loading later.
* 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)