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 01f781b9f3
Increment version to 0.13.4
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
..
src Fix style issues 2 years ago
src-tauri Increment version to 0.13.4 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 Propagate changes to file status 2 years ago
karma.conf.js initial commit 3 years ago
package.json Increment version to 0.13.4 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