AlphaConsoleElectron
AlphaConsoleElectron copied to clipboard
Show 'Installed' when certain textures are already installed?
I'm talking about what's in this image. Maybe, when it's installed, grey it out, and and have it show 'Installed', or even have it say something like 'Uninstall', where it will actually remove the files from the user's machine, and prompt asking if they really want to uninstall it? I clicked this a few times wondering why it wouldn't download, until I figured it was already installed.
I'm glad you pointed that out. So I was working on a solution and at this point I've managed to get a text to show up on installed packages. I am working on implementing a change for the download button tomorrow. Still working on the styling but it's progress :+1:
I've changed it from "Installed" to just a check mark as a placeholder for some kind of downloaded icon.
Looks a bit difficult to read.. I was thinking something more like this, with the button having a hex color of #323232
.
I think the check mark is fine. Also a toggle to filter out installed ones would be nice
I agree the check mark is fine too, but making it more visible at least would be perfect.
@Vezqi Definitely, I tried making it as visible as I can haha. I was considering grabbing a icon off a website but then the credit would need to be put somewhere so I just put an html checkmark as a placeholder but I might be able to play around with colours... Maybe add a background colour? I don't know design can still be discussed. We are a little limited due to the size of the squares and whatnot so I think it should be an icon.
@burnss9 The filter is definitely doable. Each installed package has the installed
class.