Commit graph

5440 commits

Author SHA1 Message Date
Abhinav a0f51e5157 fix decryptedFile undefined check 2022-09-01 14:10:40 +05:30
Abhinav 5fac8de289 fix groupFilesBasedOnParentFolder 2022-09-01 13:55:43 +05:30
Abhinav 4afd5f77b9 fix matching file logic
There is a case where the file is in multiple collection, one the current upload collection (say x ) and one another collection (say y).

we might get y collection's file and we will try to add a symlink for it in collection x and that will return a no-op from the server , and we would show the file as uploaded, instead of showing it as ignored already in collection.
2022-09-01 13:53:34 +05:30
Abhinav 8f7714b07f filter non user and trashed files from existing files 2022-09-01 13:43:11 +05:30
Abhinav 412e035e85 rename and comment pickedUploadType 2022-09-01 13:33:01 +05:30
Abhinav f29262c2b6 fix check of when to update existing files 2022-09-01 13:29:35 +05:30
Abhinav 294e167b9b rename analysisResult to importSuggestion 2022-09-01 12:45:43 +05:30
Abhinav 9cc2a6e361 better naming and comment for logic 2022-09-01 11:29:12 +05:30
Abhinav 815111890b open DeleteAccountModal from sidebar 2022-08-31 18:16:22 +05:30
Abhinav 506002499e pass handleUploadError as checkForBreakingError to putFilePart and putFile's retryHTppCall checkForBreakingError util 2022-08-31 16:22:32 +05:30
Abhinav e109b1e0f0 refactored code 2022-08-31 15:53:59 +05:30
Abhinav 454e8b2459 close progress bar if result list doesn't have any file and upload is cancelled 2022-08-31 15:51:39 +05:30
Abhinav eb6c395902 don't retry if when error is upload_cancelled 2022-08-31 14:29:51 +05:30
Abhinav 18b382f213 reset cancelUpload state when preparing for new upload 2022-08-31 14:26:35 +05:30
Abhinav 6662779c57 fix UPLOAD_STAGE_MESSAGE 2022-08-31 14:19:35 +05:30
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 b34ebf5aee remove unneeded stuff 2022-08-19 17:18:49 +05:30
Abhinav 78e6ab65d4 remove unneeded logs 2022-08-19 16:03:52 +05:30
Abhinav 8570bb7d2c revert batch size 2022-08-19 15:33:27 +05:30
Abhinav 262cb8fe71 re-enable everything 2022-08-19 15:32:58 +05:30
Abhinav 5c93a7ccea reuse same syncJobWorker instead of terminating 2022-08-19 15:19:02 +05:30
Abhinav e38c663e1a testing logs 2022-08-19 15:18:22 +05:30
Abhinav f8d9789c03 scene detection changes to remove memory leak 2022-08-19 11:47:50 +05:30
Abhinav bd5b88e685 don't og model 2022-08-18 10:42:35 +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 e25618feab fix serialization and deserialization for undefined params 2022-08-15 17:26:18 +05:30
Abhinav fd020c209f fix pipe console from worker 2022-08-15 15:49:43 +05:30
Abhinav 5645a0a61a add null check before serializing 2022-08-15 15:49:19 +05:30
Abhinav 2ee492938c Merge branch 'main' into watch 2022-08-15 14:22:35 +05:30
Abhinav 49aea760a7 fix build 2022-08-15 13:30:35 +05:30
Abhinav 1e99141ff3 add file name in Error in ml sync log 2022-08-13 18:53:07 +05:30
Abhinav dc0f8ba86e fix getOriginalConvertedFile for live Photos 2022-08-13 18:52:42 +05:30
Abhinav c0c8e7270c move getOriginalName for motionPhoto to decodeMotionPhoto function 2022-08-13 18:43:45 +05:30
Abhinav e1cf9d0f6d fix syncIndex 2022-08-13 17:05:01 +05:30
Abhinav e282e66d90 fix import 2022-08-13 13:00:03 +05:30
Abhinav 86192dae78 minor fixes 2022-08-13 12:57:44 +05:30
Abhinav 4ea944db0a update cache name store and cache delete on logout 2022-08-13 12:54:53 +05:30
Abhinav f63fc04973 rename files as client and service instead of complete name 2022-08-13 12:46:04 +05:30
Abhinav df28584a64 change default imports 2022-08-13 12:43:06 +05:30
Abhinav 5cf8a113e6 revert testing changes 2022-08-13 12:30:09 +05:30
Abhinav f425f1bc34 rename stuff 2022-08-13 12:28:51 +05:30
Abhinav c4bd71192f organise stuff into utils 2022-08-13 12:06:33 +05:30
Abhinav 2b053df344 fix imports 2022-08-13 11:44:44 +05:30
Abhinav 5eb0f69c3d rename proxy services 2022-08-13 11:34:49 +05:30
Abhinav 4a219b8c53 just use runningInElectron check rest will be handled by the service 2022-08-13 11:27:41 +05:30
Abhinav 2173222875 fix transformBrowserCacheStorageToLimitedCacheStorage 2022-08-13 10:29:48 +05:30
Abhinav ce2be79a76 comment testing code 2022-08-13 10:29:33 +05:30
Abhinav b5062b94c8 make ReverseProxiedElectronCacheStorageProxy a normal class instead of a singleton 2022-08-13 10:08:26 +05:30
Abhinav 403d901589 remove unnecessary code 2022-08-13 09:57:52 +05:30
Abhinav 5bfda038c2 use ReverseProxiedElectronCacheStorageProxy in cacheStorageFactory 2022-08-13 09:57:33 +05:30
Abhinav ab2f35a147 rename to ReverseProxiedElectronCacheStorageProxy 2022-08-13 09:57:14 +05:30
Abhinav 1c2d4fa109 add ElectronCacheStorageReverseProxy 2022-08-13 09:53:52 +05:30
Abhinav be6acf03b2 add ProxiedLimitedCacheStorage interface and complete ElectronCacheStorageProxy implementation 2022-08-13 09:53:14 +05:30
Abhinav 60bc437a7f add manual serialization and deserialization 2022-08-12 17:59:39 +05:30
Abhinav 009b218ae4 testing changes 2022-08-12 17:27:54 +05:30
Abhinav 8c7794b355 use main thread exposed ElectronCacheService inside worker 2022-08-12 17:24:46 +05:30
Abhinav 8dc4f34d93 keep API contract for cache methods same as browser cache 2022-08-12 14:59:24 +05:30
Abhinav f61762c3ee use the new openCache and delete cache util 2022-08-12 14:58:52 +05:30
Abhinav 9fc0a309a7 add LimitedCacheStorage and LimitedCache
to provide common interface for browser and electron cache
2022-08-12 14:02:50 +05:30
Abhinav 0db6025c14 fix image conversion for rendering 2022-08-11 14:34:19 +05:30
Abhinav 5eb83380cf replace window with globalThis 2022-08-11 14:21:57 +05:30
Abhinav e6ac494bea replace cache usage with cacherProvider wrapper 2022-08-11 14:13:23 +05:30
Abhinav ee0dd9614d Merge branch 'main' into demo 2022-08-11 14:06:42 +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 3204ec50c9 setup piping ml console logs to debugLogs 2022-08-09 13:39:31 +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
Abhinav 49d76f10ae fix getOriginalConvertedFile not waiting for convertForPreview 2022-08-08 10:55:04 +05:30
Abhinav 70b2868b1f remove unneeded migration 2022-08-06 17:52:34 +05:30
Abhinav 0165b7569b remove thumbnail url from logs to prevent memory leak 2022-08-06 15:55:17 +05:30
Abhinav 60a6cf6fc1 Merge branch 'main' into demo 2022-08-06 15:44:25 +05:30
Abhinav 4beb4e259f remove duplicate object detection timer 2022-08-06 15:41:17 +05:30
Abhinav b506d8586e add logs and refactor code 2022-08-06 15:23:38 +05:30
Abhinav 4fb7655081 add ML db migration version 3 migration 2022-08-05 15:14:15 +05:30
Abhinav bb2afce782 allow ML debug when ml sync is disabled 2022-08-05 13:18:18 +05:30
Abhinav 2c3c94617c disable ML debug text detection 2022-08-05 13:17:40 +05:30
Abhinav 8839eceb1e increase interval back to 30 sec 2022-08-05 11:41:03 +05:30
Abhinav 85638acb2b run ml definitely after 5 batches (200 files each) 2022-08-05 11:33:33 +05:30
Abhinav d515186450 fix object/thing search 2022-08-05 10:47:56 +05:30
Abhinav 0b868ec39f add object and text suggestion to search results 2022-08-04 16:34:29 +05:30
Abhinav e91bba066d resize object detection input size to 320px square 2022-08-04 16:17:14 +05:30
Abhinav 936ffaeeac move resizing to offscreen canvas 2022-08-04 15:50:01 +05:30
Abhinav 4a7f1703b4 Revert "add breath time in object detection"
This reverts commit 57200cc0c8.
2022-08-04 10:09:50 +05:30
Abhinav 57200cc0c8 add breath time in object detection 2022-08-03 16:29:41 +05:30
Abhinav 583f35a32f remove possible memory leaks 2022-08-03 10:38:53 +05:30
Abhinav b866745fe7 add queuing for getImageSceneModel init 2022-08-03 10:28:09 +05:30
Abhinav a125503707 reduce back interval to 5 sec 2022-08-03 09:31:22 +05:30
Abhinav c551407529 increase interval to 30 sec 2022-08-03 09:27:39 +05:30
Abhinav 730341362e cleared the input tensor after use 2022-08-03 09:26:01 +05:30
Abhinav f67219de55 generate image bitmap before starting process so that they don't create multple bitmaps due to race condition 2022-08-03 09:25:12 +05:30
Abhinav c7ec4cb8ef fix default option refresh on load 2022-08-02 16:33:20 +05:30
Abhinav 41811ac220 single people title 2022-08-02 16:19:33 +05:30
Abhinav 7e5cc6f793 fix person search file cout 2022-08-02 15:58:55 +05:30
Abhinav 7a5d6b89c7 hide option with hide property 2022-08-02 13:37:34 +05:30
Abhinav e894954239 seperate default options 2022-08-02 13:33:58 +05:30
Abhinav bada042344 change check order to fix ml worker 2022-08-02 12:33:16 +05:30
Abhinav 47f317daf4 show ml result even if indexing is turned off 2022-08-02 11:58:55 +05:30
Abhinav 7acedc32a4 prevent import of window 2022-08-02 11:45:42 +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 6132b2657a fix navigator not defined 2022-08-01 10:51:30 +05:30
Abhinav 7fd68cb1fc add menu with people to show found faces 2022-08-01 10:41:14 +05:30
Abhinav bfc292a0df show ml tag result in file info 2022-08-01 10:29:45 +05:30
Abhinav c4ac4fa304 add ML sidebar options 2022-08-01 10:23:32 +05:30
Abhinav c91e3f3e24 fix checks 2022-07-30 17:00:45 +05:30
Abhinav 8c6991df90 fix build 2022-07-30 13:50:41 +05:30
Abhinav 3e339eee84 Merge branch 'main' into run-ml-button 2022-07-30 10:50:11 +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
Abhinav 1b8a257aba fix period toggler width 2022-07-03 18:08:38 +05:30
Abhinav d7c8bc5388 add hover state 2022-07-03 17:49:41 +05:30
Abhinav a390fcd808 add popular badge 2022-07-03 17:27:52 +05:30
Abhinav a79a0aeb95 fix current usage style 2022-07-03 16:49:21 +05:30
Abhinav 468f710b1b fix minor issues 2022-07-03 16:45:05 +05:30
Abhinav 093c9900f6 update subscription infos 2022-07-03 16:44:31 +05:30
Abhinav 13904548fb update util 2022-07-03 15:07:47 +05:30
Abhinav a6bd55c613 hide free plan option for paid subscription 2022-07-03 15:07:35 +05:30
Abhinav ca0498d33f better styles 2022-07-03 15:07:16 +05:30
Abhinav ebb9c70e2f update manage subscription option layout 2022-07-03 15:06:39 +05:30
Abhinav a5c4705b49 update card layout 2022-07-03 15:06:08 +05:30
Abhinav cde278a0bc update submit button 2022-07-03 15:05:54 +05:30
Abhinav 381911cb49 update manage section button 2022-07-03 15:05:39 +05:30
Abhinav ee03cce577 update plan selector card with active plan 2022-07-03 14:04:11 +05:30
Abhinav 8fd9341276 refactor subscripiton card 2022-07-03 12:56:36 +05:30
Abhinav 94a408d815 update backdrop color and paper background color 2022-07-03 12:06:31 +05:30
Abhinav 64d700270a update colors 2022-07-03 11:20:14 +05:30
Abhinav 15cb76c81d fix period toggler button text color 2022-07-02 12:45:12 +05:30
Abhinav 5fed6f1d8d update button icon size 2022-07-02 10:52:34 +05:30
Abhinav aa7c591a08 update upload type selector 2022-07-02 10:51:45 +05:30
Abhinav 76dbb10141 update utils 2022-07-02 10:39:54 +05:30
Abhinav bb41d6716f add new strings 2022-07-02 10:39:36 +05:30
Abhinav 7e27cd5c5e update theme 2022-07-02 10:39:29 +05:30
Abhinav 4468c03525 update plan dialog 2022-07-02 10:37:07 +05:30
Abhinav 140a65e4dd update plans list 2022-07-02 10:36:48 +05:30
Abhinav c3c4c50bb4 add new plan layout 2022-07-02 10:36:31 +05:30
Abhinav d6deeec5b7 update the period toggler 2022-07-02 10:35:52 +05:30
Abhinav 01556b0a87 fix p clipped from below 2022-07-01 23:22:40 +05:30
Abhinav 74e967f4dc improvments 2022-07-01 23:22:40 +05:30
Abhinav 80da1eb147 update subscription and family data local state too 2022-07-01 23:22:40 +05:30
Abhinav 4b3c43cc24 fix long button text 2022-07-01 23:22:38 +05:30
Abhinav f04926b77a fix contact support button only having link property on text 2022-07-01 23:22:34 +05:30
Abhinav bb840a5444 fix background image overflow 2022-07-01 23:22:31 +05:30
Abhinav 04038c68e2 fix scrollbar causing wanted breakpoint 2022-07-01 23:22:29 +05:30
Abhinav c0895b6e65 remove unneccesary prop 2022-07-01 23:22:26 +05:30
Abhinav 8739ab869a fix unwanted padding of subscription message 2022-07-01 23:22:23 +05:30
Abhinav 6762094f21 fixed seracg option style 2022-07-01 23:22:21 +05:30
Abhinav 34edf25fcb fix collection tile text on search result 2022-07-01 23:22:18 +05:30
Abhinav 6cbe66d059 fix scrollbar on photoframe container 2022-07-01 23:22:15 +05:30
Abhinav af72abfc3a fix scroll bar not completely hidden for scroll container 2022-07-01 23:22:10 +05:30
Abhinav 922422a7fb fix email overflowing 2022-07-01 23:22:03 +05:30
Abhinav c0d92cc0cc update photoswipe navigation icon 2022-07-01 18:45:44 +05:30
Abhinav 2c525a8048 remove redundant styles 2022-07-01 15:21:48 +05:30
Abhinav 27c67f271a fix add new collection font size 2022-07-01 15:07:40 +05:30
Abhinav c50400c3ef fix build 2022-07-01 15:06:16 +05:30
Abhinav 1f851d64e6 fix error 2022-07-01 15:00:35 +05:30
Abhinav 4c8b205bbe update trash section delete by time ui 2022-07-01 14:56:22 +05:30
Abhinav 86cc6c6447 enable search mode when search input is opened on mobile 2022-07-01 14:46:42 +05:30
Abhinav a5755a2185 fix two factor disable fail message 2022-07-01 13:55:13 +05:30
Abhinav 15933773f8 remove usage of flash messages 2022-07-01 13:49:14 +05:30
Abhinav 5e6c82c1ca update two-factor setup 2022-07-01 13:45:18 +05:30
Abhinav d53da12763 update submit button to always have accent color 2022-07-01 13:44:46 +05:30
Abhinav d2d1f79c40 update forms to have success state 2022-07-01 13:44:23 +05:30
Abhinav 0bf19d1772 update change email to use mui alert 2022-07-01 12:30:06 +05:30
Abhinav 0b43a94108 remove unwanted components 2022-07-01 12:08:15 +05:30
Abhinav e08c64bba6 fix collection name truncation 2022-07-01 12:08:04 +05:30
Abhinav 2d9f4f80b9 remove right margin from copy button 2022-07-01 11:43:17 +05:30
Abhinav e77f3b3775 refactor trash files message 2022-07-01 11:39:15 +05:30
Abhinav 9a3f8f939c update delete cofirmation dailog copies 2022-07-01 11:33:12 +05:30
Abhinav 2bc8e0b320 fix pswp__button--custom style issue 2022-07-01 11:20:41 +05:30
Abhinav 0b438e99df fix background icon behind rela icons 2022-06-29 16:14:31 +05:30
Abhinav 730a44c7e1 reorder options 2022-06-29 16:10:18 +05:30
Abhinav 474ed92fab update collection title dimension 2022-06-29 16:02:46 +05:30
Abhinav 02c6775fa1 change all section name 2022-06-29 14:40:45 +05:30
Abhinav 078386fd32 fix date selector width 2022-06-29 14:37:57 +05:30
Abhinav 717b2cc3a4 clean global stylesheet 2022-06-29 14:10:44 +05:30
Abhinav 5b50579c29 remove trasher emptier floating button 2022-06-29 13:56:23 +05:30
Abhinav 2784104339 refactor collection ops logic 2022-06-29 13:48:55 +05:30
Abhinav a4f457f847 fix add to new collections 2022-06-29 13:42:15 +05:30
Abhinav a259ab5f99 fix two factor layout issue 2022-06-29 13:16:08 +05:30
Abhinav dc3ca6a042 fix spacing issue 2022-06-29 13:03:16 +05:30
Abhinav 397f1f0b21 fix two-screen changing state too often 2022-06-29 12:54:31 +05:30
Rushikesh Tote 2c81315378 filter common unnecessary errors 2022-06-29 11:09:06 +05:30
Rushikesh Tote fa830bbd5c ignore file deleted for pending uploads 2022-06-29 10:50:57 +05:30
Abhinav 007336f83c update two factor modal 2022-06-29 03:18:17 +05:30
Abhinav 427f0fae5c update upload type selector 2022-06-29 03:10:14 +05:30
Abhinav 65f42bf606 update collection namer 2022-06-29 02:56:06 +05:30
Abhinav 057c4ae734 update SetPublicLinkSetPasswordDialog 2022-06-29 02:54:27 +05:30
Abhinav cd9ad2a7f7 fix secondary button margin 2022-06-29 02:50:44 +05:30
Abhinav a02fa9208b update to use update components 2022-06-29 02:38:11 +05:30
Abhinav dbff8a044c update single input field and submit button 2022-06-29 02:37:42 +05:30
Abhinav 98fc695e67 fix loader showing for non loader collection actions 2022-06-29 02:04:46 +05:30
Abhinav 61325a4a6c fix collection option for non album user collections 2022-06-29 02:03:06 +05:30
Abhinav af82ca1dd5 fix favorite icon 2022-06-29 01:47:40 +05:30
Abhinav 6e10fd5b64 fix layout shift 2022-06-28 17:41:31 +05:30
Abhinav e809d126d3 fix capitilization 2022-06-28 17:37:03 +05:30
Abhinav b39be6f1c5 fix logout dialog 2022-06-28 17:36:04 +05:30
Abhinav 8e531d59a0 remove left checkbox margin 2022-06-28 17:18:53 +05:30
Abhinav 912031fc0f update text field style 2022-06-28 17:16:26 +05:30
Abhinav 8c43edefb5 fix non collection search 2022-06-28 16:31:52 +05:30
Abhinav 2177e0ed7d fix file search result state 2022-06-28 16:29:50 +05:30
Abhinav 74c0727413 fix copy 2022-06-28 16:24:04 +05:30
Abhinav 5d2e9bcf91 fix upload button button radius 2022-06-28 16:23:19 +05:30
Abhinav b8804bf7f9 fix message dilagob paper padding 2022-06-28 16:22:21 +05:30
Abhinav 50b0b2ffa8 update icon fill colors 2022-06-28 16:18:51 +05:30
Abhinav 9f213b17a4 add fill colors 2022-06-28 16:18:33 +05:30
Abhinav 946f1de1b1 update all collection heading 2022-06-28 16:02:55 +05:30
Abhinav e91616abec fix menu option width 2022-06-28 15:46:57 +05:30
Abhinav 4e209b776f add icon to special collections 2022-06-28 15:35:04 +05:30
Abhinav ed7ac4288e add collection bar tile icon 2022-06-28 15:23:54 +05:30
Abhinav 403a1e9083 udpate collection summary filter utils 2022-06-28 15:22:21 +05:30
Abhinav 96c122f64e seperate collection summary type from collection type and add new archived collection summary type 2022-06-28 15:13:45 +05:30
Abhinav 4c2bca8e58 update structuring 2022-06-28 14:44:01 +05:30
Abhinav f4fde02193 update CollectionBarTileText overlay 2022-06-28 14:42:07 +05:30
Abhinav c4934bd730 fix chek 2022-06-28 14:38:05 +05:30
Abhinav 4e2c9ca59a fix showing/hidding of collection in different context 2022-06-28 14:36:49 +05:30
Abhinav b44bfe8a8e group collection option components 2022-06-28 14:30:52 +05:30
Abhinav 6ac649a501 added trash section collection option 2022-06-28 14:05:43 +05:30
Abhinav a2407a427e refactor album type collection option 2022-06-28 13:35:17 +05:30
Abhinav 2af63960a2 fix FileWIthPath type issue 2022-06-28 13:06:49 +05:30
Abhinav 6cf8f8ad80 remove testing changes 2022-06-28 13:05:14 +05:30
Abhinav Kumar 1f3126f5c0
Merge pull request #622 from ente-io/upload-choice-screen
Upload choice screen for web
2022-06-28 13:02:26 +05:30
Abhinav 2c3266f3bd reorganise upload components 2022-06-28 13:02:04 +05:30
Abhinav 2931b9260a imporve check 2022-06-28 12:53:29 +05:30
Abhinav 3c69a8cba0 refactor download app message 2022-06-28 12:51:21 +05:30
Abhinav aff12411b7 set types also for web uploads 2022-06-28 12:42:20 +05:30
Abhinav 3d49d7f4fb fix path property addition to file 2022-06-28 12:34:00 +05:30
Abhinav fa697d3257 add desktop app download message 2022-06-27 13:48:42 +05:30
Abhinav 511c0ed002 update to handle different upload type on web too 2022-06-27 13:46:06 +05:30
Abhinav 0a03e35529 move file inputs to seperate component 2022-06-27 13:45:05 +05:30
Abhinav fd2fdc582e add useFileInput hook 2022-06-27 13:44:44 +05:30
Abhinav 6401b60365 update export finished ui 2022-06-27 08:05:51 +05:30
Abhinav ee0b75b09f update inprogress state 2022-06-27 07:50:35 +05:30
Abhinav f8fc8a926c added better error handling 2022-06-27 07:13:33 +05:30
Abhinav 97696d84f1 update directory and init ui 2022-06-27 06:50:00 +05:30
Abhinav f88037a100 auto close menu after click 2022-06-27 06:38:44 +05:30
Abhinav 2e39635bf8 fix local state getting cleared bug 2022-06-27 06:18:07 +05:30
Abhinav f510e49425 fix family admin api called for non family user 2022-06-27 05:16:32 +05:30
Abhinav 670bd03d5f redesign export init state 2022-06-27 04:52:57 +05:30
Abhinav 4d6539d54d fix livephoto indicator 2022-06-27 04:23:45 +05:30
Abhinav 9d6bc344e6 fix collection search 2022-06-26 20:26:27 +05:30
Abhinav bf9b4b05c7 fix overlay issue 2022-06-26 19:33:15 +05:30
Neeraj Gupta 81e35edfca
Merge pull request #619 from ente-io/fix-dedupe-screen-back
fix back on dedupe screen
2022-06-26 18:14:29 +05:30
Abhinav 204e44ecf6 fix style issue 2022-06-26 18:05:19 +05:30
Abhinav fe2d546564 fix typo 2022-06-26 18:02:42 +05:30
Abhinav 2e1ba06927 update collection option icons 2022-06-26 15:48:33 +05:30
Abhinav e2cc8f363d remove alert banner 2022-06-26 15:42:18 +05:30
Abhinav 7170e7860b use 1.5 spacing for 12px 2022-06-26 15:42:07 +05:30
Abhinav f364d12a9d remove all unnecesary local icons 2022-06-26 15:41:21 +05:30
Abhinav 2a3659e266 change file name case 2022-06-26 15:31:57 +05:30
Abhinav 563239fe8f update sort options 2022-06-26 15:24:46 +05:30
Abhinav 6c33f0d810 fix back on dedupe screen 2022-06-26 13:44:08 +05:30
Abhinav ed3e62435e add download log confirmation 2022-06-26 13:41:05 +05:30
Abhinav 1d527aace9 update photoswipe icons with mui icons 2022-06-26 13:14:43 +05:30
Abhinav ae1e532446 update Fav button to fav icon 2022-06-26 12:43:23 +05:30
Abhinav c963d5f014 rename logo to ente 2022-06-26 12:24:05 +05:30
Abhinav 5cc8840df1 move logo to center 2022-06-26 12:06:08 +05:30
Abhinav 565bdb2549 update the button on shared-album navbar 2022-06-26 12:04:54 +05:30
Abhinav 0097c99bcc make shared-album collection info header scrollable 2022-06-26 11:55:57 +05:30
Abhinav 48e37e1160 Merge branch 'share-url-redesign-v2' into ui-redesign 2022-06-26 11:26:24 +05:30
Abhinav 9aa7be44c7 update basic layout 2022-06-26 11:26:08 +05:30
Abhinav ee16cf4b10 fix delay of manage option 2022-06-25 23:29:16 +05:30
Abhinav 5169548635 update collection bar tile padding 2022-06-25 23:07:45 +05:30
Abhinav 7bcc3ced7b update message with correct padding between paragraghs 2022-06-25 21:50:14 +05:30
Abhinav 7f9c1ec547 update overlau box shadow 2022-06-25 21:49:24 +05:30
Abhinav 6096aa03f8 fix string 2022-06-25 21:30:24 +05:30
Abhinav 25459392da fix import 2022-06-25 21:26:20 +05:30
Abhinav 4cc84d20b0 redesign message dialog 2022-06-25 21:25:04 +05:30
Abhinav 3eadacb00a remove the use of dialogbox from recovery key modal 2022-06-25 20:14:21 +05:30
Abhinav 3286cb0e24 update susbcription card style 2022-06-25 17:07:09 +05:30
Abhinav c296913aed update dialog style 2022-06-25 17:06:56 +05:30
Abhinav 948e848411 update collection selector to use the same all collection dialog 2022-06-25 16:30:11 +05:30
Abhinav 9dc1025729 update all collections 2022-06-25 15:56:04 +05:30
Abhinav 42f7cad252 random refactoring 2022-06-25 15:52:50 +05:30
Abhinav 4cd9cad5b8 update styled components 2022-06-25 14:31:42 +05:30
Abhinav 1b4f1de70b rename 2022-06-25 14:30:06 +05:30
Abhinav f41d5be773 update Overlay 2022-06-25 14:02:54 +05:30
Abhinav fff9a67fe3 change default dialog padding 2022-06-25 12:49:10 +05:30
Abhinav e2f624391f use global dialog overrides 2022-06-25 12:39:28 +05:30
Abhinav 6f95a0ed9b fix image width property 2022-06-25 11:27:12 +05:30
Abhinav 8bd98a4393 Merge branch 'ui-redesign' into responsive-images 2022-06-25 11:19:25 +05:30
Abhinav 0f58502bd4 update images 2022-06-25 11:18:34 +05:30
Abhinav fe73b0395a Merge branch 'mobile-view' into ui-redesign 2022-06-25 11:06:12 +05:30
Abhinav 8fcf2061c7 fix collection bar not showing up 2022-06-25 11:05:08 +05:30
Abhinav 8235aa3ec3 make dialog button fullWidth in general and stacked on mobile 2022-06-25 11:04:43 +05:30
Abhinav db564c4767 use typed blob to create object url, so that safari can use it to play file 2022-06-24 19:16:29 +05:30
Abhinav f381de2bb0 fix share collection screen 2022-06-24 18:01:20 +05:30
Abhinav c48872af88 make dialog screens full screen for mobile 2022-06-24 15:35:24 +05:30
Abhinav ebe59cdbe3 rename isSmallerDisplay to isMobile 2022-06-24 15:07:05 +05:30
Abhinav e7ba012073 make 480px as mobile view width 2022-06-24 15:05:15 +05:30
Abhinav ebe6603f5e fix styles 2022-06-24 15:04:52 +05:30
Abhinav 4bfb1d79ca update images 2022-06-24 14:58:57 +05:30
Abhinav 720140ea3e update ente logo img 2022-06-24 14:47:30 +05:30
Abhinav 569fd0ad96 updated gallery locked icon 2022-06-24 14:25:25 +05:30
Abhinav fee9275c04 reorganise susbcription card 2022-06-24 14:19:49 +05:30
Abhinav 23d8a9f4aa move base64 black thumbnail to upload constants 2022-06-24 12:56:40 +05:30
Abhinav Kumar 4e3ff1eaf7
Merge pull request #615 from ente-io/fix-complete-upload-fail
fix complete upload crash- on localstrorage write fail
2022-06-24 12:46:41 +05:30
Rushikesh Tote 0a1076c584 fix update file paths when already uploaded 2022-06-24 12:28:28 +05:30
Abhinav dd0a85e4f9 fix whole upload crashing on single file post upload action file 2022-06-24 12:04:23 +05:30
Abhinav 7b584774cd move api call to update path to uploadManager 2022-06-24 11:45:32 +05:30
Abhinav e022f5ef89 move file path upadting logic to post Upload action 2022-06-24 11:43:34 +05:30
Abhinav 38ce43af83 Merge branch 'new-upload-result-symlink-added' into watch 2022-06-24 11:34:53 +05:30
Abhinav ff04c9c89c simply filePaths handling 2022-06-24 11:32:08 +05:30
Abhinav b0b54661c2 move upload strategy to constants 2022-06-24 11:11:21 +05:30
Abhinav 0144834366 add hashService 2022-06-23 20:00:27 +05:30
Abhinav 55ebb509c2 proxy file hashing through comlink 2022-06-23 19:59:57 +05:30
Rushikesh Tote 087a35f6a3 rename 2022-06-23 19:26:46 +05:30
Rushikesh Tote d3242dbfa5 fix type 2022-06-23 19:22:29 +05:30
Rushikesh Tote 0842abf8a3 refactor 2022-06-23 19:10:19 +05:30
Abhinav 14b743e0f7 update logs 2022-06-23 18:56:35 +05:30
Abhinav 59295f849d reorder cases 2022-06-23 16:59:10 +05:30
Abhinav 7f76945dda change if else to switch case 2022-06-23 16:50:52 +05:30
Rushikesh Tote 97d9621dc7 refactor watch service 2022-06-23 16:28:45 +05:30
Abhinav 8e60f78494 fix typo 2022-06-22 18:28:13 +05:30
Abhinav dab1a0b28b make uploadDailog backdrop static 2022-06-22 18:27:34 +05:30
Abhinav 29a9ef827a reduce max image width to 180px 2022-06-22 18:14:55 +05:30
Abhinav 93e2798fc2 add media query based border radius to tile 2022-06-22 17:44:48 +05:30
Abhinav f2c44368da fix close button missing 2022-06-22 17:12:56 +05:30
Abhinav fda38bccca improve plan screen design for breakpoints 2022-06-22 14:47:16 +05:30
Rushikesh Tote fa47120283 remove unrequired prop 2022-06-22 14:09:40 +05:30
Abhinav 987556f794 add style overrides to handle icon color 2022-06-22 12:39:14 +05:30
Abhinav eb9278e008 update primary color and add text color 2022-06-22 12:21:21 +05:30
Rushikesh Tote 307f73ce02 Merge branch 'ui-redesign' into watch 2022-06-22 11:54:57 +05:30
Abhinav 7e1d296e38 fix file name edit layout 2022-06-22 11:51:43 +05:30
Abhinav 1711413690 remove custom icon button 2022-06-22 11:48:00 +05:30
Rushikesh Tote e568261c6d fix live photo magic metadata 2022-06-22 11:44:45 +05:30
Rushikesh Tote 767d1d2613 fix path bug 2022-06-22 11:29:14 +05:30
Rushikesh Tote 504154065c added choice modal 2022-06-22 11:27:50 +05:30
Abhinav a1a998ca64 fix password input icon color 2022-06-22 11:04:19 +05:30
Abhinav 4d3a24e7d6 use stroke color for icons 2022-06-22 10:56:46 +05:30
Abhinav 13fbc92fad add stroke colors 2022-06-22 10:40:56 +05:30
Abhinav e0b8420b1c use dark-three for secondary button 2022-06-22 10:29:12 +05:30
Abhinav 750cdf16d3 update strings 2022-06-22 10:24:03 +05:30
Abhinav 6f6c66530f update family plan copies 2022-06-22 10:23:47 +05:30
Rushikesh Tote 9c6ae4e906 added functionality to handle multiple folders 2022-06-22 10:14:51 +05:30
Abhinav 9814bb2d92 fix photo count color 2022-06-22 10:08:32 +05:30
Abhinav febfbefaae fix date font color 2022-06-22 10:06:56 +05:30
Abhinav b903762cbd fix image width 2022-06-22 10:01:46 +05:30
Abhinav 419e48ffbe add memberSubscriptionManage dialog 2022-06-21 18:09:07 +05:30
Abhinav f65eb0b1d0 position menu 2022-06-21 15:32:01 +05:30
Abhinav fc78890544 update OverflowMenu usgae 2022-06-21 15:16:57 +05:30
Abhinav 0d5b824da3 add triggerButtonProps 2022-06-21 15:16:47 +05:30
Abhinav 3f0b4be1ef update collection options 2022-06-21 14:54:18 +05:30
Abhinav 7c4bae7ac3 move label to children 2022-06-21 14:43:52 +05:30
Abhinav 358588b43d move menu style to overflow menu component 2022-06-21 14:37:04 +05:30
Abhinav f60abbe04b use overflow menu 2022-06-21 14:34:57 +05:30
Abhinav 3fc5b1dfae update menu option 2022-06-21 14:34:24 +05:30
Rushikesh Tote 59e8112bd2 persist file paths for uploaded files 2022-06-21 14:02:20 +05:30
Abhinav e2994b1b58 add overflow menu components 2022-06-21 13:52:31 +05:30
Abhinav 4687722177 fix overflow menu positioning 2022-06-21 13:16:19 +05:30
Abhinav e9f0484c97 update typography 2022-06-21 13:05:56 +05:30
Abhinav 13d5e90926 update to use overflowMenu context 2022-06-21 12:44:50 +05:30
Abhinav 235819c348 refactor overflow menu 2022-06-21 12:44:23 +05:30
Abhinav 63ce47514b fix plan selector font weights 2022-06-21 12:10:46 +05:30
Abhinav 25bdc9e14c use bold keyword 2022-06-21 12:09:23 +05:30
Abhinav e6f411c47a update plan selector font sizes 2022-06-21 12:07:06 +05:30
Abhinav 9138e817a4 update mapping in font face defination 2022-06-21 12:04:35 +05:30
Abhinav 641e82efaf use inter 500 instead of 400 2022-06-21 11:50:28 +05:30
Abhinav ccc00a40a1 fix submit button styles 2022-06-21 11:36:07 +05:30
Abhinav 85784e0773 update font weight variants 2022-06-21 11:31:34 +05:30
Abhinav b820c4c2ca reduce bottom margin of colletion info bar 2022-06-21 11:11:46 +05:30
Abhinav da9d0dcf39 allow plan selector to be closed by clicking on background 2022-06-20 19:25:10 +05:30
Abhinav 3f1d8e195f update search component 2022-06-20 19:20:17 +05:30
Abhinav d833501d8a add special padding style 2022-06-20 19:07:05 +05:30
Abhinav 7ff14271bc refactor search bar 2022-06-20 18:59:17 +05:30
Abhinav c8bf507abb added new mobile upload button 2022-06-20 18:41:14 +05:30
Abhinav 33365c82ae fix selected value style 2022-06-20 18:24:13 +05:30
Abhinav 2e1d7eb431 fix reseting collection summary issue 2022-06-20 18:14:03 +05:30
Abhinav 6576f3e665 fix padding issue 2022-06-20 18:10:38 +05:30
Abhinav f6659b1916 remove top padding for codeBlock code wrapper 2022-06-20 17:41:10 +05:30
Abhinav 170d4800e6 fix family was able to click open plan selector 2022-06-20 17:39:30 +05:30
Abhinav 111a92bdfe update color and placeholder 2022-06-20 17:29:41 +05:30
Abhinav b6fe6056ff udpate minor search stuff 2022-06-20 17:27:14 +05:30
Abhinav 45a8dc1561 update icon position and search styles 2022-06-20 17:14:32 +05:30
Abhinav 8f66479fbb reoragnise collection share select components 2022-06-20 16:36:49 +05:30
Abhinav 68e6b435aa reorganise search components 2022-06-20 16:29:58 +05:30
Abhinav c44b03a2dd only show sidebar dot seperator if count > 0 2022-06-20 15:28:50 +05:30
Abhinav 0761f2bdea fix collection reanme value pre filled with existing name 2022-06-20 15:19:57 +05:30
Abhinav 49ca0b647c moved susbcription card background to images dir 2022-06-20 15:02:01 +05:30
Abhinav afdeb16e0e make storage conversion to human readable better 2022-06-20 14:52:58 +05:30
Abhinav 386deda508 fix search result top margin 2022-06-20 11:03:41 +05:30
Rushikesh Tote 380768c4c7 refactor 2022-06-19 21:28:07 +05:30
Rushikesh Tote c3bb0f22f1 change param to id of remove from collection 2022-06-19 21:10:07 +05:30
Rushikesh Tote 8e95b80a4e bind instance on next event run 2022-06-19 20:31:12 +05:30
Abhinav da90b22576 move event handler to seperate file 2022-06-19 19:56:09 +05:30
Abhinav 86d6bf9340 fix casing 2022-06-19 18:31:26 +05:30
Abhinav 4f16669acf restruct postUploadAction 2022-06-19 18:29:16 +05:30
Abhinav 99b5cce1c9 rename watchService to watchFolderService 2022-06-19 18:07:55 +05:30
Abhinav 1117534cc8 use shorthand 2022-06-19 17:58:00 +05:30
Abhinav cc61b823b0 remove unnessary import 2022-06-19 17:55:47 +05:30
Abhinav 6832ae46ff add more typing 2022-06-19 16:44:03 +05:30
Abhinav 323b6af010 rename missed watchModal to watchFolder 2022-06-19 16:41:52 +05:30
Abhinav e51e6e8fa1 add typings 2022-06-19 16:40:17 +05:30
Abhinav 0138873881 update EntryHeading styles 2022-06-19 16:32:14 +05:30
Abhinav 6b9ed0c622 rename watchModal to watchFolder 2022-06-19 16:29:41 +05:30
Abhinav 283797dd4a fix typo 2022-06-19 16:18:47 +05:30
Abhinav 8f2b1b0be6 revert testing change 2022-06-19 13:27:42 +05:30
Abhinav 03e29c6227 refactor components 2022-06-19 13:20:19 +05:30
Abhinav 9f0cadacaa udpate type 2022-06-19 11:18:10 +05:30
Abhinav b13c401290 revert testing change 2022-06-19 10:51:37 +05:30
Abhinav 249b7a83cd remove commented code 2022-06-19 00:10:43 +05:30
Abhinav 2c368b8c2c update strings 2022-06-18 22:54:12 +05:30
Abhinav 24d1f0284c fix nonClosable dialog had close button 2022-06-18 22:54:12 +05:30
Abhinav 1a47047a48 style update 2022-06-18 22:54:12 +05:30
Abhinav 6bcd1626c4 make default border radius back to 8 px 2022-06-18 22:54:12 +05:30
Abhinav 2d39abf041 update subscription manage buttons 2022-06-18 22:54:12 +05:30
Abhinav 6ab86a857b update plan tiles 2022-06-18 22:54:12 +05:30
Abhinav 2059fb6187 update plan period toggler 2022-06-18 22:54:12 +05:30
Abhinav a56fa6058b fix collection file count 2022-06-18 22:53:13 +05:30
Abhinav 40545ad50d add isSystemCollection util 2022-06-18 22:39:53 +05:30
Abhinav 286ed04f26 fix font size 2022-06-18 22:24:17 +05:30
Abhinav e7cb3372f0 handle api response missing props 2022-06-18 22:24:11 +05:30
Rushikesh Tote 6cef335264 clear electron store on logout 2022-06-17 12:05:34 +05:30
Rushikesh Tote 17dd41152e fix build and bug 2022-06-17 11:14:12 +05:30
Rushikesh Tote 5d9d92d386 added overlay for add folder mapping drag and drop screen 2022-06-17 00:21:08 +05:30
Abhinav Kumar a5f093456f
Merge pull request #602 from ente-io/open-family-new-window
open family page in new tab
2022-06-16 17:40:21 +05:30
Abhinav 5c32b455c1 fix all section collection summary 2022-06-16 13:59:55 +05:30
Abhinav 05197ef5f5 updated the empty screen stypes 2022-06-16 13:32:15 +05:30
Abhinav 0f37b12be7 update the empty screen message 2022-06-16 13:09:28 +05:30
Abhinav 0f1384cbea update strings 2022-06-16 13:06:03 +05:30
Abhinav 5e3a163dac reduce scrollbar width 2022-06-16 13:03:44 +05:30
Abhinav 838ac9d233 fix link open in new tab without newTab true 2022-06-16 12:44:36 +05:30
Abhinav f69c848f96 add openLink util and open family page in new tab 2022-06-16 12:41:32 +05:30
Abhinav 6386dc4475 remove conditional accessing as property should always be present else it it should error out 2022-06-16 10:58:02 +05:30
Abhinav ebecb02238 put null metadataAndFileTypeInfoMap entry when extractFileTypeAndMetadata fails 2022-06-16 10:31:35 +05:30
Rushikesh Tote 9120ebb7d3 fix clubbing same events 2022-06-15 16:20:04 +05:30
Abhinav 52d9a4ebd6 Merge branch 'ui-redesign' into watch 2022-06-15 14:47:18 +05:30
Abhinav 3ecb5f02ff replace variant success with accent 2022-06-15 14:45:34 +05:30
Abhinav 0bae3501d7 fix collection bar tile missing border radius 2022-06-15 14:42:19 +05:30
Abhinav 42c19b39a1 rename to watchFolder 2022-06-15 14:30:31 +05:30
Abhinav bf21d8391a update watch type 2022-06-15 14:29:17 +05:30
Abhinav 8775b1f181 refactor watchModalComponent 2022-06-15 14:26:32 +05:30
Abhinav d1837c36ca Merge branch 'ui-redesign' into watch 2022-06-15 14:04:57 +05:30
Abhinav 31cccabacc fix using invalid prop 2022-06-15 14:00:49 +05:30
Abhinav 88a1039419 use accent instead of success 2022-06-15 13:58:07 +05:30
Abhinav ffa0a1a807 fix file search not resetting 2022-06-15 03:58:23 +05:30
Abhinav 3334195c69 dont show archived files as latest photo in all section 2022-06-15 03:50:24 +05:30
Abhinav a3aec2e01f remove unneccesary states and ui 2022-06-15 03:39:07 +05:30
Abhinav 02eff53dda update date picker to handle state internally 2022-06-15 03:37:10 +05:30
Abhinav 7a584e5b2b only use mobile mode and hide pen option 2022-06-15 02:55:20 +05:30
Abhinav fb0858ad81 temp 2022-06-14 21:03:31 +05:30
Abhinav 59606446f3 move manual input disabling logic to Date picker component 2022-06-14 18:42:43 +05:30
Abhinav 748d4a8658 don't allow manual date entry 2022-06-14 18:35:07 +05:30
Abhinav 69b20d5851 make footer centered 2022-06-14 16:52:55 +05:30
Abhinav 513beb579d fix small bugs 2022-06-14 16:48:51 +05:30
Abhinav a321813bf2 fix collection info bar width 2022-06-14 16:44:11 +05:30
Abhinav d588065d42 fix EnteDateTimePicker usage 2022-06-14 16:28:52 +05:30
Abhinav 135938b936 updated EnteDateTimePicker sizing 2022-06-14 15:52:31 +05:30
Abhinav 0d86a0dc3f update edit creation time date picker 2022-06-14 13:57:38 +05:30
Abhinav a9dfa7d7b6 mov ehooks before conditional rendering 2022-06-14 11:42:18 +05:30
Abhinav 33c70cb5cf remove styled component ThemeProvider 2022-06-13 20:01:52 +05:30
Abhinav 5a5ed66431 remove usage of styled components and replace with mui styled 2022-06-13 19:57:17 +05:30
Abhinav c012bd5ea8 fix search result img overflow 2022-06-13 19:56:32 +05:30
Abhinav 6ea98790fb fix upload choice button 2022-06-13 19:56:26 +05:30
Abhinav Kumar 683465cbc9
Revert "Revert back to emotion" 2022-06-13 19:53:26 +05:30
Abhinav d0765c52a1 remove usage of styled components and replace with mui styled 2022-06-13 19:03:00 +05:30
Abhinav a027ea721c setup emotion 2022-06-13 19:02:33 +05:30
Abhinav 29bf62001a fix search result img overflow 2022-06-13 17:57:06 +05:30
Abhinav 7731a8f724 fix upload choice button 2022-06-13 17:43:24 +05:30
Abhinav 3ebbfbfbb2 fix large dot seperator 2022-06-13 17:36:21 +05:30
Abhinav df424b286b fix subscription card clikc 2022-06-13 17:22:25 +05:30
Abhinav 5bd75e6b61 remove redundant props 2022-06-13 17:14:06 +05:30
Abhinav 9ddd76258e refactor subscription card 2022-06-13 12:53:17 +05:30
Rushikesh Tote 21c5af6752 check if on the web 2022-06-13 12:23:15 +05:30
Rushikesh Tote accf97c38b redundant check 2022-06-13 12:05:34 +05:30
Rushikesh Tote c8df69a169 Merge branch 'ui-redesign' into watch 2022-06-13 11:55:32 +05:30
Abhinav a8d99db18b rename to collectionList bar 2022-06-13 10:46:47 +05:30
Abhinav e4155094a2 fix styling issues 2022-06-13 10:46:09 +05:30
Abhinav e87eb94c8a pass collection info bar as photList Header 2022-06-13 10:45:27 +05:30
Abhinav 5753fe4ff6 add collection info as photoList header 2022-06-13 10:45:27 +05:30
Abhinav 7a51a5dc64 fix infinite useEffect 2022-06-13 10:45:27 +05:30
Abhinav d7f40dcaf4 move setDerivativeState to seperate useEffect 2022-06-13 10:45:27 +05:30
Abhinav 9a01ba91d6 add condition rendering instead of hider component 2022-06-13 10:45:27 +05:30
Abhinav 303f65317f refactor photoList styled components 2022-06-13 10:45:27 +05:30
Abhinav Kumar ec2f0442ae
Merge pull request #592 from ente-io/better-password-decryption-messsage
better password key derivation failed messsage
2022-06-13 09:25:25 +05:30
Abhinav 777e0abcd5 update message 2022-06-13 09:23:07 +05:30
Rushikesh Tote e14aba2d6f moved strings to string constants 2022-06-12 23:52:37 +05:30
Abhinav d69414f9be better-password-decryption-messsage 2022-06-12 21:40:13 +05:30
Rushikesh Tote 2ed3b45786 added functionality to drag and drop folder to create watch mapping 2022-06-12 18:49:29 +05:30
Rushikesh Tote 64988d8faf minimize upload progress modal when triggered by watch service 2022-06-12 17:28:46 +05:30
Rushikesh Tote 3e41f50867 Merge branch 'ui-redesign' into watch 2022-06-12 16:46:54 +05:30
Abhinav 131afbe85b better colllection design 2022-06-11 18:00:08 +05:30
Abhinav 4f0390157b fix selection bar coloe 2022-06-11 17:08:48 +05:30
Abhinav 70ded03e63 fix search result ui bugs 2022-06-11 16:39:35 +05:30
Abhinav 2d8ece0dd4 update SearchResultInfo title styles 2022-06-11 16:39:35 +05:30
Abhinav dfedbdc5ff fix ui not udpating issue 2022-06-11 15:53:33 +05:30
Abhinav fc0d7bb5d9 fix close button 2022-06-11 15:32:12 +05:30
Abhinav 8b9d27e34b fix finished uploads undefined check 2022-06-11 15:17:04 +05:30
Abhinav ae3a68378f add upload progress context 2022-06-11 01:53:00 +05:30
Abhinav 1568ff2731 enable bulk date edit for all 2022-06-11 01:45:52 +05:30
Abhinav b51afc7efe fix unwanted refresh on close after finish 2022-06-10 19:36:34 +05:30
Rushikesh Tote 02ff9aeaa7 Merge branch 'ui-redesign' into watch 2022-06-10 19:31:31 +05:30
Abhinav ff54566a1c fix navbar style divider color 2022-06-10 19:28:35 +05:30
Abhinav 8adb6757c8 updated gallery selection bar icons 2022-06-10 19:23:24 +05:30
Abhinav 22de85cac5 fix archive section name 2022-06-10 19:09:05 +05:30
Abhinav f3fa248522 rename navigation section to shortcut section 2022-06-10 19:08:38 +05:30
Abhinav 787125dcaf fix user name style 2022-06-10 19:05:40 +05:30
Abhinav db22378f0e update logo 2022-06-10 19:00:17 +05:30
Abhinav 8d66adfbfd updated ente logo 2022-06-10 18:55:26 +05:30
Rushikesh Tote 3c7eb0797b redesigned watch modal 2022-06-10 16:01:59 +05:30
Abhinav 2d4d1050df make dialog have closeable on backdrop click as default 2022-06-10 14:53:42 +05:30
Abhinav 18a674459c fix search result label style 2022-06-10 14:50:42 +05:30
Abhinav a004407e01 update upload Button 2022-06-10 14:48:49 +05:30
Abhinav 4337209ae0 update button styles 2022-06-10 14:42:52 +05:30
Abhinav 3c029b234b reduce preview card radius 2022-06-10 12:56:15 +05:30
Abhinav a5768e7531 use img instead of background image prop 2022-06-10 12:42:06 +05:30
Abhinav 221f3a756f handle special collections better 2022-06-10 12:33:53 +05:30
Abhinav 126d8ff443 fix archive collection title 2022-06-10 11:52:08 +05:30
Abhinav 0c71b27f70 fix play circle outline 2022-06-10 11:43:18 +05:30
Abhinav 96e13342c7 add skeletons to susbcription card loader 2022-06-10 11:27:16 +05:30
Abhinav 145d724f11 update search icons 2022-06-10 11:17:53 +05:30