| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
Fixed a reactivity issue with props used in a composition function (useItemResource)
Fixed crash with null items in LayoutTop
Changed how downloadable items are identified: We use the fact they are materialized in the gallery instead of a hardly defined "listing condition". This also simplifies the code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Non-exhaustive list of fixes and improvements done at the same time:
- html default background to grey (avoids white flash during init)
- unified links behavior
- added more theme variables
- removed the flex-expand transition (it wasn't working) and replaced it
with a slide
- fixed LdLoading not centered on the content
- title on removable tags
- fixed an issue with encoded URI from vue-router
- unified Item resource URLs
- removed the iframe for PlainTextViewer (it wasn't working properly)
and replaced it with a pre
- fixed clear and search buttons tabindex
- fixed the information panel bumping up during the fade animation of
tag's dropdown
- fixed some focus outlines not appearing correctly
- moved CSS variables to the :root context
- Code cleaning
GitHub: closes #217
GitHub: closes #300
GitHub: closes #297
GitHub: closes #105
GitHub: closes #267
GitHub: closes #275
GitHub: closes #228
GitHub: closes #215
GitHub: closes #112
|
|
|
|
| |
Extracted from b170f49 (GH PR #304)
|
|
|
|
| |
Extracted from b170f49 (GH PR #304)
|
|
|
|
| |
GitHub: closes #301
|
|
|
|
| |
GitHub: closes #301
|
|
|
|
| |
Removed obsolete deps core-js ; resize-observer-polyfill
|
|
|
|
| |
github: resolves #259
|
|
|
|
| |
It's the most reasonable default that doesn't break the order of sequence of photos.
|
|
|
|
|
|
| |
By using the item path as a tie-breaker.
GitHub: closes #255
|
|
|
|
| |
To avoid confusion with filenames.
|
|
|
|
|
| |
* viewer: sort by date ascending
* viewer: sort by date ascending
|
|
|
|
| |
github: resolves #243
|
|
|
|
| |
github: resolves #239
|
|
|
|
| |
github: resolves #239
|
| |
|
|
|
|
| |
github: resolves #28
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
item? may return undefined, and undefined === null returns false.
Co-authored-by: OzoneGrif <OzoneGrif@users.noreply.github.com>
|
|
|
|
| |
We'll see for dynamic component loading later.
|
| |
|
| |
|
|
|
|
| |
To prevent some init glitch from happening.
|
|
|
|
| |
Previous scaling was too aggressive with large pictures.
|
|
|
|
| |
GitHub: closes #106
|
| |
|
|
|
|
| |
GitHub: closes #153
|
|
|
|
| |
github: resolves #186
|
|
|
|
|
|
| |
code cleaning
GitHub: Resolves #29
|
|
|
|
|
|
| |
fixed single tags not appearing in the "Other filters" special category, following code review
GitHub: Resolves #29
|
|
|
|
| |
GitHub: Resolves #29
|
| |
|
|
|
|
|
|
|
| |
Search from the URL requires a strict match instead of a loose match
Category search was case sensitive
Category + disambiguation was matching like an intersection of both tags instead of being hard-coupled
Removed the logs for the release (coming soon)
|
|
|
|
|
|
|
|
|
| |
For consistency with the query language
and allowing the use of the very common dot in tags.
This also introduces a migration script.
GitHub: closes #164
|
|
|
|
| |
found
|
|
|
|
| |
Code review fix
|
|
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)
|