actions-test/lib
Jakob Meier 5b398eb2ae
Bug fixes (see description)
- Fixed bug where switching room pages
  (list,products,categories,about),
  would result an unknown error,
  due to setState being called on a widget that isn't mounted.
  This was solved by surrounding the setState function,
  with a condition to check if the widget is mounted

- Fixed bug where room members weren't recognized as admins
  This was caused by a typedifference between the server and the app
  (The server now returns booleans,
  where as before a ==1 comparison was
  needed)
- Fixed bug where successfully closing the admin/kick member dialog,
  would crash the application.
  This was caused by popping the same context twice.
  We are now using two navigator (the outer and the inner one)
2023-04-05 08:54:48 +02:00
..
backend Bug fixes (see description) 2023-04-05 08:54:48 +02:00
components Added Combined new/edit and view product screen 2023-04-04 20:28:26 +02:00
l10n Added Combined new/edit and view product screen 2023-04-04 20:28:26 +02:00
screens Bug fixes (see description) 2023-04-05 08:54:48 +02:00
tools Formatted some files 2023-04-04 20:33:49 +02:00
main.dart Added Combined new/edit and view product screen 2023-04-04 20:28:26 +02:00