Update source tree in README

This commit is contained in:
Bill Thornton 2024-08-14 16:52:56 -04:00
parent 0a03b9a744
commit 3e6fdc8f04

View File

@ -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