From 9f5d26bde1beb3bd4f736447a7d886e02f7d6ac6 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 10 Jan 2023 12:40:49 -0500 Subject: [PATCH] Update README with new directories --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 624f97f34..99637125a 100644 --- a/README.md +++ b/README.md @@ -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 ├── controllers # Legacy page views and controllers 🧹 ├── elements # Basic webcomponents and React wrappers 🧹 + ├── hooks # Custom React hooks ├── legacy # Polyfills for legacy browsers ├── libraries # Third party libraries 🧹 ├── 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 ├── styles # Common app Sass stylesheets ├── themes # CSS themes + ├── types # Common TypeScript interfaces/types └── utils # Utility functions ```