First, please note that the current list page without data differs from that in July (referenced in https://github.com/okuda-seminar/Twitter-Clone/issues/346). For that reason, I implemented the current list page without a data skeleton using dummy data even though the view in the issue is the old one.
In the view created, you can see the suggested new lists to discover and lists users have created or followed. This time, we assume that users haven't created or followed them, so the text You haven't created or followed any Lists. When you do, they'll show up here. is being displayed in that view.
Scope of Impact
This view will appear when users tap the "Lists" button in the SideMenu and if users haven't created or followed any lists.
Particular points to check
If the names of the view components are proper.
Just to clarify, I've decided not to add the entry point button for creating new Lists this time. Instead, I made https://github.com/okuda-seminar/Twitter-Clone/issues/424 so that I can have more flexibility when implementing the animation referenced in it.
Issue Number
https://github.com/okuda-seminar/Twitter-Clone/issues/346
Implementation Summary
First, please note that the current list page without data differs from that in July (referenced in https://github.com/okuda-seminar/Twitter-Clone/issues/346). For that reason, I implemented the current list page without a data skeleton using dummy data even though the view in the issue is the old one.
In the view created, you can see the suggested new lists to discover and lists users have created or followed. This time, we assume that users haven't created or followed them, so the text
You haven't created or followed any Lists. When you do, they'll show up here.
is being displayed in that view.Scope of Impact
This view will appear when users tap the "Lists" button in the SideMenu and if users haven't created or followed any lists.
Particular points to check
If the names of the view components are proper. Just to clarify, I've decided not to add the entry point button for creating new Lists this time. Instead, I made https://github.com/okuda-seminar/Twitter-Clone/issues/424 so that I can have more flexibility when implementing the animation referenced in it.
Reference
Current Lists page without data
https://github.com/user-attachments/assets/d81cbe60-9ac6-4dcb-a9fd-2addfe74b5df
Schedule
Until 9/14.
Notes
I'm currently working on https://github.com/okuda-seminar/Twitter-Clone/issues/416 as well. I'll complete the issue as soon as I can.