-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1233: Implement lists as actual list #2521
Conversation
…33-implement-lists-as-actual-lists
…italfabrik/integreat-app into 1233-implement-lists-as-actual-lists
…33-implement-lists-as-actual-lists
…italfabrik/integreat-app into 1233-implement-lists-as-actual-lists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue is for both web and native and I think there is quite a few places where we don't use lists. Probably we shouldn't use lists in all these cases, but just examples (all found by searching for .map() functions in the code):
- native: Categories.jsx -> Footer
- native: CalendarChoiceModal
- native: CategoryListItem -> rendering of sub category list items
- native: Selector
- native: OpeningHours
- native: PoiFilters
- web: CitySelector
- web: OpeningHours
- web: PoiFilters
- web: SearchPage
- web: Selector
So probably we should split up the issue and do some more research in which cases it makes sense and in which cases it does not make sense.
Let's have a chat about this in Monday's Weekly? |
…33-implement-lists-as-actual-lists
eb015c2
to
75a9e2d
Compare
…33-implement-lists-as-actual-lists
75a9e2d
to
25a7757
Compare
…33-implement-lists-as-actual-lists
50e84c7
to
7e45d3d
Compare
…33-implement-lists-as-actual-lists
…33-implement-lists-as-actual-lists
…italfabrik/integreat-app into 1233-implement-lists-as-actual-lists
…33-implement-lists-as-actual-lists
…italfabrik/integreat-app into 1233-implement-lists-as-actual-lists
…33-implement-lists-as-actual-lists
…italfabrik/integreat-app into 1233-implement-lists-as-actual-lists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 🎉 Nice work.
Tested on Android, works fine.
If you fix something we mentioned in a comment, you can click "resolve conversation", so it is easy to see, which conversations are open and need e.g. an answer and which one are "done".
Also please squash the commits into one commit.
It is really nice to see, how you never give up and always make your PRs nice and functioning code. Well done 👏
…33-implement-lists-as-actual-lists
…italfabrik/integreat-app into 1233-implement-lists-as-actual-lists
…33-implement-lists-as-actual-lists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on android, well done!
Short description
Implement lists as actual list for accessibility according to Prüfbericht
zur Barrierefreiheit
Proposed changes
Resolved issues
Fixes: #2167