Commit graph

5238 commits

Author SHA1 Message Date
Abhinav 83944f7e7a remove testing console.log 2023-01-06 13:04:15 +05:30
Abhinav a955ae39fa remove duplicate logging 2023-01-06 12:36:48 +05:30
Abhinav afa9ba0521 use convertBytesToHumanReadable for logging 2023-01-06 12:11:59 +05:30
Abhinav 73eedc6217 remove console log 2023-01-06 11:22:11 +05:30
Abhinav 6529142ece add time logs 2023-01-06 10:58:40 +05:30
Abhinav 4d50abb902 use direct imports instead of top level imports 2023-01-05 16:57:43 +05:30
Abhinav 27113ba1fb import just the icon instead of complete package 2023-01-05 15:53:35 +05:30
Abhinav f54d1a01fa pass size parameter to electron api 2023-01-05 10:54:57 +05:30
Abhinav a0b3600750 move subscription card load before sync 2023-01-04 13:23:37 +05:30
Abhinav Kumar 7ebf6372cf
Merge pull request #845 from ente-io/fix-search-issues
Fix search issues
2023-01-03 17:27:47 +05:30
Abhinav 8009198c48 add more logs 2023-01-03 16:10:02 +05:30
Abhinav bc6984a3a5 Merge branch 'main' into upload-logging 2023-01-03 16:03:55 +05:30
Abhinav 7586c391f1 rename function 2023-01-03 11:28:14 +05:30
Abhinav df7e1d0bb6 rename ImageMagick to imageProcessor service 2023-01-03 11:20:01 +05:30
Abhinav e0c2455132 add thumbnail size check 2023-01-03 11:04:07 +05:30
Abhinav fe87be3d02 use electron generate image thumbnail API instead of canvas if available 2023-01-02 21:19:13 +05:30
Abhinav e2c8249f6e refactor thumbnail generation service 2023-01-02 18:35:55 +05:30
Abhinav 553c8f78f8 fix currentDate set as -1 matched with files on date 1 jan 1970 +- 1 2023-01-02 18:15:47 +05:30
Abhinav 2138a34f69 fix collection header resetting changing after search close 2023-01-02 18:02:00 +05:30
Abhinav 339150a594 show all collections files in search mode 2023-01-02 18:00:37 +05:30
Abhinav 78e2256c4f ignore zero unix time 2023-01-02 17:32:41 +05:30
Abhinav 1764b69960 count only unique file instances 2023-01-02 16:51:56 +05:30
Abhinav 68121482ff dont filter out non user or file copies 2023-01-02 16:51:48 +05:30
Vishnu 2750e24226 Fix alignment of entries within the fix-time dialog 2023-01-02 10:23:48 +05:30
Abhinav 9579668ab6 fix collection selector close 2022-12-30 11:16:53 +05:30
Abhinav Kumar 798df504f9
Merge pull request #841 from ente-io/fix-search-bar
fix search bar style and placeholder
2022-12-27 16:01:03 +05:30
Abhinav b5e43c524e fix search placeholder text 2022-12-27 15:41:47 +05:30
Abhinav 502caf044b move 2px more 2022-12-27 15:40:21 +05:30
Abhinav 341f60fe4d move placeholder 2px to right 2022-12-27 15:38:34 +05:30
Abhinav Kumar 5b45b6a8c7
Merge pull request #813 from ente-io/enable-typescript-strict-mode
Enable typescript strict mode
2022-12-27 15:37:01 +05:30
Abhinav 5a5f90e776 Merge branch 'main' into add-comlink-types 2022-12-27 15:15:38 +05:30
Abhinav 964af15a5e remove defining type for worker function outputs 2022-12-27 15:00:57 +05:30
Abhinav Kumar 05c1af8ec0
Merge pull request #811 from ente-io/add-encrypted-collection-type
Add encrypted collection type
2022-12-25 10:29:07 +05:30
Abhinav Kumar 8b829fd840
Merge pull request #810 from ente-io/add-remote-ente-file-type
add encryptedEnteFile type
2022-12-25 10:28:42 +05:30
Abhinav Kumar 2447f91c39
Merge pull request #840 from ente-io/refactor-upload-types
Refactor upload types
2022-12-23 19:01:40 +05:30
Abhinav Kumar d543f9781f
Merge pull request #808 from ente-io/add-buffer-to-thumbbnail-greater-than-limit
don't report thumbnail upto size of 150KB
2022-12-23 19:01:06 +05:30
Abhinav 93f240c4dc create cryptoTypes 2022-12-23 17:13:04 +05:30
Abhinav 514af899b2 Merge branch 'add-encrypted-collection-type' into add-comlink-types 2022-12-23 17:03:40 +05:30
Abhinav 19c36861ae update handling of deleted or restored trash items 2022-12-23 16:52:49 +05:30
Abhinav 929cbc92d9 change back behavior to what it was 2022-12-23 16:39:34 +05:30
Abhinav 1355b8dc60 add comment 2022-12-23 16:24:09 +05:30
Abhinav d8b03e5b47 Merge branch 'add-remote-ente-file-type' into add-encrypted-collection-type 2022-12-23 16:20:26 +05:30
Abhinav c2063b64e4 add else block 2022-12-23 15:51:33 +05:30
Abhinav 74c1e212b4 remove empty import 2022-12-23 15:24:07 +05:30
Abhinav a1e62597f4 fix type 2022-12-23 15:18:58 +05:30
Abhinav 4b4367245a move magicMetadata types to its own type file 2022-12-23 14:52:31 +05:30
Abhinav 26ec588085 Merge branch 'refactor-file-attributes-type' into add-remote-ente-file-type 2022-12-23 14:46:51 +05:30
Abhinav 73417bdb7e split FileAttribute type into 3 separate sub types 2022-12-23 14:31:19 +05:30
Abhinav 4b9bbe76e7 update to use the new EncryptionResult type 2022-12-23 13:23:03 +05:30
Abhinav 7f1a718c0f created LocalFileAttributes type and used it in upload types 2022-12-23 13:06:34 +05:30
Abhinav 47ecb0567d Merge branch 'main' into add-encrypted-collection-type 2022-12-23 11:29:09 +05:30
Abhinav Kumar e76097261e
Merge pull request #836 from ente-io/fix-search-crash
fix unhandled expection on file search
2022-12-21 19:23:19 +05:30
Abhinav Kumar d68019a934
Merge pull request #839 from ente-io/fix-password-locked-public-collection-upload
fix password locked public collection upload
2022-12-21 19:20:41 +05:30
Abhinav 46763ca51b fix not found message flashes for a moment after user enter the password 2022-12-21 19:18:25 +05:30
Abhinav 8d943ac1e7 fix publicUploadProps not getting when passwordToken Changes 2022-12-21 18:54:38 +05:30
Abhinav 24db0e5d3c only keep button enabled if submit is loading 2022-12-21 17:02:57 +05:30
Abhinav ee81cbfd79 move passphrase and confirm check before otp 2022-12-21 17:01:05 +05:30
Abhinav 381eb0d8dc fix crash on file search 2022-12-21 10:14:01 +05:30
Abhinav d54df9d068 add Zip with Root file Test 2022-12-20 20:31:50 +05:30
Abhinav 2b9c4ac1ab add test for zip reading 2022-12-20 19:43:09 +05:30
Abhinav a6ad87722c add getFiletype completed log 2022-12-20 19:17:03 +05:30
Abhinav 1bc67538eb add less than expected chunk count check 2022-12-20 17:53:10 +05:30
Abhinav ad13751371 disable info dialog close with i button 2022-12-17 10:18:01 +05:30
Abhinav Kumar 9ebaefeb12
Merge pull request #831 from ente-io/fix-file-info-issues
Fix file info issues
2022-12-16 17:10:35 +05:30
Abhinav Kumar 619a69e747
Merge pull request #822 from ente-io/increase-caption-length
increase caption character limit to 5000
2022-12-16 17:10:24 +05:30
Abhinav 4c0e208def remove console logs 2022-12-16 17:02:11 +05:30
Abhinav 14d5597972 log extension when exif parsing fails 2022-12-16 16:59:46 +05:30
Abhinav 3dd9c5ea5a set exif as null if exif parsing fails 2022-12-16 16:58:38 +05:30
Abhinav 5cbba12850 dont check for exif in non image files 2022-12-16 16:57:02 +05:30
Abhinav e491234f48 use image icon for live-photo 2022-12-16 16:08:33 +05:30
Abhinav Kumar 744e14ada6
Merge pull request #828 from ente-io/remove-elp-extension-for-live-photo
remove the use of elp extension
2022-12-16 15:46:16 +05:30
Abhinav b715f96171 fix video filename icon 2022-12-16 15:30:20 +05:30
Abhinav Kumar 674ea6a598
Merge pull request #829 from ente-io/fix-memory-count
fix nan undefined shown on storage card
2022-12-16 15:20:07 +05:30
Abhinav bc513978b7 don't allow more than 100% usage 2022-12-16 15:13:10 +05:30
Abhinav 4a53834062 fix nan undefined shown on storage card 2022-12-16 15:05:43 +05:30
Abhinav e0b4cea3a2 fix getLivePhotoName 2022-12-16 14:57:40 +05:30
Abhinav 9016b8447a fix encryption failed pubMagicMetadata is undefined 2022-12-16 14:44:11 +05:30
Abhinav df94156f83 remove the use of elp extension 2022-12-16 14:34:08 +05:30
Abhinav e04f818b2e no need to setLoading false 2022-12-16 14:30:54 +05:30
Abhinav bc6ced1b14 fix dialog 2022-12-16 14:29:03 +05:30
Abhinav 3665d9d4a5 Merge branch 'main' into folder-plus-file-drop 2022-12-16 14:25:00 +05:30
Abhinav 0fb93f4464 update strings 2022-12-16 14:24:39 +05:30
Abhinav 2bdcdce9e3 remove strings 2022-12-16 14:10:16 +05:30
Abhinav 43c03dc85c reenable public collect manage option 2022-12-16 13:55:56 +05:30
Abhinav 19e10faad0 fix name input placeholder 2022-12-16 13:23:35 +05:30
Abhinav fb2a437a7f show count of files add during public upload 2022-12-16 13:12:00 +05:30
Abhinav 469af4ae4b Merge branch 'main' into move-uploaderName-to-magicMetadata 2022-12-16 12:33:46 +05:30
Abhinav a0e33d1721 change the base version for metadata files to 1 2022-12-16 12:15:31 +05:30
Abhinav 9f133fe372 fix build 2022-12-15 21:43:33 +05:30
Abhinav e93b87020a add root level file with folder not allowed dialog upload blocker 2022-12-15 21:39:19 +05:30
Abhinav 7d391b484d remove sort by newest option 2022-12-15 20:47:22 +05:30
Abhinav 6b18151d93 increase caption character limit to 5000 2022-12-15 20:42:56 +05:30
Abhinav Kumar 78f8e4d7c3
Merge pull request #815 from ente-io/remove-metadata-preprocessing
remove  metadata preprocessing
2022-12-15 18:11:23 +05:30
Abhinav 07e2b48a56 fix live-photo preview 2022-12-15 18:02:44 +05:30
Abhinav aa8c467ea7 moved uploaderName to pub magic metadata 2022-12-15 17:22:55 +05:30
Abhinav 3ae701775a fix public upload retry 2022-12-15 17:21:36 +05:30
Abhinav 3e0b5f5863 move video file extension to along with the livePhoto util 2022-12-14 16:32:39 +05:30
Vishnu Mohandas f9cb6a9ef7
Merge pull request #818 from ente-io/add-mp4-to-missing-file-type 2022-12-13 20:46:36 +05:30
Abhinav e2676fd76f add mp4 to FORMAT_MISSED_BY_FILE_TYPE_LIB 2022-12-13 18:30:23 +05:30
Abhinav 2409edd352 add mp4 to FORMAT_MISSED_BY_FILE_TYPE_LIB 2022-12-13 18:29:01 +05:30
Abhinav 11db04ce19 add type detection from extension logic 2022-12-13 17:47:55 +05:30
Abhinav 6930d36f5f Merge branch 'main' into remove-metadata-preprocessing 2022-12-13 17:16:54 +05:30
Abhinav cf45833614 don't need to extract video metadata just video hash is enough 2022-12-13 17:13:39 +05:30
Abhinav f94698191d use extension for type detection during live photo clustering 2022-12-13 17:05:59 +05:30
Abhinav 662f2942ba Merge branch 'main' into public-collect 2022-12-13 15:15:12 +05:30
Abhinav Kumar f12ad15d96
Merge pull request #817 from ente-io/fix-upload-cancel-upload
Fix upload cancel on collection-selector screen lead to bad state , and no new uploads were accepted
2022-12-13 13:44:34 +05:30
Abhinav 9a28367169 fix cancelling on choice dialog or collection selector screen and then retrying a new upload didn't work 2022-12-13 13:33:47 +05:30
Abhinav 2946887124 fix check 2022-12-13 13:23:02 +05:30
Abhinav 63d8a7b320 use upload worker for file hashing 2022-12-13 12:06:43 +05:30
Abhinav d2eae67f33 don't break on file hash generation fail 2022-12-13 11:51:58 +05:30
Abhinav 22adfb9539 add chunk count check during file hashing to prevent possible infinite loop 2022-12-13 09:40:33 +05:30
Abhinav b2b4202c13 fix issues 2022-12-13 07:59:35 +05:30
Abhinav 6aed8d3002 remove metadata preprocessing 2022-12-12 20:53:54 +05:30
Abhinav 964ee4b880 rearrange stuff 2022-12-12 17:52:44 +05:30
Abhinav 78e3ea5885 reorder condition 2022-12-12 17:50:53 +05:30
Abhinav 71875e7a7d throw error if token is missing 2022-12-12 17:41:51 +05:30
Abhinav 4a03ae80b6 dont need to export defaultPublicCollectionGalleryContext 2022-12-12 17:38:27 +05:30
Abhinav 75f31b8896 no need for token in gallery context 2022-12-12 17:35:44 +05:30
Abhinav bd7793efb4 refactor EnteLinkLogo component 2022-12-12 17:31:29 +05:30
Abhinav fb04da55f3 don't need zIndex 2022-12-12 17:15:57 +05:30
Abhinav fa18568074 pass publicCollectionGalleryContext directly as publicCollectProps 2022-12-12 17:15:27 +05:30
Abhinav 3fe80aa368 update logic of blocking directlyShowFiles on mobile 2022-12-12 17:07:54 +05:30
Abhinav 7694e20d59 Merge branch 'add-option-to-enable-collect' into public-collect 2022-12-12 16:03:25 +05:30
Abhinav b397d672e0 Merge branch 'main' into add-option-to-enable-collect 2022-12-12 16:02:46 +05:30
Abhinav 0ff61a6247 comment out public collect option until redesign 2022-12-12 15:50:49 +05:30
Abhinav 8a546bd63b update icon 2022-12-09 19:06:13 +05:30
Abhinav 081d264068 fix directly open file selector for mobile 2022-12-09 15:25:58 +05:30
Abhinav 474a7c2fe9 fix footerHeight 2022-12-09 13:54:48 +05:30
Abhinav 939f569c3f update isDevDeployment check 2022-12-09 13:36:56 +05:30
Abhinav ee481dfb0c fix api util 2022-12-09 13:04:33 +05:30
Abhinav 7f9bcbd204 fix build 2022-12-09 12:49:31 +05:30
Abhinav e7e47655b7 Merge branch 'main' into public-collect 2022-12-09 12:48:24 +05:30
Abhinav d3458091b8 fix env variable name 2022-12-09 12:41:26 +05:30
Abhinav 55a7be0642 use env override for endpoint if is dev deployment 2022-12-09 12:40:13 +05:30
Abhinav 7edcc15c41 add @types/bs58 and changed require to import
added albums url api util
2022-12-09 12:32:40 +05:30
Abhinav eb90cd69fa fix video skipping issues 2022-12-08 19:30:57 +05:30
Abhinav dfbd6a5086 add skipped videos section 2022-12-08 19:01:08 +05:30
Abhinav bf97d14eec reject videos during public upload 2022-12-08 18:51:06 +05:30
Abhinav e34f66da52 add isMobileOrTable check 2022-12-08 18:35:32 +05:30
Abhinav 78cb1c09a0 add disableShrink option 2022-12-08 18:18:40 +05:30
Abhinav 229317ea6a fix getPublicCollectionUploaderNameKey 2022-12-08 16:48:28 +05:30
Abhinav 6d79b85bc8 cache uploader name in local storage 2022-12-08 16:44:09 +05:30
Abhinav e39c80159e take input of userName before public upload 2022-12-08 16:18:47 +05:30
Abhinav d4c966cef6 add public upload uploader username input dialog 2022-12-07 20:52:39 +05:30
Abhinav 04b666895b add blockButtons option 2022-12-07 20:36:12 +05:30
Abhinav 5685fc3401 remove unnecessary export 2022-12-07 20:24:57 +05:30
Abhinav 6658784f40 remove unneeded interface 2022-12-07 20:24:39 +05:30
Abhinav a9ee7bddb7 show select photos title instead of upload files 2022-12-07 16:31:37 +05:30
Abhinav 1d93409038 fix footer padding and sizing 2022-12-07 16:24:03 +05:30
Abhinav e16955118d change footer text 2022-12-07 15:48:44 +05:30
Abhinav e74abfa556 update navbar logo 2022-12-07 15:48:31 +05:30
Manav 3c0e212478 Fix typo 2022-12-06 21:02:56 +05:30
Abhinav b2af1db2ac fix build 2022-12-05 00:48:41 +05:30
Abhinav 03281ff601 build fix 2022-12-05 00:34:02 +05:30
Abhinav 25359c8481 Merge branch 'add-encrypted-collection-type' into add-comlink-types 2022-12-04 23:50:59 +05:30
Abhinav 5928a93748 fix magicMetadata type 2022-12-04 23:49:49 +05:30
Abhinav c6c406bc09 Merge branch 'add-encrypted-collection-type' into add-comlink-types 2022-12-04 23:45:50 +05:30
Abhinav d9cedda4b4 add encryptedCollection type 2022-12-04 23:41:52 +05:30
Abhinav 04f713a34d fix build 2022-12-04 23:20:03 +05:30
Abhinav 46021dcb8e Merge branch 'add-remote-ente-file-type' into add-comlink-types 2022-12-04 23:17:55 +05:30
Abhinav 71bbd19438 updated services to use the new types 2022-12-04 23:13:10 +05:30
Abhinav f5f7bb948f add EncryptedEnteFile and EncryptedTrashItem type 2022-12-04 23:09:49 +05:30
Abhinav e216a29583 split FileAttribute type into 3 separate sub types 2022-12-04 22:56:57 +05:30
Abhinav 8e3d628167 reduce to 150KB 2022-12-04 21:14:36 +05:30
Abhinav 8040b1c5ae don't report thumbnail upto size of 200KB 2022-12-04 21:10:09 +05:30
Abhinav 80110aa8ae update comlinkWorker to directly receive worker 2022-12-04 20:11:06 +05:30
Abhinav 3af5c58698 Revert "update comlink worker constructor to receive URL instead of url string"
This reverts commit ff8edad5ea.
2022-12-04 20:01:36 +05:30
Abhinav b795668cd0 fix build 2022-12-04 19:56:27 +05:30
Abhinav fb32c6de5b Merge branch 'main' into add-comlink-types 2022-12-04 19:47:30 +05:30
Abhinav ff8edad5ea update comlink worker constructor to receive URL instead of url string 2022-12-04 19:45:16 +05:30
Abhinav 1a37620155 Logout the user in case of malformed keys 2022-12-01 08:57:21 +05:30
Abhinav 4ed9473e8e add support for public upload 2022-11-30 00:53:32 +05:30
Abhinav 43f5b05179 add file upload helper states and components 2022-11-29 23:59:39 +05:30
Abhinav 35e8cc4366 update Uploader component to support public link upload 2022-11-29 23:59:02 +05:30
Abhinav a22e486d4e fix add more photo not removed on public collect disable 2022-11-29 23:41:21 +05:30
Abhinav 7fb86bfda5 show add photos option for collect enabled albums 2022-11-29 23:33:01 +05:30
Abhinav c60fa7efef update copies 2022-11-29 22:48:55 +05:30
Abhinav 660fb4f9a4 add option to enable public collect 2022-11-29 22:44:07 +05:30
Abhinav 8d859d519c update default for downloadAccess to true 2022-11-29 22:40:27 +05:30
Abhinav 1650666186 refactor public-link manage 2022-11-29 22:31:06 +05:30
Abhinav 107749c7e7 fix close shortcut missing 2022-11-29 21:41:43 +05:30
Abhinav a25d82215f remove console logs 2022-11-29 21:00:27 +05:30
Abhinav 3468c93dd4 integrate mute update notification API 2022-11-29 20:36:52 +05:30
Abhinav 51b90b1b2b dont need typed blobs 2022-11-29 20:04:01 +05:30
Abhinav 9e4c2efb99 pass original file urls to photoviewer 2022-11-29 19:58:23 +05:30
Abhinav eed19808cc move isSourceLoaded check to checkExifAvailable 2022-11-29 18:45:04 +05:30
Abhinav 1b5a628552 update exif 2022-11-29 18:16:24 +05:30
Abhinav 322d6f6dad only show location key if location present 2022-11-29 18:11:59 +05:30
Abhinav 462d9685f3 fix shared album 2022-11-29 17:51:07 +05:30
Abhinav 70ec1bef5c show collections for dedupe files 2022-11-29 17:38:45 +05:30
Abhinav e7be5e679c don't show collections for trash files 2022-11-29 17:38:37 +05:30
Abhinav 572e680090 reset parsedExif on exif reset 2022-11-29 17:37:01 +05:30
Abhinav 8029548c8b set isSourceLoaded to only run exif on actualFile 2022-11-29 17:25:29 +05:30
Abhinav 70f7d69aa2 Merge branch 'main' into fix-view-exif-flicker-issue 2022-11-29 14:50:44 +05:30
Abhinav 9bd6c40b7a remove undefined check 2022-11-29 14:34:51 +05:30
Abhinav 70d02fa20c update fav utils 2022-11-29 14:33:20 +05:30
Abhinav 2c86c8ca5e change initial state value to undefined 2022-11-29 14:22:17 +05:30
Abhinav 702885fe1f reenable copy shortcut for browser having Clipboard Item API 2022-11-29 14:17:33 +05:30
Abhinav 06fd41eb0b prevent exif re-render if item doesn't chnage 2022-11-29 14:12:54 +05:30
Abhinav a2fa21383c prevent multiple exif request 2022-11-29 12:55:20 +05:30
Abhinav 37a37a1e6d fixed traversing over undefined 2022-11-28 20:05:24 +05:30
Abhinav bdbd07db1b remove constants fom time format 2022-11-28 14:38:23 +05:30
Abhinav Kumar ae8a88fc14
Merge pull request #755 from ente-io/mouse_trap
Attempt to enable shortcuts on photoView
2022-11-25 20:20:59 +05:30
Abhinav 2feb7ed866 Merge branch 'main' into mouse_trap 2022-11-25 19:58:09 +05:30
Abhinav 60d3ba8197 Merge branch 'main' into upload-testing 2022-11-25 19:55:01 +05:30
Abhinav 23651afc51 Merge branch 'main' into mouse_trap 2022-11-25 18:38:08 +05:30
Abhinav 3c0561aaa7 remove local Log 2022-11-25 18:36:05 +05:30
Abhinav 3916752912 add util to check if clipboard api present and then show copy option 2022-11-25 18:34:56 +05:30
Abhinav e386f19025 change exposure to fraction 2022-11-25 18:11:42 +05:30
Abhinav df4a0954dc fix exif copy 2022-11-25 17:59:21 +05:30
Abhinav c9cc9f7e3c add filename edit dialog 2022-11-25 17:57:58 +05:30
Abhinav f7afa2b42f add option to allow caption to input field 2022-11-25 17:47:45 +05:30
Abhinav fbb2cc2019 update caption field 2022-11-25 16:04:45 +05:30
Abhinav c055f2d12a don't show zero MP 2022-11-25 15:32:32 +05:30
Abhinav 48cd1b375a Merge branch 'main' into file-info-redesign 2022-11-25 15:22:19 +05:30
Abhinav Kumar ba06bf173c
Merge pull request #784 from ente-io/update-time-formating
Time formatting
2022-11-25 15:21:17 +05:30
Abhinav Kumar 532b8576a8
Merge pull request #785 from ente-io/fix-use-effects
fix use effects
2022-11-25 15:21:07 +05:30
Abhinav 6497671a32 trim whitespace between words 2022-11-25 14:33:44 +05:30
Abhinav 4a2661ee74 Merge branch 'fix-use-effects' into update-time-formating 2022-11-25 13:46:05 +05:30
Abhinav e7645dc090 update date time short format 2022-11-25 13:42:55 +05:30
Abhinav 6651a9c022 update format util 2022-11-25 13:22:20 +05:30
Abhinav bf3735b5fa updated photoList formatter 2022-11-25 13:21:48 +05:30
Abhinav 5ddfe48f2c Merge branch 'fix-use-effects' into file-info-redesign 2022-11-25 13:15:01 +05:30
Abhinav ad6c2d7fdb fix use effects 2022-11-25 13:10:41 +05:30
Abhinav a622ac2885 fix exif never loads for second file 2022-11-25 12:55:32 +05:30
Abhinav 63d7b3c21f revert testing code 2022-11-25 12:53:18 +05:30
Abhinav 2a1e693cb2 fix import 2022-11-25 12:48:47 +05:30
Abhinav c7c9eee0d1 fix minor issues 2022-11-25 12:40:47 +05:30
Abhinav 00063fbff3 Merge branch 'update-time-formating' into file-info-redesign 2022-11-25 12:38:45 +05:30
Abhinav aa41664534 update time formatting 2022-11-25 12:37:56 +05:30
Abhinav 8db94cfbbb update exif data component 2022-11-24 19:52:05 +05:30
Abhinav e1f65575fa update titlebar 2022-11-24 19:51:45 +05:30
Abhinav 7ea4a26e45 redesign fileinfo completed 2022-11-24 18:29:57 +05:30
Abhinav Kumar e88a2de45a
Merge pull request #782 from ente-io/fix-uncaught-expectio-destroy-not-a-function-react
fix uncaught useEffect expection
2022-11-24 14:35:37 +05:30
Abhinav ca4eb19825 Merge branch 'fix-uncaught-expectio-destroy-not-a-function-react' into file-info-redesign 2022-11-24 13:56:34 +05:30
Abhinav 0ddd47376d remove return from useEffects if the returned value is not a function i.e cleanup function 2022-11-24 13:49:44 +05:30
Abhinav 180df1dbdc temp 2022-11-24 13:31:38 +05:30
Abhinav 47aa7b06ef update creation time formatting 2022-11-24 13:03:23 +05:30
Abhinav 22b508cbb1 udpate fileInfo 2022-11-23 21:06:20 +05:30
Abhinav f35a2e27a8 update InfoItem 2022-11-23 21:05:50 +05:30
Abhinav b6283dfd0c update CopyButton to move CopyButtonWrapper to CodeBlock 2022-11-23 21:05:22 +05:30
Abhinav bad4442aa0 allow copy button customization 2022-11-23 21:04:50 +05:30
Abhinav a0ba449f55 update renderCreationTIme 2022-11-23 19:34:08 +05:30
Abhinav e73b3119af update titlebar 2022-11-23 19:33:39 +05:30
Abhinav a83db3aa3e show save or discard button during edit 2022-11-23 19:01:52 +05:30
Abhinav 05202f3422 update string 2022-11-23 19:01:17 +05:30
Abhinav 69bc45acb1 update info title 2022-11-23 18:33:45 +05:30
Abhinav 6bba526bb0 add titlebar component 2022-11-23 18:33:20 +05:30
Abhinav f18655e41b Merge branch 'fix-dev-server-crash' into file-info-redesign 2022-11-23 17:24:54 +05:30
Abhinav 34a9649e99 add close action 2022-11-23 17:21:38 +05:30