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 603b182e9f
Adjust dependency paths
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
..
.github/workflows Fix tauri cli for release build 2 years ago
src Fix colors for OR-keyword to fit theme 2 years ago
src-tauri Adjust dependency paths 2 years ago
.browserslistrc initial commit 3 years ago
.editorconfig Add extended filtering implementation 2 years ago
.eslintrc.json Refactor and update to new API types 2 years ago
.gitignore Add extended filtering implementation 2 years ago
LICENSE Create LICENSE 3 years ago
README.md Adjust dependency paths 2 years ago
angular.json Improve filter expression input and fix OR-expression display 2 years ago
karma.conf.js initial commit 3 years ago
package.json Add delete handler for delete key 2 years ago
tsconfig.app.json Change search input to accept property filters as well 2 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 2 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