| Commit message (Collapse) | Author | Age |
|
|
|
| |
GitHub: Resolves #29
|
| |
|
|
|
|
|
|
|
| |
Search from the URL requires a strict match instead of a loose match
Category search was case sensitive
Category + disambiguation was matching like an intersection of both tags instead of being hard-coupled
Removed the logs for the release (coming soon)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
found
|
|
|
|
| |
Code review fix
|
|
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)
|