spotube/lib/pages
Rahul Sahani b5a8835c28 Enhance media controls and add social sharing features
Add enhanced media controls and social sharing features.

* **Enhanced Media Controls:**
  - Add volume control slider to `PlayerControls` widget in `lib/modules/player/player_controls.dart`.
  - Implement keyboard shortcuts for media controls (play/pause, next/previous track, volume up/down) in `PlayerControls` widget.
  - Add "lyrics" button to `PlayerView` widget in `lib/modules/player/player.dart`.

* **Social Sharing Features:**
  - Add feature to share the currently playing track on social media platforms in `lib/components/track_tile/track_options.dart`.
  - Add share button to `TrackPresentationTopSection` widget in `lib/components/track_presentation/presentation_top.dart`.

* **Settings:**
  - Add dark mode toggle in the settings page in `lib/pages/settings/settings.dart`.

* **CI Configuration:**
  - Add `.ci.yaml` file for continuous integration configuration.
2025-03-09 13:34:56 +05:30
..
album chore: add back pull down to refresh 2025-03-02 22:04:22 +06:00
artist chore: add back pull down to refresh 2025-03-02 22:04:22 +06:00
connect fix(android): back button and safe area issues 2025-01-31 23:07:37 +06:00
getting_started chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00
home chore: improve home screen performance 2025-02-23 09:55:46 +06:00
lastfm_login fix(android): back button and safe area issues 2025-01-31 23:07:37 +06:00
library chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00
lyrics chore: use pages instead of drawer for queue, lyrics, sources in mobile 2025-03-04 18:26:59 +06:00
mobile_login fix(android): back button and safe area issues 2025-01-31 23:07:37 +06:00
player fix: piped api not working 2025-03-07 10:22:09 +06:00
playlist chore: add back pull down to refresh 2025-03-02 22:04:22 +06:00
profile fix(android): back button and safe area issues 2025-01-31 23:07:37 +06:00
root feat: implement yt-dlp for desktop and NewPipeExtractor for Android (#2316) 2025-02-11 21:36:07 +06:00
search chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00
settings Enhance media controls and add social sharing features 2025-03-09 13:34:56 +05:30
stats chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00
track chore: add back pull down to refresh 2025-03-02 22:04:22 +06:00