Commit graph

4600 commits

Author SHA1 Message Date
Abhinav 62f9e8f1f8 refactor 2022-08-31 14:13:14 +05:30
Abhinav c704e9ed4b fix http request cancel cancelCancelledUploadRequest 2022-08-31 14:12:20 +05:30
Abhinav dce6d847a6 minor changes 2022-08-31 14:06:15 +05:30
Abhinav 92b1ae8746 add cancel with reload logic 2022-08-31 13:20:43 +05:30
Abhinav a961dd16cc dont need setUploadTypeSelectorView 2022-08-31 12:54:00 +05:30
Abhinav 4dd8b3b49d Merge branch 'refactor-upload' into watch 2022-08-31 12:45:28 +05:30
Abhinav 9acc58fba2 remove unneeded syncWithRemote 2022-08-31 12:20:10 +05:30
Abhinav 96cffbe70f don't allow to open uploader if upload already running 2022-08-31 11:39:01 +05:30
Abhinav 84412b84e7 fix added symlink file not showing up 2022-08-31 11:29:10 +05:30
Abhinav 336be411cf moved electronFiles and webFilesS state to uploader Component 2022-08-31 11:17:16 +05:30
Abhinav da39180c59 remove empty import 2022-08-31 10:20:31 +05:30
Abhinav 198172bfa5 temp 2022-08-30 16:09:01 +05:30
Abhinav 66162c5267 fix minor issues 2022-08-30 15:45:46 +05:30
Abhinav 9eecec6d04 refactor upload 2022-08-30 14:45:47 +05:30
Abhinav cfcfbb876f remove unneeded function 2022-08-30 14:30:11 +05:30
Abhinav 913995d55b add reason message to axios request cancellation 2022-08-30 13:15:44 +05:30
Abhinav 33fee37783 handle upload_result.cancelled in post upload action 2022-08-30 13:15:23 +05:30
Abhinav 50f02a6fc2 rename and move post upload complete logic to uploadFiles function 2022-08-30 12:28:41 +05:30
Abhinav fabf7a2b4a rename to cancelUpload and update cancellation logic 2022-08-30 11:53:31 +05:30
Abhinav 2013de81a7 created new uploadPausingService and move pausing logic to uploader where ever possible 2022-08-30 11:18:01 +05:30
Abhinav 1f257f8ed7 remove unreachable return 2022-08-30 10:37:13 +05:30
Abhinav dcbe3a084c rename 2022-08-29 17:50:08 +05:30
Abhinav 3630635d8a move setupWatcherFunctions to init and fix sync of intial watch folder files 2022-08-29 17:23:44 +05:30
Abhinav 48029d7aa8 fix build 2022-08-29 16:59:37 +05:30
Abhinav 7f8ca59c25 add upload to seperate album symbol 2022-08-29 16:59:17 +05:30
Abhinav 2fa74a399e add logic to check if folder has nested Folders 2022-08-29 16:58:46 +05:30
Abhinav c8393f6f24 fix folderPath check 2022-08-29 15:16:20 +05:30
Abhinav 4a344c941f rename doesFolderExists to isFolder 2022-08-29 11:52:00 +05:30
Abhinav a0feb50bff remove reload from cancelling logic 2022-08-29 11:35:18 +05:30
Abhinav 5e7473e966 upload files with dot in names too 2022-08-29 11:07:13 +05:30
Abhinav dcb2534b99 refactor code 2022-08-29 10:55:44 +05:30
Abhinav 6a1963146b revert testing changes 2022-08-29 10:41:00 +05:30
Abhinav 352db11ef3 fix build 2022-08-29 10:32:37 +05:30
Abhinav d75d82af1a Merge branch 'add-electron-types' into watch 2022-08-29 10:11:32 +05:30
Abhinav cb491047dd Merge branch 'main' into add-electron-types 2022-08-29 10:03:44 +05:30
Abhinav Kumar ba279d3138
Merge pull request #692 from ente-io/fix-collection-file-count
Fix collection file count
2022-08-27 19:57:54 +05:30
Abhinav 6d7ef3d842 fix naming 2022-08-27 17:50:49 +05:30
Abhinav 1cc48655c8 restructure and rename 2022-08-27 17:37:15 +05:30
Abhinav 680b796e6c update getCollectionsFileCount to get count for trash, archived and all Section 2022-08-27 15:28:57 +05:30
Abhinav 617a607878 only group actual collection 2022-08-27 15:28:12 +05:30
Abhinav 45aee68c36 use a common user instead fo reading user from local storage for each call to isSharedFile 2022-08-27 15:26:47 +05:30
Abhinav 8ceea8b3c3 fix archived section counting file multiple times if it is in multiple collections 2022-08-27 14:38:09 +05:30
Vishnu Mohandas 8ddfb64149
Fix typo 2022-08-27 14:09:33 +05:30
Abhinav 416debc74e better types and follow types 2022-08-27 10:20:34 +05:30
Abhinav 03b0c4128f add ElectronAPIs types 2022-08-27 10:07:01 +05:30
Vishnu Mohandas b74f723016
Merge pull request #689 from ente-io/fix-public-collection-video-download
fix downloadFile for video download
2022-08-26 18:47:45 +05:30
Abhinav ad588fbdab fix downloadFile for video download 2022-08-26 18:43:30 +05:30
Abhinav 354642c834 update to use the new apis 2022-08-26 16:29:54 +05:30
Abhinav 0e0acdf218 remove getElectronFile api 2022-08-26 15:04:43 +05:30
Vishnu Mohandas c57195b94c
Merge pull request #688 from ente-io/fix-changed-email-not-synced
update user email with the synced user details email
2022-08-26 14:34:51 +05:30
Abhinav 09ddfe8803 update user email with the synced user details email 2022-08-26 12:46:45 +05:30
Abhinav 06497f1a97 improve check 2022-08-23 19:58:57 +05:30
Abhinav d58ff9cf78 fix cancelled subscription state for plan selector 2022-08-23 19:55:51 +05:30
Abhinav f66fa83376 fix hasAMessage check 2022-08-23 19:44:18 +05:30
Abhinav 09ce8f5b2f don't need null fallback 2022-08-23 17:02:35 +05:30
Abhinav 5296e93463 clean code 2022-08-23 16:08:01 +05:30
Abhinav 7c9efb0bd5 increase timeout for FFmeg thumbnail generation 2022-08-22 11:03:29 +05:30
Abhinav 037eb1b4d2 remove locks 2022-08-17 14:30:16 +05:30
Abhinav ee686d430b refactor code 2022-08-17 13:58:22 +05:30
Abhinav 6b353c6d7c refactor code 2022-08-17 13:49:24 +05:30
Abhinav 93430df7cf remove duplicate 2022-08-17 13:40:05 +05:30
Abhinav abe5de2ec5 move mapping options inside mapping entry component directory 2022-08-17 13:37:18 +05:30
Abhinav 853fa414de rename function 2022-08-17 13:30:17 +05:30
Abhinav c242432268 remove syncProgressIcon and directly use Circular progress 2022-08-17 13:28:56 +05:30
Abhinav 600ef6bd51 refactor mapping entry options 2022-08-17 13:25:06 +05:30
Abhinav 5d6ec4d755 fix EntryHeading 2022-08-17 13:15:33 +05:30
Abhinav d9894e654f move HorizontalFlex to root container component 2022-08-17 13:13:28 +05:30
Abhinav 787ff7e851 refactor lock util and types 2022-08-17 11:08:36 +05:30
Abhinav 25bdad3e38 clean code 2022-08-17 10:32:41 +05:30
Abhinav ab7427c644 fix typo 2022-08-17 10:32:00 +05:30
Abhinav 4b37a01666 moved post upload complete action to uploadManager
and rename
2022-08-17 10:26:16 +05:30
Abhinav 1c2a03ba5e move code 2022-08-16 19:41:11 +05:30
Abhinav 008e6b5d36 need to run also if running watch service upload was paused 2022-08-16 19:40:08 +05:30
Abhinav 6d8528cdc8 change lock system to queue system 2022-08-16 19:35:52 +05:30
Abhinav 73484eac2c add comment 2022-08-16 13:17:07 +05:30
Abhinav 6cc326384f don't need to use expanded prop to show Snackbar as its already managed by UploadProgress component 2022-08-16 13:16:28 +05:30
Abhinav 036adb5977 refactor closeUploadProgress 2022-08-16 13:15:55 +05:30
Abhinav e76217a051 don't need to use expanded prop to show Snackbar as its already managed by UploadProgress component 2022-08-16 13:00:32 +05:30
Abhinav 15dec7a8ea refactor closeUploadProgress 2022-08-16 12:55:02 +05:30
Abhinav 153a2e49b9 refactor, move, rename 2022-08-16 12:34:30 +05:30
Abhinav a2cf90992d update watch no mapping content ui 2022-08-16 12:26:36 +05:30
Abhinav 0559812506 revert change to DialogBoxBase 2022-08-16 11:49:19 +05:30
Abhinav 2ee492938c Merge branch 'main' into watch 2022-08-15 14:22:35 +05:30
Abhinav 3578532db4 fix isBundledApp and allElectronAPIsExist check 2022-08-11 10:55:18 +05:30
Abhinav 81be57c386 ElectronAPIs should be private to service 2022-08-11 10:42:24 +05:30
Abhinav be5eba96c6 add types to electronCache Service 2022-08-11 10:41:58 +05:30
Abhinav 8c21a1f833 add cache service 2022-08-11 10:41:38 +05:30
Abhinav 07a6aa14fa don't wait on cache put 2022-08-10 17:43:59 +05:30
Rushikesh Tote a017891004 added more conditions to handle paused uploads 2022-08-10 14:24:26 +05:30
Rushikesh Tote 5d519e3a96 fix modal width 2022-08-10 14:21:25 +05:30
Abhinav 8554519789 abstract thumbs cache name 2022-08-10 13:36:44 +05:30
Abhinav 7b8251e4ec move isElectron inside service laye 2022-08-10 13:33:40 +05:30
Abhinav 5b0d2c705a move safeStorageService to electron subService directory 2022-08-10 11:54:44 +05:30
Abhinav abadf28e01 switch to electron cache for bundle app 2022-08-10 11:52:21 +05:30
Abhinav fdcbe6d915 rename desktop service to safe storage 2022-08-09 14:04:05 +05:30
Abhinav 11a1e3aae2 rename variable 2022-08-08 13:58:11 +05:30
Abhinav 9b365ea669 refactor needsConversionForPreview 2022-08-08 13:54:16 +05:30
Abhinav 458e095e46 rename variables 2022-08-08 13:52:03 +05:30
Abhinav 129b994346 fix thumbnail service isHEIC check 2022-08-08 12:55:45 +05:30
Abhinav 4426818549 refactor conversion for preview 2022-08-08 12:50:21 +05:30
Vishnu Mohandas 5fdfb36c66
Merge pull request #678 from ente-io/fix-unlock-album-form
updated unlock album to use mui component instead of bootstrap card
2022-08-01 21:18:56 +05:30
Abhinav 8652166f85 updated unlock album to use mui component instead of bootstrap card 2022-08-01 21:16:49 +05:30
Abhinav 81255faefa don't use file extension to chcek if file need conversion 2022-08-01 17:01:42 +05:30
Abhinav b7f737255e make sizes human readaable 2022-07-28 18:06:20 +05:30
Abhinav 9513d6adf5 move user id logging to the end 2022-07-28 18:03:23 +05:30
Abhinav 9d518eb699 add hiec conversion size logs 2022-07-28 17:53:30 +05:30
Abhinav 0cbd04b734 add heic preview conversion logs 2022-07-28 17:32:23 +05:30
Manav fd7d0968fc
Merge pull request #674 from ente-io/first-load-message
redesign first load message
2022-07-28 11:22:45 +05:30
Abhinav 9cc0cdb701 redesign first load indicator 2022-07-28 11:17:41 +05:30
Manav b1f2e98a1a
Merge pull request #673 from ente-io/fix-casing
fix casing
2022-07-28 10:58:39 +05:30
Abhinav d5aa4dda0f fix casing INSTALL_MOBILE_APP message 2022-07-28 10:56:42 +05:30
Rushikesh Tote 1527f9fbad Merge branch 'main' into watch 2022-07-27 18:45:49 +05:30
Rushikesh Tote f852ddc84e added pausing uploads 2022-07-27 16:36:27 +05:30
Abhinav Kumar d7e21c0d53
Merge pull request #672 from ente-io/fix-exif-location-bug
show exif location as fallback if metadata is missing location
2022-07-27 15:45:43 +05:30
Abhinav f105b52908 refactor code 2022-07-27 15:23:28 +05:30
Abhinav 442d193081 show exif location if avialable and metadata is missing location value 2022-07-27 14:52:48 +05:30
Abhinav cc48cd8e1c Merge branch 'main' into handle-file-hash-generation-failed-gracefully 2022-07-27 13:28:10 +05:30
Abhinav Kumar 79748149cc
Merge pull request #671 from ente-io/hiec-conversion-logs
add debug log for all error
2022-07-27 12:51:26 +05:30
Rushikesh Tote b86f3a98a5 Merge branch 'main' into watch 2022-07-27 12:43:33 +05:30
Rushikesh Tote 4110ce8a3d fix merge 2022-07-27 12:43:22 +05:30
Abhinav f1d6446c0b fix sentry user id in debug logs 2022-07-27 11:40:15 +05:30
Abhinav 25d02cb2b1 move convertBytesToHumanReadable to size util 2022-07-27 11:29:04 +05:30
Abhinav 4dcdbc40cf fix import 2022-07-27 11:20:06 +05:30
Abhinav 3cc6095e90 move useLongPress to hooks folder 2022-07-27 11:19:44 +05:30
Abhinav 27104d0f7a move format time to time util 2022-07-27 11:17:53 +05:30
Abhinav a5653763d0 move convertBytesToHumanReadable to file util 2022-07-27 11:11:02 +05:30
Abhinav 99ac8472b5 add debug log for each sentry error 2022-07-27 11:03:54 +05:30
Abhinav c9dc630633 refactor logging to log complete app not just upload 2022-07-27 10:52:30 +05:30
Rushikesh Tote 8f9e434a5a handle user upload when watch service is running 2022-07-26 19:51:16 +05:30
Abhinav cfb7de8677 add error logs 2022-07-26 17:57:12 +05:30
Abhinav c2457cc666 catch extractFileMetadata error and use null as metadata 2022-07-26 17:48:00 +05:30
Abhinav fbdd9b21e7 throw error if mime type missing from type detection 2022-07-26 16:46:35 +05:30
Abhinav f8c905e5ac make user a state 2022-07-26 14:06:54 +05:30
Abhinav f11c1d6e51 move getUser to top caller and add null check there itself 2022-07-26 14:02:33 +05:30
Abhinav d9ab97cc34 dont proceed if user missing 2022-07-26 13:50:54 +05:30
Abhinav 5d92413c2a handle undefined file format while converting to lowerCase 2022-07-26 12:21:02 +05:30
Vishnu Mohandas 81230c175a
Fix case 2022-07-25 18:45:44 +05:30
Rushikesh Tote 82f2652519 fix build 2022-07-24 00:06:42 +05:30
Rushikesh Tote 93a80ec388 fix build 2022-07-23 22:38:39 +05:30
Rushikesh Tote 1a5d47b11f Merge branch 'main' into watch 2022-07-23 22:30:43 +05:30
Abhinav Kumar bdddba32f7
Merge pull request #624 from ente-io/fix-enoent
Ignore unnecessary errors
2022-07-23 11:20:41 +05:30
Abhinav 3dabac3d43 rename catch all error logging 2022-07-23 11:17:59 +05:30
Abhinav Kumar 5da3326dc2
Merge pull request #637 from ente-io/post-ott
Use the new POST variant of /users/ott
2022-07-14 13:37:12 +05:30
Abhinav b2ed6504c6 add font display swap
https://web.dev/font-display/?utm_source=lighthouse&utm_medium=devtools#how-to-avoid-showing-invisible-text
2022-07-12 13:18:09 +05:30
Vishnu Mohandas 5536877de3
Merge pull request #653 from ente-io/skip-redundant-page-load
directly go to gallery if key present
2022-07-11 23:58:19 +05:30
Abhinav 8ffa84779d directly go to gallery if key present 2022-07-11 23:48:39 +05:30
Abhinav 4e4c4e575b remove delays added for testing 🥲 2022-07-11 22:27:00 +05:30
Abhinav 83bf1f4e79 Merge branch 'master' into save-key-on-desktop 2022-07-11 18:41:17 +05:30
Abhinav af248713e8 handle error inside service 2022-07-11 18:17:37 +05:30
Abhinav 3cea5a781c fix function name casing 2022-07-11 18:16:57 +05:30
Abhinav 44e773ca34 fix check for allElectronAPIsExist 2022-07-11 15:00:16 +05:30
Abhinav 11c90e7dc4 add check while saving key to desktop 2022-07-11 14:37:22 +05:30
Abhinav 7473ff9fa0 add back setEncrpytion key and add error logs 2022-07-11 14:36:19 +05:30
Abhinav 381e5002b4 clear electron store on logout 2022-07-11 14:29:09 +05:30
Abhinav Kumar 6efed13cd5
Merge pull request #647 from ente-io/fix-password-autofill
Fix password autofill
2022-07-11 13:48:06 +05:30
Abhinav b13ffb7556 remove console logs 2022-07-11 03:50:49 +05:30
Abhinav 46d37b77c5 add logic to check for desktop saved key and saving key to desktop 2022-07-11 03:49:09 +05:30
Abhinav e5b90a6c68 add encrypted key getter and setter 2022-07-11 03:48:35 +05:30
Abhinav 0e6a74d5a9 add loader on email verification page 2022-07-11 03:46:08 +05:30
Abhinav fdca2ec218 add one time code autocomplete to ott 2022-07-09 15:52:02 +05:30
Abhinav ab5a61708d make value attribute to constant empty string and don't allow editing 2022-07-09 15:49:19 +05:30
Abhinav ca91ad9efe add back the hidden password field for autofill 2022-07-09 14:56:40 +05:30
Abhinav 3d2088dfd2 udpate change password form with hidden email and autocomplete attributes 2022-07-09 12:23:12 +05:30
Abhinav 3da7982ed5 update credential fomr 2022-07-09 12:11:34 +05:30
Abhinav fa25dcad96 remove hidden password field 2022-07-09 12:10:42 +05:30
Abhinav ab9fa27241 add name to single input filed 2022-07-09 12:09:14 +05:30
Abhinav efb776f097 add autocomplete and id to sign up form 2022-07-09 12:03:59 +05:30
Abhinav 7408832f6b have hidden email on credential page so that password managers stores both email and password 2022-07-08 21:06:58 +05:30
Abhinav d161fa2bba have a hidden password field in login page for autofill suggestion 2022-07-08 21:04:14 +05:30
Abhinav 49220fd20f update single input form 2022-07-08 21:03:43 +05:30
Abhinav c1ab098ac3 use selected state collection id 2022-07-08 12:33:23 +05:30
Abhinav 1bd84909b4 fix fromCollection sent during move 2022-07-08 12:29:33 +05:30
Vishnu 3040a3ed3f Add some padding to the landing page 2022-07-08 00:51:15 +05:30
Abhinav 7da8b0149b update size 2022-07-07 13:35:16 +05:30
Abhinav e04b68f8eb update carousel title 2022-07-07 13:29:31 +05:30
Manav 82c9c0b010
Merge pull request #639 from ente-io/add-encrypting-keys-message
add-encrypting-keys-message loading message
2022-07-07 11:24:45 +05:30
Manav 336eae6350
Merge pull request #638 from ente-io/fix-plan-selector-first-load
fix plan selector open on signup
2022-07-07 11:24:23 +05:30
Abhinav 5aa887c651 better check 2022-07-07 11:14:15 +05:30
Abhinav bfbe3e7696 fix userDetails undefined error 2022-07-07 11:10:42 +05:30
Abhinav 7bcfc26f5c add-encrypting-keys-message loading message 2022-07-07 10:39:53 +05:30
Manav 4cfd7e39c5 Use the new POST variant of /users/ott
Tested with a local instance of museum running the updated code.
2022-07-06 22:41:21 +05:30
Manav 3ee1bb06c5
Merge pull request #636 from ente-io/fix-minor-issues
Fix minor issues
2022-07-06 16:04:21 +05:30
Abhinav a8e593dedf update set password screen 2022-07-06 16:01:50 +05:30
Abhinav 7da08734dc use darker background for menu over dialog 2022-07-06 15:48:08 +05:30
Abhinav 06922bfac1 update error message not shown on wrong input 2022-07-06 15:35:00 +05:30
Abhinav bdb0e73886 have dark backdrop only for drawer and dialogs 2022-07-06 10:41:04 +05:30
Abhinav 50af782b61 remove close button padding 2022-07-06 10:32:07 +05:30
Abhinav 5ed68de097 disable auto focus from share email input 2022-07-06 10:26:31 +05:30
Abhinav bb4f6ee29b move plan arrow by 4px 2022-07-06 10:23:53 +05:30
Abhinav 8b4f36d927 nan on storage card when user usage is 0 2022-07-06 10:22:22 +05:30
Abhinav Kumar e24ff156e6
Merge pull request #635 from ente-io/center-navbar-logo
Center navbar logo
2022-07-05 20:09:11 +05:30
Abhinav c74499cd45 update string v2 2022-07-05 20:01:39 +05:30
Abhinav f347af6cbb update strings 2022-07-05 20:00:06 +05:30
Abhinav 0a96aae04f remove logo from gallery navbar 2022-07-05 19:56:31 +05:30
Abhinav b8a19f53a0 add background to search bar 2022-07-05 19:37:48 +05:30
Abhinav 1563815273 make navbar logo centered 2022-07-05 19:35:12 +05:30
Abhinav 9ef8535b56 update UploadTypeOption 2022-07-05 19:26:30 +05:30
Abhinav fac6cc3134 add size large for sanity 2022-07-05 19:25:45 +05:30
Abhinav 0a05de2c12 make close icon color secondary 2022-07-05 19:14:18 +05:30
Abhinav ca7581b0aa refactor icon button with background 2022-07-05 19:14:04 +05:30
Abhinav d2a9ae1825 update upload dialog 2022-07-05 19:01:48 +05:30
Abhinav e97647a270 update upload type option 2022-07-05 18:52:01 +05:30
Abhinav 55b3ddc15e simplify ManageSubscription 2022-07-05 18:51:23 +05:30
Abhinav 34da29a78d simplify Manage subscription button 2022-07-05 18:50:18 +05:30
Abhinav bf81a37bfd remove close button side padding from subscription card title 2022-07-05 18:31:24 +05:30
Manav 4634bc0253
Merge pull request #632 from ente-io/update-search-placeholder-text
update search placeholder text
2022-07-05 18:03:11 +05:30
Manav dafac986f7
Merge pull request #633 from ente-io/fix-exif-button-placement
update exif show all button
2022-07-05 18:03:01 +05:30
Abhinav af1d78bef7 fix exif layout issue 2022-07-05 17:55:23 +05:30
Abhinav 5cb4d14cee update exif button 2022-07-05 17:47:54 +05:30
Abhinav 135331af68 update placeholder text 2022-07-05 17:40:19 +05:30
Abhinav 1d3a966b0e fix text alignment 2022-07-05 17:35:49 +05:30
Abhinav cef8440ee3 make year complete 2022-07-05 17:25:34 +05:30
Abhinav 6703d2a5b9 add space after slash 2022-07-05 17:24:16 +05:30
Abhinav 61de2b4289 fix paid version heading padding 2022-07-05 17:16:48 +05:30
Abhinav ce1791a531 refactored components into free and paid versions 2022-07-05 17:15:43 +05:30
Abhinav b20c5aa98b fix styling errors 2022-07-05 16:59:34 +05:30
Abhinav 9fb9090520 remove left border radius 2022-07-05 16:36:45 +05:30
Abhinav 3cc1756dc3 fix copy 2022-07-05 16:35:15 +05:30
Abhinav 3f6f706e37 remove toggle button stroke 2022-07-05 16:35:08 +05:30
Abhinav 58bc7f98d4 make plan button justify content flex end 2022-07-05 16:31:59 +05:30
Abhinav 06d4cfd414 remove unneccessary $ 2022-07-05 16:18:12 +05:30
Manav 6c09c00caf
Merge pull request #630 from ente-io/fix-file-picker-multiple-selection-issue
Fix file picker multiple selection issue
2022-07-05 13:20:23 +05:30
Abhinav Kumar c656e8ee2d
Merge pull request #629 from ente-io/fix-download-button
Fix canvas blocked message dialog
2022-07-05 13:18:20 +05:30
Abhinav caf3883c3e fix casing 2022-07-05 13:16:52 +05:30
Abhinav 51f4437e13 fix multiple selection not working 2022-07-05 13:14:23 +05:30
Abhinav e04fa57581 fix button text 2022-07-05 13:05:18 +05:30
Abhinav 25e0ec119d update onboarding buttons 2022-07-05 12:57:49 +05:30
Abhinav aa0bbe1cfc update carousel copy and style 2022-07-05 12:16:38 +05:30
Abhinav d54d97c9b8 fix casing 2022-07-05 11:47:28 +05:30
Abhinav 2365964126 fix build 2022-07-05 10:47:11 +05:30
Abhinav 54ce813dac Merge branch 'master' into ui-redesign 2022-07-05 10:42:26 +05:30
Abhinav 98e863f1ef fix all collection albums check 2022-07-05 10:23:34 +05:30
Abhinav fc10e7950c fix minor issues 2022-07-05 10:04:16 +05:30
Abhinav b3ba9ff56d fix regression trash shown on collection bar 2022-07-05 00:42:56 +05:30
Abhinav 409d83fafa preload images 2022-07-05 00:35:47 +05:30
Abhinav 2244f2d3a0 add sort option on colllection bar 2022-07-04 20:21:43 +05:30
Abhinav 4399f9696c fix collection search mobile 2022-07-04 20:10:05 +05:30
Abhinav b0022389db fix collection bar divider margin 2022-07-04 20:09:21 +05:30
Abhinav 1ff6486d0a update subscription card and rounding logic 2022-07-04 19:00:08 +05:30
Abhinav 08a51c0737 update padding between sidebar items 2022-07-04 18:36:52 +05:30
Abhinav 3c0e2f6e03 update buttons 2022-07-04 18:36:35 +05:30
Abhinav 9fb6b43679 update sidebar width and subscription sizing 2022-07-04 17:39:49 +05:30
Abhinav 55557e972d Merge branch 'subscription-card-redesign-v2' into ui-redesign 2022-07-04 17:34:52 +05:30
Abhinav 7011faef03 updating dynamic padding 2022-07-04 17:18:58 +05:30
Abhinav 093e5e4929 fix gap from screen edge issue 2022-07-04 17:03:44 +05:30
Abhinav 36dc625bfb fix image ratio not maintained 2022-07-04 16:41:25 +05:30
Abhinav e0ccce116f fix button 2022-07-03 19:10:13 +05:30
Abhinav de428e0709 fix import 2022-07-03 18:50:56 +05:30
Abhinav 057f0ce2c8 fix badge 2022-07-03 18:50:06 +05:30
Abhinav 6a3073254d fix issues 2022-07-03 18:48:54 +05:30