Alf Sebastian Houge 39348feff1 feat(filter): move filter string creating to component
Move the filter string creation the the FilterButton component, so the
view only has to handle fetching the data based on the options received
from the FilterButton event.
Also fix a lot of the other comments raised in the pull requests
2020-11-01 16:24:03 +01:00
2020-09-02 20:48:53 +02:00
2020-10-09 20:03:50 +02:00
2020-10-19 23:55:58 +02:00
2020-09-02 20:48:53 +02:00
2020-09-02 20:48:53 +02:00
2020-09-06 21:29:05 +02:00
2020-09-02 20:48:53 +02:00
2020-09-02 20:48:53 +02:00
2020-09-02 20:48:53 +02:00

Jellyfin Vue

Part of the Jellyfin Project


Logo Banner

GPL 3.0 License Current Release Commitizen friendly
Donate Feature Requests Discuss on our Forum Chat on Matrix Join our Subreddit

This is an experimental web client for Jellyfin based on Vue.js. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start.

Requirements

This project uses Yarn as a package manager.

Contributing

We provide a devcontainer to help you setup your environment.

The project also contains recommended extensions for Visual Studio Code, which will help you with syntax style and development.

Finally, we provide useful pre-commit hooks via Husky, as well as Comitizen integration, in order to help you respect the style and naming conventions used throughout this project.

For more information about how to contribute to this project, see CONTRIBUTING.md

Build Process

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
Description
A modern web client for Jellyfin based on Vue
Readme GPL-3.0 101 MiB
Languages
Vue 56.7%
TypeScript 42.1%
Shell 0.3%
Dockerfile 0.3%
CSS 0.2%
Other 0.3%