From 31cb5283bfe30a1c84b998f0db835eb2902a4c46 Mon Sep 17 00:00:00 2001 From: AG Date: Sat, 20 Dec 2025 23:32:06 +0200 Subject: [PATCH] New Title, Description. Removed dots from volume sliders. --- public/App.tsx | 14 +++++++------- public/index.html | 28 +++++++++++++++------------- session_state.db | Bin 24576 -> 24576 bytes src/App.tsx | 2 +- src/components/Sequencer.tsx | 24 ++---------------------- src/index.html | 2 +- 6 files changed, 26 insertions(+), 44 deletions(-) diff --git a/public/App.tsx b/public/App.tsx index b8c4803..d09d2c7 100644 --- a/public/App.tsx +++ b/public/App.tsx @@ -37,8 +37,8 @@ function App(): React.ReactNode { const handleShareSession = () => { navigator.clipboard.writeText(window.location.href).then(() => { - setShowCopyMessage(true); - setTimeout(() => setShowCopyMessage(false), 3000); + setShowCopyMessage(true); + setTimeout(() => setShowCopyMessage(false), 3000); }); }; @@ -47,13 +47,13 @@ function App(): React.ReactNode {

AG Beats

-

Craft your beats and bass lines with this interactive step sequencer.

+

Craft your beats. Online with your friends.

{isConnected ? '● Connected' : '● Disconnected'}
- {showCopyMessage && ( -
- Session link copied. Send it to your friends! -
+
+ Session link copied. Send it to your friends! +
)}
diff --git a/public/index.html b/public/index.html index b72d4d2..46d97bc 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,17 @@ - - - - - - Gemini Rhythm Machine - - - -
- - - + + + + + + AG Beats + + + + +
+ + + + \ No newline at end of file diff --git a/session_state.db b/session_state.db index 313cf09380b60588cc87f4e1efee7efdad181bde..eb7c6091496211849338a362a5f42ede01d09d4b 100644 GIT binary patch delta 468 zcmZoTz}Rqrae@>R6T?IqCm^{oVTrs955FS=e;t26|406V{E7VY`8V=A@;~Ii$X~!8 zxLHv_kzatHS(!1rJS9J?I3?Y{EQM!tp#EkB9u|g63_Mpjt63g0T$)&TNVtQChgG>h z-WW;cwT@ z)=_eSssOQ_jDUnQL;%Q!=>&^`WkDj2U|nFnVB?_b!NP7Z^L3OQm5r3@;hI2p>VRAW zlzRW57fiCm^{oVTrsHH-8`le;t26|406V{E7VY`8V=Ef`MT+A#F8F;R6R {

AG Beats

- Craft your beats and bass lines with this interactive step sequencer. + Craft your beats. Online with your friends.

diff --git a/src/components/Sequencer.tsx b/src/components/Sequencer.tsx index ecb0a31..a47f6e1 100644 --- a/src/components/Sequencer.tsx +++ b/src/components/Sequencer.tsx @@ -220,17 +220,7 @@ export const Sequencer: React.FC = ({ className="absolute inset-0 opacity-0 cursor-pointer z-30" style={isMobile ? { width: '100%', height: '100%' } : { width: '100%', height: '100%', writingMode: 'vertical-lr', direction: 'rtl' }} /> -
-
-
+
@@ -294,17 +284,7 @@ export const Sequencer: React.FC = ({ className="absolute inset-0 opacity-0 cursor-pointer z-30" style={isMobile ? { width: '100%', height: '100%' } : { width: '100%', height: '100%', writingMode: 'vertical-lr', direction: 'rtl' }} /> -
-
-
+ diff --git a/src/index.html b/src/index.html index b0f3139..7843415 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ - Gemini Rhythm Machine + AG Beats