TouK / nussknacker

Low-code tool for automating actions on real time data | Stream processing for the users.
https://nussknacker.io
Apache License 2.0
656 stars 93 forks source link

Display category and scenario name as breadcrumbs on scenario list #6910

Closed gskrobisz closed 1 month ago

gskrobisz commented 1 month ago

Describe your changes

List of scenarios with category displayed as "breadcrumb": obraz

Category is a button and press-to-filter-by-category works just as well as selecting category from filter menu: obraz

Filtering by name highlits the phrase: obraz

EDIT:

Renamed filter OTHER to TYPE (similar filter at components usage panel is not changed): obraz

Minor changes:

  1. fixed bug: list of labels used restricted keyword "key" (https://legacy.reactjs.org/warnings/special-props.html)
  2. fixed bug: in "table" mode DataGrid requires unique "id" property for each row
  3. fixed bug: in "table" mode "dateTime" columns require Date type, switched to "text" to display dates like in Components Usage panel
  4. renamed props and parameters to align with other components

Checklist before merge

github-actions[bot] commented 1 month ago

created: #6911 :warning: Be careful! Snapshot changes are not necessarily the cause of the error. Check the logs.

Dzuming commented 1 month ago
  1. Based on mockups this line should be visible only when labels are available on the scenario item Screenshot 2024-09-20 at 08 14 58
gskrobisz commented 1 month ago
  1. Based on mockups this line should be visible only when labels are available on the scenario item

Fixed. obraz