Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | viewer: prettier formatting based on eslint-prettier plugin | Zero~Informatique | 2020-06-28 |
| | |||
* | viewer: Enumerated item types | Zero~Informatique | 2020-05-22 |
| | |||
* | viewer: add audio and video icons | pacien | 2020-05-22 |
| | |||
* | viewer/navigation: factorise item file name extraction | pacien | 2020-05-22 |
| | |||
* | viewer: add icon for pdf files | pacien | 2020-05-22 |
| | |||
* | viewer: use different icon for plain text files | pacien | 2020-05-22 |
| | |||
* | viewer/navigation: fix undefined check | Notkea | 2020-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 dispatching | pacien | 2020-05-08 |
| | | | | We'll see for dynamic component loading later. | ||
* | viewer: searching when viewing a picture will return to the parent directory | Zero~Informatique | 2020-02-24 |
| | | | | Code review fix | ||
* | viewer: major code and search mode overhaul | Zero~Informatique | 2020-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) |