Skip to content

Commit e302bc7

Browse files
committed
feat: New Dashboard with RSS Feed
1 parent f1ef8ee commit e302bc7

32 files changed

+1788
-54
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ Devbox is a lightweight, cross-platform desktop application built with Tauri (Ru
2626
- [x] Quick access icon on menu
2727
- [x] Grouped tools
2828
- [x] Hide/Unhide tools
29-
- [ ] Dashboard
30-
- [ ] Pin notes
31-
- [ ] Frequently used tools
32-
- [ ] All tools
33-
- [ ] Add Custom RSS Feed (maybe)
29+
- [x] Dashboard
30+
- [x] Frequently used tools
31+
- [x] Add Custom RSS Feed
3432
- [ ] Smart clipboard
35-
- [ ] Tools shortcut from MAC spotlight (maybe)
3633

3734
### Tools
3835

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@tauri-apps/plugin-fs": "^2.4.0",
3636
"@tauri-apps/plugin-process": "^2.3.0",
3737
"@tauri-apps/plugin-store": "^2.3.0",
38+
"@tauri-apps/plugin-shell": "^2.3.0",
3839
"@tauri-apps/plugin-updater": "~2",
3940
"@types/node-forge": "^1.3.13",
4041
"@uiw/react-markdown-preview": "^5.1.1",
@@ -69,6 +70,7 @@
6970
"react-resizable-panels": "^2.1.6",
7071
"react-router-dom": "6.22.3",
7172
"react-shepherd": "^4.3.0",
73+
"fast-xml-parser": "^4.4.0",
7274
"rehype-katex": "^7.0.0",
7375
"rehype-raw": "^7.0.0",
7476
"remark-math": "^6.0.0",
@@ -83,6 +85,7 @@
8385
"@types/loadable__component": "^5.13.9",
8486
"@types/node": "^24.0.13",
8587
"@types/react": "^18.2.73",
88+
"@types/rss-parser": "^5.0.7",
8689
"@types/react-dom": "^18.2.23",
8790
"@types/react-katex": "^3.0.4",
8891
"@types/uuid": "^9.0.8",

0 commit comments

Comments
 (0)