-
Notifications
You must be signed in to change notification settings - Fork 115
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
f829b09
commit 819ae59
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule DeckWebBrowser
updated
18 files
+2 −2 | package.json | |
+6 −6 | pnpm-lock.yaml | |
+2 −1 | rollup.config.js | |
+11 −1 | src/classes/BrowserTabHandler.tsx | |
+6 −1 | src/classes/SettingsManager.ts | |
+3 −0 | src/classes/TabManager.ts | |
+7 −0 | src/components/BrowserContextMenu.tsx | |
+32 −0 | src/components/CustomSearchUrlModal.tsx | |
+38 −0 | src/components/FallbackSearchModal.tsx | |
+36 −4 | src/components/QAMContent.tsx | |
+32 −19 | src/components/SearchBarInput.tsx | |
+17 −1 | src/components/TabbedBrowser.tsx | |
+2 −2 | src/init.ts | |
+2 −1 | src/menuPatch.tsx | |
+2 −17 | src/pluginState.ts | |
+8 −1 | src/searchBarPatch.tsx | |
+36 −41 | src/styling.tsx | |
+17 −0 | src/utils.ts |