29 Commits

Author SHA1 Message Date
8482f2e457 Feat: Implement Music Library and overhaul Studio TV
- Introduces a new Music Library system for managing favorites (tracks,
  playlists, releases), replacing the previous TrackLike model.
- Completely revamps the Studio TV profile page, adding live statistics,
  stream configuration, restream management, and media URL display.
- Enhances the media player with a custom seekbar and improved audio
  playback logic for MPD and non-MPD sources.
- Lays foundational groundwork for chat encryption with new models and APIs.
- Refactors critical UI components like PlaylistView and PagePanel.
- Standardizes monorepo development scripts to use npm.
- Updates comty.js submodule and adds various new UI components.
2025-05-10 02:32:41 +00:00
d738995054 Added onPlay prop 2025-04-24 06:13:25 +00:00
61ec4a80f8 improve css & click handling 2025-04-09 15:43:58 +00:00
05428959ff improve playlist item style 2025-02-20 02:41:49 +00:00
06dcf0b961 improve track cover image render 2025-02-10 22:26:37 +00:00
ec1e574ce9 improve & support for new list standart 2025-02-05 02:36:51 +00:00
a34d165b97 rename Playlist component 2025-02-05 02:35:45 +00:00
dfcafc6b18 merge from local 2024-11-04 13:02:37 +00:00
0db536bbea merge from local 2024-10-29 12:19:57 +00:00
8c3e9a504b merge from local 2024-10-25 09:39:35 +00:00
a373a27f5a merge from local 2024-06-11 17:13:45 +00:00
93638f0fa3 merge from local 2024-05-09 21:34:51 +00:00
e418e23851 merge from local 2024-04-25 20:24:29 +00:00
b415f024b5 merge from local 2024-03-05 10:20:36 +00:00
26cd446ebe add touch effect 2023-10-13 20:45:29 +00:00
76819e99b2 Supporting multiplatform track likes 2023-10-13 20:33:40 +00:00
63d344fcc5 improve style for mobile mode 2023-10-12 19:56:32 +00:00
af20663266 rework player & music services 2023-10-10 13:35:58 +00:00
7428b0a9ce improve music track play button on mobile 2023-09-20 11:03:09 +00:00
ad42ac10b8 progressive loading for favorite tracks 2023-08-15 19:39:26 +00:00
4e17d628f0 migrate player to playerv2 2023-08-02 20:38:28 +00:00
55225d8007 display service 2023-07-27 00:10:56 +00:00
f0ca411da1 improve posts layout 2023-07-17 22:26:05 +00:00
255cf93609 fix sticky position 2023-07-17 16:47:57 +00:00
e15781c2e3 improve layout & space use 2023-07-17 16:42:10 +00:00
cea012a1c7 enable scroll 2023-07-15 17:02:38 +00:00
76e9210caa handle play track on playlists 2023-07-13 17:51:01 +00:00
eac2a37143 use html as layout root 2023-07-13 15:59:21 +00:00
b09ff1f076 move music components to Music into components 2023-07-13 15:50:14 +00:00