Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'develop' into feature-secondary-command-buttons | OzoneGrif | 2020-02-10 |
|\ | |||
| * | Merge pull request #110 from pacien/colour-palette | OzoneGrif | 2020-02-10 |
| |\ | | | | | | | viewer: colour palette | ||
| | * | viewer: use a different background to separate command buttons and breadcrumbs | pacien | 2020-02-10 |
| | | | |||
| * | | viewer: ldproposition: add tooltips for actions on suggestions | pacien | 2020-02-08 |
| | | | | | | | | | | | | GitHub: closes #23 | ||
| * | | viewer: ldproposition: fix keyboard navigation | pacien | 2020-02-08 |
| |/ | | | | | | | By using proper semantics, using 'a' instead of 'div' to allow keyboard selection. | ||
* | | viewer: formatting and > a instead of > * in the CSS (the star selector is ↵ | Zero~Informatique | 2020-02-10 |
| | | | | | | | | to be avoided if possible, it's slow and dangerous) | ||
* | | viewer: ldcommand: clarify command button actions | pacien | 2020-02-08 |
| | | | | | | | | By using more explicit icons and tooltip. | ||
* | | viewer: ldcommand: reduce command bar on mobile | pacien | 2020-02-08 |
| | | | | | | | | | | | | Hiding secondary buttons and allowing the bar to collapse. GitHub: closes #100 | ||
* | | viewer: ldcommand: fix command buttons active boxes | pacien | 2020-02-08 |
| | | | | | | | | Properly centering icons in their boxes instead of having them sitting in a corner. | ||
* | | viewer: ldcommand: fix keyboard navigation | pacien | 2020-02-08 |
|/ | | | | By using proper semantics, using 'a' instead of 'div' to allow keyboard selection | ||
* | viewer: crash fix for proposed tags when using discriminant format | Zero~Informatique | 2020-02-02 |
| | |||
* | viewer: implemented thumbnail size usage | Zero~Informatique | 2020-02-02 |
| | |||
* | Merge branch 'develop' into feature-thumbnail-resolution-index | OzoneGrif | 2020-02-02 |
|\ | |||
| * | viewer: disabled colour is now static instead of an arbitrary alpha | Zero~Informatique | 2020-02-02 |
| | | |||
| * | viewer: fixed the command button's titles (somehow the `:` were removed ↵ | Zero~Informatique | 2020-02-02 |
| | | | | | | | | before the commit) | ||
* | | viewer: adaptation to the thumbnail's new structure | Zero~Informatique | 2020-02-02 |
|/ | |||
* | viewer: Unify the minor size differences between command icons | Zero~Informatique | 2020-01-31 |
| | |||
* | 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: code cleaning, moved some views to components | Zero~Informatique | 2020-01-31 |
| | |||
* | viewer: tag propositions depend on current's directory. resolves #22 | Zero~Informatique | 2020-01-31 |
| | |||
* | viewer: unified CSS classes to kebab case | 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: global keypress componant. ESC gets out of fullscreen. | 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: Tag auto-completion should be more flexible. Resolves #38 | Zero~Informatique | 2020-01-29 |
| | |||
* | viewer: license headers | Zero~Informatique | 2020-01-10 |
| | |||
* | Code review code improvements | Zero~Informatique | 2020-01-10 |
| | |||
* | viewer: Changed "image" type to "picture". Adapted the code to the current ↵ | Zero~Informatique | 2020-01-09 |
| | | | | compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation. | ||
* | viewer: Tag propositions. Disabled directory indexation. | Zero~Informatique | 2019-12-28 |
| | | | | Note: The propositions are not based on the current search results, but on the searched tags, which doesn't seem to be the correct way. We'll probably have to move the search results to a store for global visibility. | ||
* | viewer: Plugin for Optional chaining and Coalesce. Implemented tag ↵ | Zero~Informatique | 2019-12-24 |
| | | | | operations (intersection, addition, substraction). Unified Tag.Search | ||
* | viewer: Implemented tag category and disambiguation filtering | Zero~Informatique | 2019-12-22 |
| | |||
* | viewer: Implemented the search by tags. Pushed the special urls to ENV. | Zero~Informatique | 2019-12-22 |
| | |||
* | vewer: Tags indexing and search input | Zero~Informatique | 2019-12-22 |
| | |||
* | Implemented global components registration | Zero~Informatique | 2019-12-21 |
Moved the fullscreen button as a global component (as demonstration) Improved the layout CSS |