Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropup/dropdown download button for multiple distro flavors #6

Closed
nerdyslacker opened this issue Feb 10, 2025 · 3 comments
Closed

Dropup/dropdown download button for multiple distro flavors #6

nerdyslacker opened this issue Feb 10, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@nerdyslacker
Copy link
Contributor

Hi there!
I always had in mind to create something like this. As the project already exists I would like to contribute.
So I have an idea about distros with multiple flavors. Maybe it's better to have download links as array of objects:

[
  {
     "name": "Xfce Edition"
     "link": "link-to-xfce-iso"
  },  
  {
     "name": "KDE Edition"
     "link": "link-to-kde-iso"
  },
  ...
]

And then have a dropup/dropdown button if there are different flavors.

Image

@ufuayk
Copy link
Member

ufuayk commented Feb 10, 2025

This is a really good idea and I already have it in mind. But in such a case it might be difficult to keep track of and organize the new updates of the distributions.

That's why I wasn't planning to add this feature until after a major update that would enable automatic updates of distributions.

If the community guarantees the ability to keep distributions up to date, I/we can bring this feature earlier.

You can work on this if you want, I would be very grateful.

@ufuayk ufuayk self-assigned this Feb 10, 2025
@ufuayk ufuayk added the enhancement New feature or request label Feb 10, 2025
@ufuayk ufuayk removed their assignment Feb 10, 2025
@nerdyslacker
Copy link
Contributor Author

Yep actually automatic updates came to my mind when I started adding distros.
I guess you're right, better to implement this feature after. But I will think maybe I will start implementing this slowly. I still have some distros to add to the list.

@ufuayk
Copy link
Member

ufuayk commented Feb 10, 2025

Feel free to make new commits :). For example, I used two different containers for openSUSE. It can be preferred as a temporary solution.

Or we can switch to this system directly.

@ufuayk ufuayk closed this as completed Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants