Update README
This commit is contained in:
parent
bd1ae96b62
commit
6101e04ca8
1 changed files with 3 additions and 3 deletions
|
@ -77,8 +77,9 @@ Jellyfin Web is the frontend used for most of the clients available for end user
|
||||||
.
|
.
|
||||||
└── src
|
└── src
|
||||||
├── apps
|
├── apps
|
||||||
│ ├── experimental # New experimental app layout
|
│ ├── dashboard # Admin dashboard app layout and routes
|
||||||
│ └── stable # Classic (stable) app layout
|
│ ├── experimental # New experimental app layout and routes
|
||||||
|
│ └── stable # Classic (stable) app layout and routes
|
||||||
├── assets # Static assets
|
├── assets # Static assets
|
||||||
├── components # Higher order visual components and React components
|
├── components # Higher order visual components and React components
|
||||||
├── controllers # Legacy page views and controllers 🧹
|
├── controllers # Legacy page views and controllers 🧹
|
||||||
|
@ -87,7 +88,6 @@ Jellyfin Web is the frontend used for most of the clients available for end user
|
||||||
├── legacy # Polyfills for legacy browsers
|
├── legacy # Polyfills for legacy browsers
|
||||||
├── libraries # Third party libraries 🧹
|
├── libraries # Third party libraries 🧹
|
||||||
├── plugins # Client plugins
|
├── plugins # Client plugins
|
||||||
├── routes # React routes/pages
|
|
||||||
├── scripts # Random assortment of visual components and utilities 🐉
|
├── scripts # Random assortment of visual components and utilities 🐉
|
||||||
├── strings # Translation files
|
├── strings # Translation files
|
||||||
├── styles # Common app Sass stylesheets
|
├── styles # Common app Sass stylesheets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue