27 Commits

Author SHA1 Message Date
47b266f216 🐛 Fix balance value not being of type double 2025-03-30 21:01:10 +02:00
6567e13fdd 📝 Add LICENSE and README.md 2025-01-06 11:08:24 +01:00
dd25aa73dd 🚸 Prevent changing slider value while scrolling 2025-01-01 21:15:51 +01:00
7f6772888a 🐛 Fix port_connection_dialog not being scrollable 2024-08-29 22:53:50 +02:00
02882871b9 🐛 Properly disconnect from previous websocket on server change 2024-08-29 01:54:10 +02:00
a973ccf509 🩹 Fix slider value indicator in dark theme 2024-08-28 23:31:18 +02:00
ba1fb66796 💄 Use system color scheme 2024-08-28 23:20:48 +02:00
fb28b9361a Implement port connection dialog
Implements:
- Viewing connections (routes)
- Creating and deleting connections
- Changing volume of connectons
- Muting / unmuting connections
2024-08-28 23:20:48 +02:00
340d6033ef Allow using the ports_tab component as a port selection dialog 2024-08-28 23:20:26 +02:00
0997e067d9 🐛 Don't break references when updating a port 2024-08-28 23:18:36 +02:00
3a96d07539 ⬆️ Upgrade dependencies 2024-08-28 23:18:36 +02:00
c6b714747c Implement search in ports tab 2024-07-08 10:22:11 +02:00
fd626950de 🥅 Properly display error responses 2024-07-03 11:05:48 +02:00
eae7440bb3 💄 Make port list scrollable 2024-07-03 10:24:25 +02:00
639527a49a Implement creating, deleting and editing of ports 2024-07-03 10:17:29 +02:00
47d9443f48 ⬆️ Upgrade dependencies 2024-07-03 10:10:08 +02:00
3118ff87f7 🏷️ Type sendAction function in mixing tab 2024-07-02 11:49:39 +02:00
1d8b841f71 💄 Use different icon for mute state of outputs 2024-02-29 21:20:33 +01:00
f91cdc3827 Make status indicator work
- Display current state (Connecting, Error, Connected)
- Try to reconnect after disconnect
2024-02-29 20:21:25 +01:00
8e82ad36cb Implement connection selector
- Ability to Add/Modify/Delete connections
2024-02-29 20:06:13 +01:00
959796210d Implement WebSocket API client
- List ports
- Read and write mute state
- Read and write volume
2024-02-29 11:49:49 +01:00
280bee632d 💄 Remove tooltips from bottom nav bar 2024-02-29 11:44:47 +01:00
63269c3ba1 🛂 Grant internet permission on android 2024-02-29 00:32:11 +01:00
4f23a492ab Calculate number of columns depending on screen size 2024-02-25 20:25:36 +01:00
9252b0eef7 🐛 Fix scroll of grid view on mobile 2024-02-25 19:48:31 +01:00
4a6155769c 💄 Start working on the UI
- Add bottom NavBar
- Add top bar
- Start working on the `Mixing` Tab
2024-02-25 19:36:49 +01:00
b0feaaaf98 🎉 Create new Flutter project 2024-02-25 19:24:12 +01:00