| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
fixed disambiguation by categories following code review
GitHub: Resolves #29
|
|
|
|
| |
GitHub: Resolves #29
|
|
|
|
|
|
|
|
|
| |
For consistency with the query language
and allowing the use of the very common dot in tags.
This also introduces a migration script.
GitHub: closes #164
|
|
|
|
|
|
| |
Make use of VueX's strict mode (which is different from vuex-class-component strict mode)
Fixed issues and bad-practices with search filter tags mutations
Correctly implement the new index.json format
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
GitHub: closes #23
|
|
|
|
| |
By using proper semantics, using 'a' instead of 'div' to allow keyboard selection.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation.
|
|
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.
|