diff --git a/android/app/src/main/assets/index.html b/android/app/src/main/assets/index.html
index 3ea45e7..0126d3e 100644
--- a/android/app/src/main/assets/index.html
+++ b/android/app/src/main/assets/index.html
@@ -4,7 +4,7 @@
- Radio1 Player
+ Radio Player
diff --git a/layout_plan.md b/layout_plan.md
index 3f3b397..eeb84db 100644
--- a/layout_plan.md
+++ b/layout_plan.md
@@ -1,8 +1,8 @@
-# Radio1 Player – Glassmorphism UI Redesign (Tauri + HTML)
+# Radio Player – Glassmorphism UI Redesign (Tauri + HTML)
## Objective
-Redesign the **Radio1 Player** UI to match a **modern glassmorphism style** inspired by high-end music player apps.
+Redesign the **Radio Player** UI to match a **modern glassmorphism style** inspired by high-end music player apps.
The app is built with:
@@ -42,7 +42,7 @@ Single centered player card:
```
┌──────────────────────────────┐
-│ Radio1 Player │
+│ Radio Player │
│ ● Playing / Ready │
│ │
│ [ Station Artwork / Logo ] │
@@ -52,7 +52,7 @@ Single centered player card:
│ │
│ ────────●──────── │
│ │
-│ ⏮ ▶ / ⏸ ⏭ │
+│ ⏮ ▶ / ⏸ ⏭ │
│ │
│ 🔊 ─────●──── 50% │
└──────────────────────────────┘
@@ -64,7 +64,7 @@ Single centered player card:
### Header
-* Title: `Radio1 Player`
+* Title: `RadioPlayer`
* Status indicator:
* `● Ready`
diff --git a/sidecar/index.js b/sidecar/index.js
index e84a5f8..f519871 100644
--- a/sidecar/index.js
+++ b/sidecar/index.js
@@ -175,7 +175,7 @@ function loadMedia(url) {
streamType: 'LIVE',
metadata: {
metadataType: 0,
- title: 'Radio 1'
+ title: 'RadioPlayer'
}
};
diff --git a/src-tauri/check_log.txt b/src-tauri/check_log.txt
index 418d45d..b32fb7b 100644
--- a/src-tauri/check_log.txt
+++ b/src-tauri/check_log.txt
@@ -1,4 +1,4 @@
- Checking radio-tauri v0.1.0 (D:\Sites\Work\Radio1\radio-tauri\src-tauri)
+ Checking radio-tauri v0.1.0 (D:\Sites\Work\RadioPlayer\radio-tauri\src-tauri)
warning: variable does not need to be mutable
--> src\lib.rs:38:9
|
diff --git a/src/index.html b/src/index.html
index 3ea45e7..bc884b7 100644
--- a/src/index.html
+++ b/src/index.html
@@ -4,7 +4,7 @@
- Radio1 Player
+ RadioPlayer
@@ -16,34 +16,52 @@
-
-
+
+
+
+
Edit Stations
+
+
+
+
+
+
+