aboutsummaryrefslogtreecommitdiff
path: root/viewer/vue.config.js
Commit message (Collapse)AuthorAge
* viewer/build: use poll-based live reload in sandboxpacien2022-11-19
| | | | Continuing to use a watch-based approach by default elsewhere.
* viewer/build: exclude node_modules from live reloadpacien2022-11-19
| | | | | That directory can be huge and expensive to watch for changes. The documenation recommends excluding it.
* viewer: migrate to vue 3, general refactoring and cleanupZéro~Informatique2022-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* viewer: handle HTTP authentication: DevServer is now able to switch between ↵Zero~Informatique2020-09-14
| | | | HTTP proxy and filesystem.
* viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
|
* viewer: tabSize, quote-props, quotes, object-curly-spacingZero~Informatique2020-04-28
|
* viewer: implemented config.jsonZero~Informatique2020-02-12
| | | | | | Note: The DevServer needs to know when the file is from the App, or from the FileSystem. We use a tilde to make this separation. The tilde URL is declared in '.env.development' GitHub: Resolves #32
* viewer: fixed an issue with prefetching du to webpack chunkingZero~Informatique2020-02-08
|
* viewer: project optimization for faster init, and a better Visual Studio ↵Zero~Informatique2020-02-07
| | | | Code environnement
* viewer: fixed subdirectory deploiement; all paths are now relative to ↵Zero~Informatique2020-01-30
| | | | index.html. resolves #17
* viewer: fix for the developper server when URLs with parameters are used ↵Zero~Informatique2020-01-29
| | | | (timestamps)
* viewer: license headersZero~Informatique2020-01-10
|
* viewer: relative gallery path (NOT STABLE with current compiler)Zero~Informatique2020-01-07
| | | | compiler: commands for compilation on Windows
* viewer: Implemented the search by tags. Pushed the special urls to ENV.Zero~Informatique2019-12-22
|
* viewer: Fixed devServer for URL encoded filenamesZero~Informatique2019-12-21
| | | | Disabled a buggy ESLint rule
* viewer:Zero~Informatique2019-12-21
| | | | | | Implemented the "example" project in devServer Display loader and error messages (not translated yet) Created a "GalleryStore" to fetch the JSon data from the gallery (currently from example)
* Viewer project foundationsZero~Informatique2019-12-20