-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a21eb8
commit b069229
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule TabMaster
updated
25 files
+11 −13 | README.md | |
+38 −1 | main.py | |
+3 −3 | package.json | |
+1 −1 | plugin.json | |
+3 −3 | src/components/context-menus/LibraryMenu.tsx | |
+1 −1 | src/components/modals/EditTabModal.tsx | |
+1 −1 | src/components/modals/TabProfileModals.tsx | |
+4 −4 | src/components/other/TabActions.tsx | |
+1 −1 | src/components/other/TabListLabel.tsx | |
+26 −0 | src/components/qam/ErrorNotice.tsx | |
+46 −0 | src/components/qam/InvalidSettingsNotice.tsx | |
+1 −1 | src/components/qam/MicroSDeckNotice.tsx | |
+68 −82 | src/components/qam/QuickAccessContent.tsx | |
+64 −0 | src/components/qam/TabsPanelSection.tsx | |
+7 −2 | src/components/styles/QamStyles.tsx | |
+4 −0 | src/constants.ts | |
+1 −1 | src/index.tsx | |
+16 −15 | src/lib/Utils.tsx | |
+3 −1 | src/lib/controllers/PluginController.tsx | |
+80 −18 | src/lib/controllers/PythonInterop.ts | |
+1 −1 | src/lib/controllers/TabErrorController.tsx | |
+1 −1 | src/patches/LibraryPatch.tsx | |
+3 −3 | src/state/CustomTabContainer.tsx | |
+49 −18 | src/state/TabMasterManager.tsx | |
+1 −1 | src/state/TabProfileManager.tsx |