aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdCommandSearch.vue
Commit message (Collapse)AuthorAge
* viewer: ldcommandsearch: clarify flex shrink fixpacien2020-04-17
| | | | | | | The bug only affects old version of webkit and seem to have been fixed in the latest releases of Chromium. GitHub: #183
* viewer: ldcommandsearch: fix flexbox shrinking and overlappacien2020-04-11
| | | | GitHub: closes #183
* viewer: more minor architectural and performance improvementZero~Informatique2020-02-28
|
* viewer: major code and search mode overhaulZero~Informatique2020-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)