| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
(cherry picked from commit 63fd4f6956bba4158a0d35e64862a69427da08e6)
|
|\
| |
| |
| |
| | |
# Conflicts:
# scripts/win_compile_example.cmd
|
| | |
|
| |
| |
| |
| |
| |
| | |
Note: The DevServer needs to know when the file is from the App, or from the FileSystem.
We use a tilde to make this separation. The tilde URL is declared in '.env.development'
GitHub: Resolves #32
|
|/ |
|
| |
|
|
|
|
| |
to be processed before displaying the UI. resolves #61
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
operations (intersection, addition, substraction). Unified Tag.Search
|
| |
|
| |
|
|
|
|
|
| |
Some renaming for better clarity
Implemented a basic display of filenames with basic navigation
|
|
Implemented the "example" project in devServer
Display loader and error messages (not translated yet)
Created a "GalleryStore" to fetch the JSon data from the gallery (currently from example)
|