spotube/lib/extensions
Alessio fece073def This pull request primarily involves the removal of several configuration files and assets, as well as minor updates to documentation. The most significant changes are the deletion of various .vscode configuration files and the removal of unused assets from the project.
Configuration File Removals:

    .vscode/c_cpp_properties.json: Removed the entire configuration for C/C++ properties.
    .vscode/launch.json: Removed the Dart launch configurations for different environments and modes.
    .vscode/settings.json: Removed settings related to CMake, spell checking, file nesting, and Dart Flutter SDK path.
    .vscode/snippets.code-snippets: Removed code snippets for Dart, including PaginatedState and PaginatedNotifier templates.
    .vscode/tasks.json: Removed the tasks configuration file.

Documentation Updates:

    CONTRIBUTION.md: Removed heart emoji from the introductory text.
    README.md: Updated the logo image and made minor text adjustments, including removing emojis and updating section titles. [1] [2] [3] [4] [5]

Asset Removals:

    lib/collections/assets.gen.dart: Removed multiple unused asset references, including images related to Spotube logos and banners. [1] [2] [3]

Minor Code Cleanups:

    cli/commands/build/linux.dart, cli/commands/build/windows.dart, cli/commands/translated.dart, cli/commands/untranslated.dart: Adjusted import statements for consistency. [1] [2] [3] [4]
    integration_test/app_test.dart: Removed an unnecessary blank line.
    lib/collections/routes.dart: Commented out the TrackRoute configuration.
2025-04-13 18:40:37 +02:00
..
album_simple.dart feat: personalized stats based on local music history (#1522) 2024-06-01 11:40:01 +06:00
artist_simple.dart feat: personalized stats based on local music history (#1522) 2024-06-01 11:40:01 +06:00
button_variance.dart refactor: use shadcn for TrackTile 2025-01-08 22:16:46 +06:00
color.dart chore: use shadcn in all places that's using material 2025-01-30 21:44:07 +06:00
constrains.dart chore: fix android build and player controls slider layout builder exception 2024-12-24 20:19:10 +06:00
context.dart chore: generate changelogs and migrate to non synthetic l10n 2025-03-15 16:44:57 +06:00
duration.dart This pull request primarily involves the removal of several configuration files and assets, as well as minor updates to documentation. The most significant changes are the deletion of various .vscode configuration files and the removal of unused assets from the project. 2025-04-13 18:40:37 +02:00
image.dart This pull request primarily involves the removal of several configuration files and assets, as well as minor updates to documentation. The most significant changes are the deletion of various .vscode configuration files and the removal of unused assets from the project. 2025-04-13 18:40:37 +02:00
list.dart fix: handle dublicated items in playback queue correctly #1852 2024-09-15 13:59:09 +06:00
map.dart fix(playbutton_card): play and add to queue needs 2 clicks work 2023-03-02 13:20:07 +06:00
string.dart This pull request primarily involves the removal of several configuration files and assets, as well as minor updates to documentation. The most significant changes are the deletion of various .vscode configuration files and the removal of unused assets from the project. 2025-04-13 18:40:37 +02:00
track.dart feat: track caching and cached track export support (#2117) 2024-12-08 20:03:01 +06:00