mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-06-20 18:08:04 +00:00
Compare commits
4 Commits
c1ccc371ab
...
bd06beed77
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd06beed77 | ||
|
|
80626ba4b5 | ||
|
|
b9b59835d9 | ||
|
|
2cc8d2620d |
1910
CHANGELOG.md
1910
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -134,7 +134,6 @@ class SearchPage extends HookConsumerWidget {
|
|||||||
...suggestions,
|
...suggestions,
|
||||||
"Twenty One Pilots",
|
"Twenty One Pilots",
|
||||||
"Linkin Park",
|
"Linkin Park",
|
||||||
"d4vd"
|
|
||||||
]
|
]
|
||||||
: suggestions,
|
: suggestions,
|
||||||
completer: (suggestion) => suggestion,
|
completer: (suggestion) => suggestion,
|
||||||
@ -157,8 +156,7 @@ class SearchPage extends HookConsumerWidget {
|
|||||||
: CrossFadeState.showSecond,
|
: CrossFadeState.showSecond,
|
||||||
firstChild: IconButton.ghost(
|
firstChild: IconButton.ghost(
|
||||||
size: ButtonSize.small,
|
size: ButtonSize.small,
|
||||||
icon:
|
icon: const Icon(SpotubeIcons.close),
|
||||||
const Icon(SpotubeIcons.close),
|
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
controller.clear();
|
controller.clear();
|
||||||
},
|
},
|
||||||
|
|||||||
@ -3,7 +3,7 @@ description: Open source extensible music streaming platform and app, based on B
|
|||||||
|
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 5.1.1+44
|
version: 5.1.2+45
|
||||||
|
|
||||||
homepage: https://spotube.krtirtho.dev
|
homepage: https://spotube.krtirtho.dev
|
||||||
repository: https://github.com/KRTirtho/spotube
|
repository: https://github.com/KRTirtho/spotube
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user