| Commit message (Collapse) | Author | Age |
|
|
|
| |
github: resolves #78
|
|
|
|
|
| |
github: resolves #214
github: resolves #37
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
a cleaner way to add new components to LdGallery
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
GitHub: closes #158
|
|
|
|
| |
GitHub: closes #222
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Based on native browser rendering.
GitHub: closes #211
|
| |
|
| |
|
|
|
|
| |
GitHub: closes #213
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
For consistency.
|
|
|
|
| |
GitHub: closes #209
|
| |
|
|
|
|
|
|
| |
Introducing a generic error page with some icon and a different error for unknown resources
GitHub: closes #190
|
| |
|
|
|
|
| |
GitHub: closes #206
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This is needed for the picture viewer fancy loading phase.
|
|
|
|
| |
To prevent some init glitch from happening.
|
|
|
|
| |
Previous scaling was too aggressive with large pictures.
|
|
|
|
| |
GitHub: closes #106
|