Ryan Laurie
                                            Ryan Laurie
                                        
                                    ## Description [pending product review of the actual type hierarchy logic] Tries to detect sensible default columns for list viz. Examples: 
closes #26583 ## Description Users can now drag-and-drop fields in the action creator to reorder them! The defined order should be consistently displayed in action forms both inline and in...
Currently, our action forms are built using `frontend/src/metabase/containers/FormikForm/FormikForm.tsx` which has been deprecated. For most of the app, building forms in react, versus data objects makes a lot of sense, which...
Closes https://github.com/metabase/metabase/issues/13002 ### Description Translates some previously untranslated strings: "Retire Metric" and "Retire Segment"
> [!Note] > Testing to see how CI behaves Closes https://github.com/metabase/metabase/issues/29015 ### Description  We actually have an implementation of fetch that we only use in unit tests. Let's use...
working branch: https://github.com/metabase/metabase/tree/entity-picker/entity-store ```[tasklist] ### Tasks - [x] Style Mantine NavLink - [x] Create Building Block UI item list component - [x] loads path to selected collection - [x] handles...
### Description A couple little things came up during today's demo: 1) we should auto-select the only model to append if there's only 1  2) there was a bug...
Closes https://github.com/metabase/metabase-private/issues/189 ### Description When we have a long changelog, it pushes download links off the `/releases` page so you have to click into a given release to see the...
> [!Note] > The frontend code here is ready for review, but there is one little piece missing in the backend: models should return with `model: dataset`, but currently they...
### Description Some cleanup to remove the now defunct unused pickers. - updated LinkedEntityPicker to use the dashboard or question picker modals - updated the timeline move modal to use...