Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | viewer: migrate to vue 3, general refactoring and cleanup | Zéro~Informatique | 2022-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: fix sort order button hitbox (#272) | zeroinformatique | 2020-10-18 |
| | | | | | | | | | | | | | | * 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 | ||
* | viewer: fix momentum/kinetic scroll on Safari and Firefox on iOS | pacien | 2020-09-26 |
| | | | | GitHub: closes #253 | ||
* | viewer: PR #238 code review changes (2nd) | Zero~Informatique | 2020-09-11 |
| | |||
* | viewer: PR #238 code review changes | Zero~Informatique | 2020-09-11 |
| | |||
* | viewer: item display order | Zero~Informatique | 2020-09-11 |
| | | | | github: resolves #28 | ||
* | viewer: information panel scrollbar and collapse with animation | Zero~Informatique | 2020-09-11 |
| | | | | github: resolves #78 | ||
* | viewer: moved scrollbar SCSS definition to its own file | Zero~Informatique | 2020-09-11 |
| | |||
* | viewer: item information (raw implementation) | Zero~Informatique | 2020-09-11 |
| | |||
* | viewer: unifying scrollbar style (for FireFox) | Zero~Informatique | 2020-08-19 |
| | |||
* | viewer/css/global: factorise util classes | pacien | 2020-05-22 |
| | |||
* | viewer/style/global: factorise flex centering container | pacien | 2020-05-08 |
| | |||
* | viewer: global formatting unification | Zero~Informatique | 2020-04-28 |
| | |||
* | viewer: moved the global thumbnail CSS class to its component | Zero~Informatique | 2020-04-28 |
| | |||
* | viewer: remove redundant rule | pacien | 2020-04-26 |
| | |||
* | viewer: fix image orientation | pacien | 2020-04-26 |
| | |||
* | viewer: fix rest of webpack import | pacien | 2020-04-26 |
| | |||
* | viewer: ldthumbnail: reduce non-picture element size | pacien | 2020-04-11 |
| | | | | They were too big and not dense enough on small screens | ||
* | Merge branch 'develop' into oz-overflowing-titles | OzoneGrif | 2020-04-04 |
|\ | |||
| * | viewer: tag categories implementation | Zero~Informatique | 2020-04-03 |
| | | | | | | | | | | | | fixed disambiguation by categories following code review GitHub: Resolves #29 | ||
| * | viewer: tag categories implementation | Zero~Informatique | 2020-04-03 |
| | | | | | | | | GitHub: Resolves #29 | ||
* | | viewer: items with long titles overflow | Zero~Informatique | 2020-04-04 |
| | | | | | | | | | | | | fixed line-height issue on filenames and icon heights GitHub: Resolves #137 | ||
* | | viewer: items with long titles overflow | Zero~Informatique | 2020-04-03 |
|/ | | | | GitHub: Resolves #137 | ||
* | viewer: more minor architectural and performance improvement | Zero~Informatique | 2020-02-28 |
| | | | | fixed missing margin since we do not encapsulate thumbnails in div elements | ||
* | viewer: search buttons active colors now match the palette | Zero~Informatique | 2020-02-24 |
| | | | | Code review fix | ||
* | viewer: major code and search mode overhaul | Zero~Informatique | 2020-02-24 |
| | | | | | | | | | 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) | ||
* | viewer: thumbnail others fixed sizes for better layout | Zero~Informatique | 2020-02-11 |
| | |||
* | viewer: larger breadcrumb links | Zero~Informatique | 2020-02-11 |
| | |||
* | viewer: sidebar: self-contain style | pacien | 2020-02-10 |
| | | | | | We'll polish that later when groups are done. For now let's have this styling self-contained. | ||
* | viewer: re-applied changes which were eaten by the big Eldrich monster | Zero~Informatique | 2020-02-10 |
| | |||
* | Merge pull request #113 from pacien/scrolling-breadcrumbs | OzoneGrif | 2020-02-10 |
|\ | | | | | viewer: ldbreadcrumbs: implement horizontal scrolling | ||
| * | viewer: ldbreadcrumbs: implement horizontal scrolling | Zero~Informatique | 2020-02-10 |
| | | | | | | | | | | | | This comes with a fix for the DragScroll component for mobile devices. GitHub: closes #101, closes #102 | ||
* | | Merge pull request #108 from pacien/fix-hover-stuck-after-touch | OzoneGrif | 2020-02-10 |
|\ \ | |/ |/| | viewer: fix sticky hover styling on links | ||
| * | viewer: fix sticky hover styling on links | pacien | 2020-02-08 |
| | | | | | | | | | | | | | | | | This disables sticky hover styling on touch devices, on which the virtual cursor doesn't leave the element after being tapped. The fix can be applied to elements by using the .link class. GitHub: closes #94 | ||
* | | Merge branch 'develop' into feature-secondary-command-buttons | OzoneGrif | 2020-02-10 |
|\ \ | |||
| * | | viewer: use a different background to separate command buttons and breadcrumbs | pacien | 2020-02-10 |
| | | | |||
| * | | viewer: styling: use a proper colour palette | pacien | 2020-02-10 |
| |/ | | | | | | | | | | | | | Stealing the Material Design Blue Gray palette which should be suitable for most galleries. It has been checked to be consistent across various screens and the text is guaranteed to be legible. GitHub: closes #99 | ||
* / | viewer: global css: fix cursor on disabled links | pacien | 2020-02-08 |
|/ | |||
* | viewer: tweak thumbnail packing | pacien | 2020-02-02 |
| | |||
* | viewer: implemented thumbnail size usage | Zero~Informatique | 2020-02-02 |
| | |||
* | viewer: disabled colour is now static instead of an arbitrary alpha | Zero~Informatique | 2020-02-02 |
| | |||
* | viewer: when loading a picture, displays a preview based on the thumbnail on ↵ | Zero~Informatique | 2020-01-31 |
| | | | | | | | | slow connections This works on Chrome, but FireFox presents some issues: - the picture background is sometimes white instead of transparent, hidding the background - image-orientation doesn't work for background pictures or for negative values | ||
* | viewer: loader background color | Zero~Informatique | 2020-01-31 |
| | |||
* | viewer: Improved the proposition layout | Zero~Informatique | 2020-01-30 |
| | |||
* | viewer: new breadcrumb. navigation buttons. and styling improvements | Zero~Informatique | 2020-01-30 |
| | |||
* | viewer: thumbnail loader styling | Zero~Informatique | 2020-01-30 |
| | |||
* | viewer: picture display improvements | Zero~Informatique | 2020-01-30 |
| | |||
* | viewer: scrollbars styling closer to flat design | Zero~Informatique | 2020-01-30 |
| | |||
* | viewer: improved the picture layout. clicking a picture will switch between ↵ | Zero~Informatique | 2020-01-29 |
| | | | | resized-to-screen and original-size (+fullscreen). drag-n-drop scrolls/moves the picture, just like a touch device. Resolves #19 | ||
* | viewer: finalized the thumbnails view layouts. implemented thumbnails ↵ | Zero~Informatique | 2020-01-29 |
| | | | | lazy-loading |