actions-test/lib/backend
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
..
crypto.dart Moved hash function into seperate file. 2023-03-25 14:27:47 +01:00
errors.dart Added more specific error messages 2023-03-31 21:59:27 +02:00
permissions.dart Updated room permission names 2023-04-02 13:18:59 +02:00
request.dart Started working on Join Room Screen 2023-03-20 21:19:25 +01:00
resolve_url.dart Migrated from localstore to shared preferences 2023-03-29 18:27:05 +02:00
room.dart Bug fixes (see description) 2023-04-05 08:54:48 +02:00
themes.dart Migrated from localstore to shared preferences 2023-03-29 18:27:05 +02:00
user.dart Migrated from localstore to shared preferences 2023-03-29 18:27:05 +02:00