actions-test/lib/screens/room
Jakob Meier 5cd21c8adf
Added Combined new/edit and view product screen
Similarily to categories and rooms,
the edit product screen is reused as a new-room screen,
which is especially easy, because the user is unable to select
the product id themselves.
NOTE: the dynamic value-unit input is still missing some "subunits"

The view product screen has links to the edit product page,
the view parent page (if available) and a not yet functional
view children screen.
NOTE: The parent product display should be restricted in width,
and the screen is missing value/unit information.
2023-04-04 20:28:26 +02:00
..
about Merged EditRoom and NewRoom page 2023-04-02 13:19:24 +02:00
categories Added option to delete, edit and reorder categories. 2023-04-02 13:19:23 +02:00
pages Added Combined new/edit and view product screen 2023-04-04 20:28:26 +02:00
products Added Combined new/edit and view product screen 2023-04-04 20:28:26 +02:00
join.dart Fixed bug where public rooms weren't filtered correctly 2023-03-31 21:54:45 +02:00
main.dart Added translations using l10n 2023-03-29 15:14:27 +02:00
new.dart Merged EditRoom and NewRoom page 2023-04-02 13:19:24 +02:00