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 9edc3d87ed Fix status filters being displayed when order is different from checkboxes
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
..
.github/workflows Fix tauri cli for release build 3 years ago
src Fix status filters being displayed when order is different from checkboxes 3 years ago
src-tauri Fix missing application permissions 3 years ago
.browserslistrc initial commit 3 years ago
.editorconfig Add extended filtering implementation 3 years ago
.eslintrc.json Refactor and update to new API types 3 years ago
.gitignore Add extended filtering implementation 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Add icon to readme 3 years ago
angular.json Improve filter expression input and fix OR-expression display 3 years ago
karma.conf.js initial commit 3 years ago
package.json Add delete handler for delete key 3 years ago
tsconfig.app.json Change search input to accept property filters as well 3 years ago
tsconfig.json initial commit 3 years ago
tsconfig.spec.json initial commit 3 years ago
yarn.lock Add delete handler for delete key 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