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

Add the locker tab #161

Merged
merged 5 commits into from
Jul 27, 2021
Merged

Add the locker tab #161

merged 5 commits into from
Jul 27, 2021

Conversation

hellcp
Copy link
Collaborator

@hellcp hellcp commented May 29, 2021

Following the mockups, leaving a lot of parts as dead ends, to be implemented later (all should be marked with TODO)

Fix #35

Depends on #162

Copy link
Collaborator

@DreadBoy DreadBoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good PR, there are some // TODO comments and some changes I suggested but were are getting there 👍

EDIT: didn't notice PR's comment about TODO comments

lib/ui/theme/cobble_theme.dart Outdated Show resolved Hide resolved
lib/ui/common/components/cobble_fab.dart Show resolved Hide resolved
lib/ui/home/tabs/locker_tab.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab.dart Outdated Show resolved Hide resolved
@DreadBoy DreadBoy self-requested a review June 3, 2021 04:57
Copy link
Collaborator

@DreadBoy DreadBoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took another look at this PR, I'd really like locker_tab.dart to be split into separate widgets, each private method that now renders subtree could be extracted to new Widget, eg. AppsSheet and AppsSheet.showModal, FacesSheet, AppsItem, FacesCard etc.

Otherwise PR looks good and I also saw #162 was merged. 👍

@hellcp
Copy link
Collaborator Author

hellcp commented Jun 3, 2021

Yup, I'm gonna work on that, though it's a little bit of work so be patient :P

Copy link
Collaborator

@DreadBoy DreadBoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of my comments touch upon code's style in new widgets, implementation is fine otherwise.

lib/ui/home/tabs/locker_tab/apps_sheet.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab/apps_sheet.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab/faces_sheet.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab/faces_sheet.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab/faces_sheet.dart Show resolved Hide resolved
lib/ui/home/tabs/locker_tab/faces_sheet.dart Show resolved Hide resolved
lib/ui/home/tabs/locker_tab/faces_card.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab/apps_item.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab.dart Outdated Show resolved Hide resolved
lib/ui/home/tabs/locker_tab.dart Outdated Show resolved Hide resolved
@matejdro matejdro requested a review from DreadBoy June 14, 2021 14:39
@matejdro matejdro merged commit 490cb2d into pebble-dev:master Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display App locker UI
3 participants