1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4271 from thornbill/moar-directories

This commit is contained in:
Bill Thornton 2023-01-10 14:08:11 -05:00 committed by GitHub
commit 8dcf215821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user
├── 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 🧹
├── elements # Basic webcomponents and React wrappers 🧹 ├── elements # Basic webcomponents and React wrappers 🧹
├── hooks # Custom React hooks
├── legacy # Polyfills for legacy browsers ├── legacy # Polyfills for legacy browsers
├── libraries # Third party libraries 🧹 ├── libraries # Third party libraries 🧹
├── plugins # Client plugins ├── plugins # Client plugins
@ -88,6 +89,7 @@ Jellyfin Web is the frontend used for most of the clients available for end user
├── strings # Translation files ├── strings # Translation files
├── styles # Common app Sass stylesheets ├── styles # Common app Sass stylesheets
├── themes # CSS themes ├── themes # CSS themes
├── types # Common TypeScript interfaces/types
└── utils # Utility functions └── utils # Utility functions
``` ```