-
Notifications
You must be signed in to change notification settings - Fork 48
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
fix: #218 UI Redesign - Mobile - My Files #239
base: ui_redesign
Are you sure you want to change the base?
Conversation
…haring_intent fix: sharing intent problem on android
…se_1.0.8.49 build: release 1.0.8.49
…dd_unknown_contact chore: made width constant for adding contacts
…cons-others chore: changed the icons of other file types
I'm not able to build this.. @nitesh2599 are you able to get this to build successfully? |
I'm a little confused. There were no conflicts when I made this PR but its showing them now :/ |
Let me resolve this |
I ran into a build error that said something about declaration of AtBackupKeyFlutterPlugin. If you're facing the same error then try running pub cache repair and then flutter clean. This helped me. |
@Ayush783 this is a great start on this. I see that you haven't linked any of the existing My Files functionality to the UI, ie it isn't displaying the actual files that would have been received (its displaying hardcoded items), refresh, search and filter don't do anything as yet. Is this something you plan on doing? A few minor UI things
|
@tinashe404 Thanks for the review, I was hoping to get the UI reviewed first. I'll get these issues fixed and then try to work on the functionalities. |
- What I did
Redesigned My Files screen as per the designs in figma and as stated inn issue #218.
- How I did it
Modified the following files :-
- /screens/my_files/my_files.dart
- /screens/common_widgets/app_bar.dart
Created the following widgets under my_files folder
- FileFormatDropDownButton
- FileListView
- FileListTile
- MyFilesToolbox
- SearchButton
- RefreshButton
Added required images, icons, fonts as per the Figma design.
- How to verify it
- Description for the changelog
Redesigned My Files screen.