aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | compiler/stack: update Stackage LTS to 16.19pacien2020-10-25
|/ / / / /
* | | | | viewer: fix sort order button hitbox (#272)zeroinformatique2020-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * viewer: fix sort order button hitbox github: resolves #266 * viewer: fix sort order button hover color That was a conflict between the <a> tag's color and the .link color. I enforced .link priority over <a> * viewer: fix sort order button hover color TODO comment about Buefy issues
* | | | | viewer: accessibility: set focus on the main area (#273)zeroinformatique2020-10-18
| | | | | | | | | | | | | | | github: resolves #177
* | | | | Merge pull request #274 from pacien/infopanel-pointerNotkea2020-10-17
|\ \ \ \ \ | | | | | | | | | | | | viewer: set pointer cursor on collapsible info panel title bar
| * | | | | viewer: set pointer cursor on collapsible info panel title barpacien2020-10-17
| | | | | | | | | | | | | | | | | | | | | | | | GitHub: closes #269
* | | | | | viewer: fixed the back button which was not working properly anymore (#271)zeroinformatique2020-10-17
|/ / / / / | | | | | | | | | | github: resolves #270
* | | | | docs: update short descriptionpacien2020-09-27
| | | | | | | | | | | | | | | | | | | | We're not limited to pictures anymore
* | | | | viewer: fix momentum/kinetic scroll on Safari and Firefox on iOSpacien2020-09-26
| | | | | | | | | | | | | | | | | | | | GitHub: closes #253
* | | | | docs: shorten lines in preformatted blocks to fit narrow screenspacien2020-09-25
| |_|_|/ |/| | |
* | | | release: set package versions to v2.0pacien2020-09-25
| | | |
* | | | ci: update imagemagick download url and add curl fail flagpacien2020-09-25
| | | |
* | | | docs: fix default setting value for initialItemSort in changelogpacien2020-09-25
| | | |
* | | | viewer: refactor how the available sorts are storedZero~Informatique2020-09-25
| | | | | | | | | | | | | | | | github: resolves #259
* | | | viewer/services/itemComparators: set default item sort order to date_ascpacien2020-09-25
| | | | | | | | | | | | | | | | It's the most reasonable default that doesn't break the order of sequence of photos.
* | | | viewer/services/itemComparators: make the orders linearpacien2020-09-25
| | | | | | | | | | | | | | | | | | | | | | | | By using the item path as a tie-breaker. GitHub: closes #255
* | | | viewer: rollback @vue/cli-* to latest working versionpacien2020-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More recent versions of the babel plugin, starting at 4.5.0 included, do not seem to work correctly. See linked issue for more details. This reverts a part of commit 90d5af5: "viewer: dependencies update". GitHub: closes #252
* | | | docs: mention new lib in dep listpacien2020-09-19
| | | |
* | | | docs: aggregate new features in changelogpacien2020-09-19
| | | |
* | | | docs: simplify quickstart guidepacien2020-09-19
| | | | | | | | | | | | | | | | | | | | Remove the deploy step and focus on the other ones, providing tree examples.
* | | | docs: document new features and optionspacien2020-09-19
| | | |
* | | | 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: handle HTTP authentication: DevServer is now able to switch between ↵Zero~Informatique2020-09-14
| | | | | | | | | | | | | | | | HTTP proxy and filesystem.
* | | | 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
| | | |