Commit graph

138 commits

Author SHA1 Message Date
Neeraj Gupta ab4ffc7ace Automatically trash quick link collection on remove link 2023-08-04 12:55:03 +05:30
Neeraj Gupta 61e817828c Fix typo 2023-07-26 15:49:11 +05:30
Neeraj Gupta 07b57f8dcd Make sectionType a required param 2023-07-26 15:48:45 +05:30
Neeraj Gupta 55344923cb Fix UI refresh 2023-07-26 15:45:58 +05:30
Neeraj Gupta f411c89617 Fix fresh for shared collections in list view 2023-07-26 15:37:28 +05:30
Neeraj Gupta f7162f3fe0 Fix: Show link for shared albums with link 2023-07-25 14:05:04 +05:30
ashilkn f48a48f03c Remove unused widget 2023-07-21 16:45:25 +05:30
ashilkn 38f5a0b9de Move init of logger from build method to on widget's init and store it in state 2023-07-21 16:38:49 +05:30
ashilkn cbf7fc9059 Add comments 2023-07-20 16:00:24 +05:30
ashilkn e0d3fe191c Set initial scroll offset for on ente's view all 2023-07-20 15:15:30 +05:30
ashilkn 66c2dc0a30 Merge branch 'horizontal_grid' into horizontal_grid_changes 2023-07-20 11:58:46 +05:30
Neeraj Gupta 2f41ae72db Fix animation issue 2023-07-20 11:49:13 +05:30
ashilkn 59a16f14c9 Added hero animation for gird titles 2023-07-19 10:38:40 +05:30
ashilkn 03b6c21d42 Use sliver for albums section and album gird views 2023-07-18 18:59:59 +05:30
ashilkn c81bb06a3a Use sliver and sliver appbar in view all of on device section 2023-07-18 17:54:49 +05:30
ashilkn 03644ccc90 Made albums in view all of on device section flexible in size, removing the fixed dimensions 2023-07-18 16:38:58 +05:30
ashilkn fe74c0f7c1 Refactor by extracting helper methods to widgets 2023-07-18 16:04:46 +05:30
Neeraj Gupta 8b5905dbd8 Remove unused imports 2023-07-06 13:30:18 +05:30
Neeraj Gupta a3282bfc53 Use cached value for collection_count 2023-07-06 13:29:31 +05:30
Neeraj Gupta baa2138d1f Cache collectionFileCount to avoid UI flicker post heroAnimation 2023-07-06 13:26:38 +05:30
Neeraj Gupta 1831ed4bdd Fix position of share icon
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-07-06 12:55:55 +05:30
Neeraj Gupta accf4e5533 Fix padding 2023-07-04 09:33:00 +05:30
Neeraj Gupta ea68d5738d Add hero animations for other items on collection thum 2023-07-04 09:27:22 +05:30
Neeraj Gupta 5520a3a624 Use flex grid view while listing collections 2023-07-04 09:11:49 +05:30
Neeraj Gupta 8a4da7b1de Fix bug in showing pinned album indicator 2023-07-03 18:49:15 +05:30
Neeraj Gupta 5cc8709cf1 onEnte: Show vertical grid with limit on collecitons count 2023-07-03 18:16:23 +05:30
Neeraj Gupta bec98f7f8b Add View all at the bottom for onEnte section 2023-07-03 15:17:32 +05:30
Neeraj Gupta d9bb0cffaa Minor refactor 2023-07-03 13:54:49 +05:30
Neeraj Gupta a6429fffcb Improve UX for creating new album 2023-07-03 12:30:05 +05:30
Neeraj Gupta 276b62fae6 Merge branch 'main' into horizontal_grid 2023-07-03 10:36:25 +05:30
Neeraj Gupta 2860a56198 Show icon for pinned albums 2023-06-30 10:29:39 +05:30
Neeraj Gupta 0df67d570f Show pinned collection on top in collection_action_sheet 2023-06-30 10:23:09 +05:30
Neeraj Gupta 553acf212b Fix hero animation 2023-06-26 14:50:01 +05:30
Neeraj Gupta 93d9cb28e3 DeviceFolder: Fix hero tag animation for iOS swipe back 2023-06-26 14:38:45 +05:30
Neeraj Gupta f219cd4f8b Fix hero tag for iOS swipe navigation 2023-06-26 14:28:15 +05:30
Neeraj Gupta 612b3718bf Fix hero tag conflict 2023-06-24 21:57:34 +05:30
Neeraj Gupta f17b7ab060 Rendering sharing info on AlbumRowItem 2023-06-24 20:35:46 +05:30
Neeraj Gupta d333f46b34 Show sharees bubbles on album cover 2023-06-24 19:27:57 +05:30
Neeraj Gupta c7da48f597 refactor + format 2023-06-24 14:42:08 +05:30
Neeraj Gupta 1a8ab229ff All view all support for device albums 2023-06-24 12:47:53 +05:30
Neeraj Gupta e79d8bd9b7 Refactor: move constants up
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-24 12:17:38 +05:30
Neeraj Gupta e3f576df24 Rename 2023-06-24 11:35:23 +05:30
Neeraj Gupta 833f141b76 Move device widget inside collections/device 2023-06-24 11:29:11 +05:30
Neeraj Gupta 785b013603 AlbumRowItemWidget: Handle incoming collection check internally 2023-06-23 18:53:43 +05:30
Neeraj Gupta 683edb15fe Disable shrink wrapping 2023-06-23 17:20:07 +05:30
Neeraj Gupta eb1314fdc3 Show Album section with plusIcon + refactor 2023-06-23 17:12:22 +05:30
Neeraj Gupta 010620784d Fix margin for device_folders_grid_view
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-23 17:04:55 +05:30
Neeraj Gupta 52a89a0a12 AlbumRowItem: Add support for showing incoming collections
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-06-23 15:41:40 +05:30
Neeraj Gupta 271ee3628e Remove redundant row widget 2023-06-23 15:23:42 +05:30
Neeraj Gupta 4e4f756dcf AlbumFileCount: Fix calculation of offset for boxConstraint 2023-06-23 15:09:41 +05:30