feat: dropdown popups

This commit is contained in:
Ashley Wulber 2025-03-14 12:11:19 -04:00 committed by Michael Murphy
parent bb7cc2b568
commit df7e95e30a
21 changed files with 352 additions and 157 deletions

View file

@ -57,11 +57,9 @@ cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//",
# For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
# iced_futures = { git = "https://github.com/pop-os/libcosmic//", branch = "font" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" }
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "drop-menu-tree-changes" }
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }