Commit graph

2236 commits

Author SHA1 Message Date
abhinav-grd 57aa358865 hides archived from all section 2021-09-21 13:00:39 +05:30
abhinav-grd fe33c63c2f adds archive and unarchive icons 2021-09-21 12:25:52 +05:30
Abhinav-grd 0781e76c67
Merge pull request #153 from ente-io/update-selection-behaviour
Update selection behaviour
2021-09-21 12:13:08 +05:30
abhinav-grd be4e821190 clear selection if file of other collection selected 2021-09-20 17:26:29 +05:30
abhinav-grd 99d62756cc use activeCollection state for navigation between collections 2021-09-20 17:25:29 +05:30
Abhinav-grd 0cf8e5e2e1
Merge pull request #150 from ente-io/fix-looped-resize
fix looped resize
2021-09-20 11:41:25 +05:30
abhinav-grd 219c7aa8d7 hide just overflow-x 2021-09-20 09:18:55 +05:30
abhinav-grd 760c84aaad fix looped resize 2021-09-16 16:36:00 +05:30
Vishnu Mohandas ed42232568
Merge pull request #149 from ente-io/exif-bug
EXIF data can be null so don't deconstruct the function response without checks
2021-09-16 07:36:11 +05:30
abhinav-grd 4dec65a891 try to get exif only for image files 2021-09-16 07:27:11 +05:30
abhinav-grd e17eb7aca4 exif data can be null so dont destructure function response 2021-09-16 07:26:48 +05:30
Abhinav-grd a1b103d1a2
Merge pull request #148 from ente-io/pull_request_template
Create pull_request_template.md
2021-09-15 09:55:24 +05:30
Vishnu Mohandas ae109a0bd4
Create pull_request_template.md 2021-09-15 01:28:58 +05:30
Abhinav-grd 74471d9bfb
Merge pull request #143 from ente-io/update-exif-package
Update exif package
2021-09-13 12:05:36 +05:30
Abhinav-grd 269a926ac7
Merge pull request #147 from ente-io/folder-drop
Upload behavior
2021-09-13 11:14:15 +05:30
abhinav-grd 96d2d089b7 removes unneccessary exif Data null check 2021-09-13 11:02:19 +05:30
abhinav-grd 958d3bd72c fix banner message state type 2021-09-13 09:15:26 +05:30
abhinav-grd bce0adfe33 updates init state of analysis result 2021-09-13 09:10:33 +05:30
abhinav-grd 63c3eb5db3 updates choice modal to directly call uploadToNewCollection 2021-09-13 09:04:44 +05:30
Neeraj Gupta 4b66fa59b6
Merge pull request #144 from ente-io/fix-queue-processor
Fix queue processor
2021-09-13 08:53:31 +05:30
abhinav-grd 3c61fc1ab5 update behavior on folder drop 2021-09-13 08:45:53 +05:30
abhinav-grd e34a8e8b92 remove processQueue recursive call
as we are processing the queue in a loop left when making the change
2021-09-12 16:01:08 +05:30
abhinav-grd b3a9c8ee94 improves queueProcessor 2021-09-12 15:56:16 +05:30
abhinav-grd d68cebb7a1 if unix time less than zero ignore it 2021-09-12 12:41:15 +05:30
abhinav-grd c4938d04e3 updates code to fit with new getExif function 2021-09-12 12:17:17 +05:30
abhinav-grd 5cf48597df updates exif parsing to use new library features 2021-09-12 12:16:30 +05:30
abhinav-grd f9c46cdcb6 dont log exifdata 2021-09-10 22:12:15 +05:30
abhinav-grd 0cde9ea63c update prettyPrintExif 2021-09-10 22:09:18 +05:30
abhinav-grd a90f978c67 added pretty print exif util 2021-09-10 14:01:51 +05:30
abhinav-grd f4f685d2cf build fix 2021-09-10 13:30:31 +05:30
abhinav-grd 55b1746f3d cleanup 2021-09-10 13:16:50 +05:30
abhinav-grd a71a8e4d96 updates exifInfo usage of exifParser 2021-09-10 12:50:21 +05:30
abhinav-grd 5e6adb4634 updated getUNIXTime logic 2021-09-10 12:21:18 +05:30
abhinav-grd ea73bc43f8 use exifr package
exif-js fails for heic EXIF parsing
2021-09-10 12:18:34 +05:30
Abhinav-grd e411eeaa4e
Merge pull request #142 from ente-io/fav-ops
better error for favourite operations
2021-09-10 10:16:42 +05:30
abhinav-grd 8989cd4af1 remove console log 2021-09-10 10:15:30 +05:30
abhinav-grd c24a187df6 better error for favourite operations 2021-09-10 09:34:38 +05:30
abhinav-grd 37bb67ea21 remove deleted collection from local 2021-09-10 09:12:58 +05:30
abhinav-grd a1a73b0cbd show zero files for collection with no files 2021-09-09 15:18:45 +05:30
Abhinav-grd 779651ade9
Merge pull request #138 from ente-io/replace-heic-package
replaced heic2any  pacakge with heic-convert and use custom worker
2021-09-07 17:24:38 +05:30
Abhinav-grd a2b4bb1d3b added comment flor nextjs configs 2021-09-07 17:21:49 +05:30
Abhinav-grd c38de745c9 name worker as ente worker 2021-09-07 17:18:36 +05:30
Abhinav-grd dbe871c2eb remove heic2any package 2021-09-07 16:08:36 +05:30
Abhinav-grd 02d7cf3802 remove console and try catch 2021-09-07 14:55:41 +05:30
Abhinav-grd 07d44846be replaced heic2any pacakeg with heic-convert and use custom worker 2021-09-07 14:54:08 +05:30
Neeraj Gupta b2d0d719bc
Merge pull request #137 from ente-io/error-hasSetKey-undefined
throw error if hasSetKey undefined
2021-09-06 11:52:19 +05:30
Abhinav-grd 1d0adec48c throw error if hasSetKey undefined 2021-09-06 11:47:24 +05:30
Abhinav-grd 033476966e webpack config not requried for hot reload in next@11 2021-09-05 22:03:18 +05:30
Abhinav-grd 66e85d7a42 updated axios
https://github.com/axios/axios/pull/3980
2021-09-05 11:17:47 +05:30
Abhinav-grd 38b8db7a22
Merge pull request #116 from ente-io/dependabot/npm_and_yarn/next-11.1.0
Bump next from 10.2.3 to latest (11.1.2)
2021-09-05 11:12:39 +05:30