raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.39k stars 3.09k forks source link

[API Feature Request] More UI features #219

Open Slllava opened 3 years ago

Slllava commented 3 years ago

Describe the feature and the current behavior/state.

Would love to see more UI features like the "store" and "changelog" extensions.

screnshot-01 screnshot-02

Also for markdown in "Detail" can add HTML for more design flexibility. So that we can do something like a details page in the "store" extension.

screnshot-03

Will this change the current api? How? This will only add the features of the API.

Who will benefit with this feature? Any extension that uses a lot of information.

phifa commented 3 years ago

yes! i was looking for that in the docs. I need the details view as it is in the store. I cannot do that currently, right?

tonka3000 commented 3 years ago

@phifa

I cannot do that currently, right?

Correct. Not possible right now.

phifa commented 3 years ago

Im so excited to see this implemented. 🚀

benje commented 2 years ago

These elements would be useful!

danielo515 commented 2 years ago

I think it will be better if you write down a concrete list of improvements. I also want to ask for more UI options, but I can't open a new issue because I don't know which ones this one covers

Ali-Parandeh commented 2 years ago

+1 for this one from me. The extension I'm working on is for a task tracker and those apps have lots and lots of information that would be better visually displayed with more ui components.

These options would be great to be implemented in list and detail ui components.

List Search Bar:

List Items:

image image

Detail:

image

devinhalladay commented 2 years ago

+++ This is much needed. I have an extension in progress that needs a list view on the left and a form view on the right. There's also a nav pane which has a form on the left and a preview of the markdown content on the right.

thomaspaulmann commented 2 years ago

More and more of these UI components are available. A few last ones are missing that we'll ship soon.

tisfeng commented 2 years ago

I'm looking forward to the UI features mentioned above.

By the way, how is the current development progress? Where can we see the schedule?

thomaspaulmann commented 2 years ago

A lot of the changes have shipped. We don't have a schedule but it's best to check in our changelog and the community.

tisfeng commented 2 years ago

Thank you. I have seen it. Actually, I want to ask, can we know your next API feature development plan? For example, what UI API features will be opened in the next cycle?

This is important for us to write some extensions mainly to display UI-related, because the current UI API is relatively simple and lacks many features, and I think this is also what many developers are paying close attention to.

tisfeng commented 2 years ago

For example, github-repository-search , the first picture is displayed with the search interface embedded in the application, the second picture is the display when installing and debugging locally.

I want to know, when will this new layout and text color and background border API open?

image image