| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|\
| |
| | |
ci: enable GHA build on push
|
| | |
|
|\ \
| |/
|/| |
viewer: markdown item handler
|
| |
| |
| |
| |
| | |
Minor CSS fixes
Comment for future upgrade to Vue3
|
| |
| |
| |
| | |
Extracted from b170f49 (GH PR #304)
|
| |
| |
| |
| | |
Extracted from b170f49 (GH PR #304)
|
| | |
|
|/ |
|
|\
| |
| | |
ci: bump nodejs version
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| | |
GitHub: closes #253
(cherry picked from commit 3e22ce02fb569d1db06e7a8f564c5aa328dfb92e)
|
| |\ |
|
| |\ \ |
|
| |\ \ \
| | | | |
| | | | | |
first working prototype
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
viewer: optional user-defined markdown splash screen
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Code review changes
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
GitHub: closes #284
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Reviewed-by: pacien <pacien.trangirard@pacien.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Extracted from b170f49 (GH PR #304)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Extracted from b170f49 (GH PR #304)
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reviewed-by: pacien <pacien.trangirard@pacien.net>
GitHub: closes #306
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitHub: closes #196
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Extracted from 0f4a1d1 (GH PR #304).
|
| | | | |
| | | | |
| | | | |
| | | | | |
Forgot to rename two components, causing a regression from PR #302
|
| | | | |
| | | | |
| | | | |
| | | | | |
instead
|
|\ \ \ \ \
| | | | | |
| | | | | | |
viewer: types normalization
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitHub: closes #301
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitHub: closes #301
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
GitHub: closes #301
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
GitHub: closes #301
|
|\ \ \ \ \
| | | | | |
| | | | | | |
viewer: compilation chain upgrade
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
|
| | | | | | |
|