Skip to content

Add ability to reorder playlists on sidebar using drag and drop - #209

Open
ggtrigg wants to merge 4 commits into
jm2:mainfrom
ggtrigg:reorderable-playlists
Open

Add ability to reorder playlists on sidebar using drag and drop#209
ggtrigg wants to merge 4 commits into
jm2:mainfrom
ggtrigg:reorderable-playlists

Merge branch 'main' into reorderable-playlists

ac0c9c4
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 21, 2026 in 0s

6 new issues (0 max.) of at least severity.

Annotations

Check warning on line 1 in src/db/migration/m20260807_000019_playlist_sidebar_order.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/db/migration/m20260807_000019_playlist_sidebar_order.rs#L1

File src/db/migration/m20260807_000019_playlist_sidebar_order.rs has 567 non-comment lines of code

Check warning on line 308 in src/db/migration/m20260807_000019_playlist_sidebar_order.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/db/migration/m20260807_000019_playlist_sidebar_order.rs#L308

Method validate_triggers has 52 lines of code (limit is 50)

Check notice on line 308 in src/db/migration/m20260807_000019_playlist_sidebar_order.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/db/migration/m20260807_000019_playlist_sidebar_order.rs#L308

Method validate_triggers has a cyclomatic complexity of 11 (limit is 10)

Check notice on line 845 in src/local/playlist_manager.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/local/playlist_manager.rs#L845

Method set_sidebar_order has a cyclomatic complexity of 13 (limit is 10)

Check warning on line 2998 in src/local/playlist_manager.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/local/playlist_manager.rs#L2998

Method set_sidebar_order_persists_and_short_circuits_noop_permutations has 81 lines of code (limit is 50)

Check warning on line 1181 in src/ui/playlist_actions.rs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/ui/playlist_actions.rs#L1181

Method reorder_writes_commit_in_receipt_order_when_first_is_slow has 89 lines of code (limit is 50)