aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types
Commit message (Collapse)AuthorAge
* viewer: rename title sort orderpacien2020-09-19
| | | | To avoid confusion with filenames.
* viewer: sort by date ascending (#249)zeroinformatique2020-09-17
| | | | | * viewer: sort by date ascending * viewer: sort by date ascending
* 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: config.json url parameter + index.json configurationZero~Informatique2020-09-11
| | | | github: resolves #160
* viewer: limit + show more tagsZero~Informatique2020-09-11
| | | | github: resolves #184
* viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
|
* 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: Enumerated item typesZero~Informatique2020-05-22
|
* compiler: add audio and video extensionspacien2020-05-22
|
* compiler: add pdf resource typepacien2020-05-22
|
* compiler: add plain text file format support through simple copypacien2020-05-22
|
* viewer/LdDownload: add generic file download handlerpacien2020-05-04
| | | | GitHub: closes #209
* viewer: global formatting unificationZero~Informatique2020-04-28
|
* compiler: add picture size to indexpacien2020-04-28
| | | | This is needed for the picture viewer fancy loading phase.
* viewer: fixed tag categories proposed again in "other filters"Zero~Informatique2020-04-17
| | | | github: resolves #186
* viewer: tag categories implementationZero~Informatique2020-04-04
| | | | | | fixed single tags not appearing in the "Other filters" special category, following code review GitHub: Resolves #29
* viewer: tag categories implementationZero~Informatique2020-04-03
| | | | GitHub: Resolves #29
* compiler: add tagCategories setting to gallery.yamlpacien2020-02-29
|
* compiler: re-introduce gallery titlepacien2020-02-27
|
* 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
* transverse: combine item tree and gallery-wide propertiespacien2020-02-25
| | | | GitHub: closes #142
* Merge branch 'oz-config-json' into developZero~Informatique2020-02-13
|\ | | | | | | | | # Conflicts: # scripts/win_compile_example.cmd
| * viewer: no-cache for config.json and index.jsonZero~Informatique2020-02-13
| |
| * viewer: implemented config.jsonZero~Informatique2020-02-12
| | | | | | | | | | | | Note: The DevServer needs to know when the file is from the App, or from the FileSystem. We use a tilde to make this separation. The tilde URL is declared in '.env.development' GitHub: Resolves #32
* | viewer: project configuration - eof-last enforcedZero~Informatique2020-02-12
|/
* viewer: store and restore the scroll position through navigationZero~Informatique2020-02-11
| | | | GitHub: closes #58
* viewer: wrong file name fixZero~Informatique2020-02-11
|
* viewer: adaptation to the thumbnail's new structureZero~Informatique2020-02-02
|
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31
|
* viewer: directories first and sorted by title in the navigation modeZero~Informatique2020-01-30
|
* viewer: improved the picture layout. clicking a picture will switch between ↵Zero~Informatique2020-01-29
| | | | resized-to-screen and original-size (+fullscreen). drag-n-drop scrolls/moves the picture, just like a touch device. Resolves #19
* viewer: Tag auto-completion should be more flexible. Resolves #38Zero~Informatique2020-01-29
|
* viewer: finalized the thumbnails view layouts. implemented thumbnails ↵Zero~Informatique2020-01-29
| | | | lazy-loading
* viewer: license headersZero~Informatique2020-01-10
|
* viewer: Changed "image" type to "picture". Adapted the code to the current ↵Zero~Informatique2020-01-09
| | | | compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation.
* viewer: Tag propositions. Disabled directory indexation.Zero~Informatique2019-12-28
| | | | Note: The propositions are not based on the current search results, but on the searched tags, which doesn't seem to be the correct way. We'll probably have to move the search results to a store for global visibility.
* 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
|
* viewer: Improved the Gallery type definitions. Basic display of the images ↵Zero~Informatique2019-12-21
| | | | | | and thumbnails example: "thumbnails" instead of "thumbs"
* viewer:Zero~Informatique2019-12-21
Implemented the "example" project in devServer Display loader and error messages (not translated yet) Created a "GalleryStore" to fetch the JSon data from the gallery (currently from example)