Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

Subpage UI changes #50

Closed tbeidlershenk closed 7 months ago

tbeidlershenk commented 7 months ago

Changes

  1. Rebuilt the UI of posts in ListPage
  2. Rebuilt the UI of PostPage when a user clicks on a map item or page in the list view
  3. Rebuilt the UI of ItemRequest and renamed to SubmissionPage

Notes

Can you let me know if you like the updated pages? @jeffzheng13 when we merge PRs from now on can we choose "Squash and merge" so our commit history on main is more condensed? and also we should get in the habit of rebasing our branches on main before submitting PRs. it removes the possibility of merge conflict

jeffzheng13 commented 7 months ago

Also can you add to after line 26 of list_page.dart: objects.sort((a, b) => b.timeCreated.compareTo(a.timeCreated)); so the items are sorted by most recent date first.

jeffzheng13 commented 7 months ago

Did not test adding markers to map, however it looks functional and connected to backend. Small nitpicks and improvements above, but looking great and good work @tbeidlershenk!

jeffzheng13 commented 7 months ago

Added comments and a few follow ups but once that's in there we can merge and have a new revamped UI. 👏