-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Feature(webview): drawerList, upload feature and uploader settings …
…in webview (#107) * 📦 Chore: move ThemeWrapper from pages to components folder, remove react logo * 📦 Chore: update LICENSE, package.json and settings * 🔨 Refactor(pages): reorganize pages to subfolders to contain future redux models * ✨ Feature(webview): setup react-router & finish the upload feature in webview * 🐛 Fix(test): make singleton class constructor private to avoid external new * ✨ Feature: call upload commands in webview * 🐛 Fix: fix globby import * ✨ Feature: migrate to @picgo/store and decouple upload and edit * ✨ Feature(settings): finished settings of uploader * ✨ Feature(sidebar): add uploader items to drawerList, add hook utils * ⬆️ Upgrade(picgo): update picgo core to 1.5.0-alpha.0 * ✅ Test: fix test cases, await write to document
- Loading branch information
Showing
55 changed files
with
3,309 additions
and
2,443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This file is just for developers, and it will trigger vs-picgo's | ||
`workspaceContains` activation events and launch the webview panel | ||
for quick testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.