aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | | * viewer: natural sortZero~Informatique2020-09-14
| | | | | | | | | | | | | | | | github: resolves #243
| | | * viewer: make default sort order configurable. code review improvementsZero~Informatique2020-09-12
| | | | | | | | | | | | | | | | github: resolves #239
| | | * viewer: make default sort order configurableZero~Informatique2020-09-12
| | | | | | | | | | | | | | | | github: resolves #239
| | | * viewer: improved network errors handlingZero~Informatique2020-09-12
| | | |
| | | * viewer: fixed a minor crash in the information panel for missing resourcesZero~Informatique2020-09-12
| | | | | | | | | | | | | | | | (cherry picked from commit 24d542b11b91f967ec66ec0b5b2415427d028a8b)
| | | * viewer: PR #238 code review changes (3rd)Zero~Informatique2020-09-11
| | | |
| | | * viewer: PR #238 code review changes (2nd)Zero~Informatique2020-09-11
| | | |
| | | * viewer: config.json url parameter + index.json configurationZero~Informatique2020-09-11
| | | | | | | | | | | | | | | | github: resolves #160
| | | * viewer: PR #238 code review changesZero~Informatique2020-09-11
| | | |
| | | * viewer: i18n-ally configuration and locale file sortZero~Informatique2020-09-11
| | | |
| | | * viewer: item display orderZero~Informatique2020-09-11
| | | | | | | | | | | | | | | | github: resolves #28
| | | * viewer: limit + show more tagsZero~Informatique2020-09-11
| | | | | | | | | | | | | | | | github: resolves #184
| | | * viewer: dependencies updateZero~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: moved scrollbar SCSS definition to its own fileZero~Informatique2020-09-11
| | | |
| | | * viewer: project configuration, removed version automatic upgrades with npmZero~Informatique2020-09-11
| | | |
| | | * viewer: item information (raw implementation)Zero~Informatique2020-09-11
| | | |
| | | * viewer: defining $style type for Vue prototypeZero~Informatique2020-08-19
| | | |
| | | * viewer: unifying scrollbar style (for FireFox)Zero~Informatique2020-08-19
| | | |
| | | * viewer: dependancies updateZero~Informatique2020-06-28
| | | |
| | | * viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
| | | |
| | | * viewer: eslint max-warnings 0 (CI fail on formatting error)Zero~Informatique2020-06-28
| | | |
| | | * viewer: autoformat using eslint-prettier instead of VSC's integrated formattersZero~Informatique2020-06-28
| | | |
| | | * viewer: component dispatch (no functional change)Zero~Informatique2020-06-20
| | | | | | | | | | | | | | | | a cleaner way to add new components to LdGallery
| | | * 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: removed deprecated, useless, css classZero~Informatique2020-06-19
| | | |
| | | * compiler: allow setting thumbnails for all itemspacien2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | Not only for directories. GitHub: closes #224
| | | * compiler: reuse derived item properties from last compilationpacien2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A benchmark on an already bulit gallery with ~600 pictures shows a ~90% speedup: Before: Time (mean ± σ): 2.879 s ± 0.125 s [User: 14.686 s, System: 5.511 s] Range (min … max): 2.774 s … 3.203 s 10 runs After: Time (mean ± σ): 289.5 ms ± 15.1 ms [User: 596.1 ms, System: 359.3 ms] Range (min … max): 272.8 ms … 323.0 ms 10 runs GitHub: closes #97
| | | * compiler: split ItemProcessors, FileProcessors and Cachingpacien2020-06-16
| | | |
| | | * compiler: make GalleryIndex loadable from JSONpacien2020-06-16
| | | |
| | | * compiler/Files: simplify subPaths computationpacien2020-06-16
| | | | | | | | | | | | | | | | Ignoring subsequences that aren't rooted
| | | * compiler: trivial code simplificationspacien2020-06-13
| | | | | | | | | | | | | | | | Following HLint's advice.
| | | * github: add bug issue templateOzoneGrif2020-05-23
| | | |
| | | * viewer: Enumerated item typesZero~Informatique2020-05-22
| | | |
| | | * viewer: npm build:report command, to generate ./dist/report.htmlZero~Informatique2020-05-22
| | | |
| | | * example: add text, pdf, audio and video examplespacien2020-05-22
| | | |
| | | * viewer/LdAudioViewer: add audio viewerpacien2020-05-22
| | | | | | | | | | | | | | | | GitHub: closes #158
| | | * viewer/LdVideoViewer: add video viewerpacien2020-05-22
| | | | | | | | | | | | | | | | GitHub: closes #222
| | | * viewer: add audio and video iconspacien2020-05-22
| | | |
| | | * compiler: add audio and video extensionspacien2020-05-22
| | | |
| | | * viewer/navigation: factorise item file name extractionpacien2020-05-22
| | | |
| | | * viewer/css/global: factorise util classespacien2020-05-22
| | | |
| | | * viewer: add pdf viewerpacien2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | Based on native browser rendering. GitHub: closes #211
| | | * viewer: add icon for pdf filespacien2020-05-22
| | | |
| | | * compiler: add pdf resource typepacien2020-05-22
| | | |
| | | * viewer: add plain text file viewerpacien2020-05-22
| | | | | | | | | | | | | | | | GitHub: closes #213
| | | * viewer: use different icon for plain text filespacien2020-05-22
| | | |
| | | * compiler: add plain text file format support through simple copypacien2020-05-22
| | | |
| | | * compiler: fix typopacien2020-05-21
| | | |