Skip to content
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

feat: add list view property to tiles #1216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ardasnturk
Copy link
Member

  • added list view feature for tile screen
  • added listType state to ServiceTiles to specify the listing type
  • added Divider to add a line between rows in list view
  • added DraggableList and DraggableListItem so that the list can be personalized while in list view
  • used staticJsonName to set the list view separately according to different tile contents
  • saved the selected list type on the device so that the user is in the selected list view after closing and reopening the app after setting the list type
tile view list view personalized tile view personalized list view big tile view (no list view option)
Simulator Screenshot - iPhone 16 Pro Max - 2024-11-26 at 09 34 11 Simulator Screenshot - iPhone 16 Pro Max - 2024-11-26 at 09 34 14 Simulator Screenshot - iPhone 16 Pro Max - 2024-11-26 at 09 34 22 Simulator Screenshot - iPhone 16 Pro Max - 2024-11-26 at 09 34 31 Simulator Screenshot - iPhone 16 Pro Max - 2024-11-26 at 09 34 38

- added list view feature for tile screen
- added `listType` state to `ServiceTiles` to specify the listing type
- added `Divider` to add a line between rows in list view
- added `DraggableList` and `DraggableListItem` so that the list can be personalized while in list view
- used `staticJsonName` to set the list view separately according to different tile contents
- saved the selected list type on the device so that the user is in the selected list view after closing and reopening the app after setting the list type
@ardasnturk ardasnturk added the enhancement New feature or request label Nov 26, 2024
@ardasnturk ardasnturk added this to the 4.0.3 milestone Nov 26, 2024
@ardasnturk ardasnturk self-assigned this Nov 26, 2024
@ardasnturk ardasnturk removed this from the 4.0.3 milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants