aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/tag.d.ts
Commit message (Collapse)AuthorAge
* viewer: types normalization - tag.d.tsZero~Informatique2021-07-03
| | | | GitHub: closes #301
* viewer: types normalization - gallery.d.tsZero~Informatique2021-07-03
| | | | GitHub: closes #301
* 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: global formatting unificationZero~Informatique2020-04-28
|
* 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
* viewer: project configuration - eof-last enforcedZero~Informatique2020-02-12
|
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31