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 5ecaadd0c8
Increment verison
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
..
src Change background color to a more blueish grey 2 years ago
src-tauri Increment verison 2 years ago
.browserslistrc Fix browserlist and import fail on duplicate tags 2 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 Increment verison 2 years ago
karma.conf.js initial commit 3 years ago
package.json Increment verison 2 years ago
tsconfig.app.json Change search input to accept property filters as well 2 years ago
tsconfig.json Update dependencies and es version requirements 2 years ago
tsconfig.spec.json initial commit 3 years ago
yarn.lock Update dependencies and es version requirements 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