You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui
trivernis a86aaef510 Fix issues with grid key naviation
It should only navigate now when focussed.
Same logic applies to the gallery.
The focus is kept when changing between the gallery and
the grid.

TG-48 #closed

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
..
.github/workflows Fix build github action 3 years ago
src Fix issues with grid key naviation 3 years ago
src-tauri Add saving and restoring of opened tabs 3 years ago
.browserslistrc initial commit 3 years ago
.editorconfig Change indentation to 4 spaces (because why was it 2 anyway?) 3 years ago
.eslintrc.json Change indentation to 4 spaces (because why was it 2 anyway?) 3 years ago
.gitignore initial commit 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Add icon to readme 3 years ago
angular.json Change theme to fit dark theme better 3 years ago
karma.conf.js initial commit 3 years ago
package.json Remove mat-icons in favor for ng-icons to avoid calling a cdn 3 years ago
tsconfig.app.json initial commit 3 years ago
tsconfig.json initial commit 3 years ago
tsconfig.spec.json initial commit 3 years ago
yarn.lock Update dependencies 3 years ago

README.md

mediarepo-ui

This repository is a work in progress


This repository contains a frontend client to connect to the mediarepo-daemon. It is written in tauri (yay).

Usage

Refer to the tauri documentation for information about setting up your environment to build this project. With the cargo-tauri tooling installed you can run

cargo tauri dev

to start the application in development mode or

cargo tauri build

to bundle the application.

License

GPL-3