rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.94k stars 478 forks source link

Add a delete/remove icon in Sorted button chip #1479

Closed janvi01 closed 8 months ago

janvi01 commented 10 months ago

Is your feature request related to a problem? Please describe. While applying sorting in columns, a sorting chip/ button appears on the top and if a user wants to remove the sorting, the chip has to be clicked first and then delete.

Describe the solution you'd like Add a delete icon beside sorted just as we have for the filter button to enhance user experience.

Filter button with delete icon -

Screenshot 2023-11-10 at 12 01 39 PM

Sorted button -

Screenshot 2023-11-10 at 12 02 00 PM
nikhilgupta58 commented 8 months ago

I am picking this issue.

nikhilgupta58 commented 8 months ago

After careful consideration and reviewing the existing functionality, it seems that we already have robust options for users to dis-select sorting:

  1. Delete CTA Beside Every Sorting: A delete CTA is conveniently placed beside each sorting option for quick removal.

  2. Clicking Sort Button Again: Users can also disable sorting by clicking the same sort button they used to enable it initially.

Given these accessible and intuitive options, it appears that introducing an additional cross (delete) CTA might be redundant and could potentially clutter the user interface.

Please refer the attachment!!

cc @Chadha93

https://github.com/rowyio/rowy/assets/36965562/102819c5-7213-48b0-b3fc-b7396e77afb1

Chadha93 commented 8 months ago

After careful consideration and reviewing the existing functionality, it seems that we already have robust options for users to dis-select sorting:

  1. Delete CTA Beside Every Sorting: A delete CTA is conveniently placed beside each sorting option for quick removal.
  2. Clicking Sort Button Again: Users can also disable sorting by clicking the same sort button they used to enable it initially.

Given these accessible and intuitive options, it appears that introducing an additional cross (delete) CTA might be redundant and could potentially clutter the user interface.

Please refer the attachment!!

cc @Chadha93

Screen.Recording.2023-12-27.at.10.16.06.PM.mov

As the sorting chip servers both propose, to update the sort and column with deletion, the current UX is correct. Closing this issue.