-
Notifications
You must be signed in to change notification settings - Fork 64
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: redesign dashboard UI #118
base: redesign
Are you sure you want to change the base?
Conversation
hey @laxyapahuja, I think what you have done is not correct because according to the mockups which we are currently working on, a Persistent BottomSheetDialog should be used instead of a CardView to display recent transactions. You can check the prototype video of the mockups here |
hey, i just checked out BottomSheetDialog and it doesn't exactly look like what is in the actual mockup. i think it'll be better if we used CardView and just add some code to drag it up. also either way, the task only mentions to "redesign" so i think the functionality can be added in another pull request. |
The mockup which I made was actually influenced from a BottomSheetDialog and in my opinion, it is a part of design itself. |
@laxyapahuja You have to add this dragging functionality as this is part of frontend only. Also, 'Direct' doesn't seems appropriate here, use 'Self' instead. |
updated :D |
according to the mockup, you have to add a white outline to the 'Receive' button |
You have to shift notification bell icon too. Also, the green thing on each card is not looking good, either remove it or colour it in violet color. Do not forget to update screenshot/video recording ;) |
updated :) |
@laxyapahuja i just compared your GIF with the actual mockup, i feel like the cards do not look as they are in mockups. |
Yeah, the mock-up has very less padding which makes it look congested. |
@laxyapahuja, you can avoid importing |
Adding a blank line at the end of each file is considered a good practice, so I suggest you can add them. |
updated :) |
Swipe Refresh can be applied for the whole fragment. Please upload a screenshot for switching between different tabs. Remove the toolbar. Bell icon is not consistent with the design. |
@laxyapahuja There are inconsistencies in some devices in relation to the height this bottom sheet can rise. |
Issue Fix
Fixes #102
Screenshots
Description
The addition of bottom navigation bar will be done in different PRs as discussed with a mentor.
Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.