| Commit message (Collapse) | Author | Age |
... | |
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removed obsolete deps core-js ; resize-observer-polyfill
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitHub: closes #287
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
compiler: portable viewer dist
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It is no longer necessary for the user to explicitly specify the path of the
viewer distribution directory when using a portable archive, since the
compiler built with the "portable" flag now automatically looks at its
runtime location.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
So that the generated build artifacts and release tarballs are portable.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This adds a build flag for generating a portable version of the compiler
binary which make it look in its own runtime directory for its assets.
This is useful in particular for the portable release tarballs which
contain the web viewer at the same location instead of a pre-defined one
in the FHS.
GitHub: closes #286
|
|\ \ \ \ \
| | | | | |
| | | | | | |
ci: configure GitHub Actions
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To improve reproducibility.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The archives of deprecated minor versions tend to disappear from the
website. This patch makes the CI locate and fetch the latest minor
version automatically for inclusion in the bundle archive.
GitHub: closes #281
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This configures GitHub Actions for building the viewer and compiler
components and produce archive bundles for Linux and Windows.
Those are uploaded as build artifacts instead of automatically being
attached to releases like before with Travis CI. This allows manually
checking the archives when doing new releases.
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed error "Object is possibly 'null'" in the template
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This forces viewer components to be re-instantiated on item change.
GitHub: fixes #268
|
| | | | | | |
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
GitHub: closes #280
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitHub: closes #278
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| | | | |
| | | | |
| | | | | |
github: resolves #177
|
|\ \ \ \ \
| | | | | |
| | | | | | |
viewer: set pointer cursor on collapsible info panel title bar
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitHub: closes #269
|
|/ / / / /
| | | | |
| | | | | |
github: resolves #270
|
| | | | |
| | | | |
| | | | |
| | | | | |
We're not limited to pictures anymore
|
| | | | |
| | | | |
| | | | |
| | | | | |
GitHub: closes #253
|
| |_|_|/
|/| | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the deploy step and focus on the other ones, providing tree
examples.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
To avoid confusion with filenames.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* viewer: sort by date ascending
* viewer: sort by date ascending
|
| | | |
| | | |
| | | |
| | | | |
HTTP proxy and filesystem.
|
| | | |
| | | |
| | | |
| | | | |
github: resolves #243
|