kwartzlab / kos-base

KwartzlabOS
4 stars 1 forks source link

feat(tools): display offline only tools with no status as offline instead of unknown #85

Closed azend closed 2 weeks ago

azend commented 2 weeks ago

So I don’t know if I’m the only one but, while browsing through the list of tools in kOS, there’s a yellow warning box that shows up for every tool that has never generated a status and I don’t like it. It’s bright and tries to warn you. But there’s nothing to warn about. It’s just a tool that isn’t connected to kOS. Screenshot for demonstration:

Screenshot 2024-11-01 at 6 51 52 PM

I’d like to either hide this warning entirely or show a message instead that the tool is an offline only tool and in a manner that’s a bit more calm. Here’s screenshots to show what it might look like:

Screenshot 2024-11-01 at 6 59 46 PM Screenshot 2024-11-01 at 6 49 33 PM

This PR implements the grey option where a status is still visible but less alarming than warning yellow.

Alternatively we create a switch for offline only tools to allow creation and modification of status manually from within kOS. This could enable users to report breakage or maintenance and provide reason visible to other members within the tools interface.