Skip to content

Commit 3a6b3ca

Browse files
authored
Adjust layout and styling and it now plays audio locally (#5)
This reorganizes the extension to look a lot better, including the start of some reusable components, like the emoji buttons. It also makes the audio play locally at the same time as the injected audio. There's also a bunch of fun features like applying a border while playing and then removing it when it's done. All the colors and formatting and stuff is temporary until I get the final designs from Sharon.
1 parent e88c060 commit 3a6b3ca

24 files changed

Lines changed: 2180 additions & 175 deletions

extension/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"postinstall": "wxt prepare"
1616
},
1717
"dependencies": {
18+
"@radix-ui/react-icons": "^1.3.2",
19+
"radix-ui": "^1.4.2",
1820
"react": "^19.1.0",
1921
"react-dom": "^19.1.0"
2022
},

0 commit comments

Comments
 (0)