mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-23 05:59:54 +00:00
Update source tree in README
This commit is contained in:
parent
0a03b9a744
commit
3e6fdc8f04
@ -85,8 +85,11 @@ Jellyfin Web is the frontend used for most of the clients available for end user
|
|||||||
├── controllers # Legacy page views and controllers 🧹
|
├── controllers # Legacy page views and controllers 🧹
|
||||||
├── elements # Basic webcomponents and React wrappers 🧹
|
├── elements # Basic webcomponents and React wrappers 🧹
|
||||||
├── hooks # Custom React hooks
|
├── hooks # Custom React hooks
|
||||||
├── legacy # Polyfills for legacy browsers
|
├── lib # Reusable libraries
|
||||||
├── libraries # Third party libraries 🧹
|
│ ├── globalize # Custom localization library
|
||||||
|
│ ├── legacy # Polyfills for legacy browsers
|
||||||
|
│ ├── navdrawer # Navigation drawer library for classic layout
|
||||||
|
│ └── scroller # Content scrolling library
|
||||||
├── plugins # Client plugins
|
├── plugins # Client plugins
|
||||||
├── scripts # Random assortment of visual components and utilities 🐉
|
├── scripts # Random assortment of visual components and utilities 🐉
|
||||||
├── strings # Translation files
|
├── strings # Translation files
|
||||||
|
Loading…
Reference in New Issue
Block a user