Commit graph

5594 commits

Author SHA1 Message Date
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 2edeeb0371 Merge branch 'disable-eslint-warning' into file-info-redesign 2022-11-24 14:18:22 +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
Abhinav 0e00fa141a remove eslintignore 2022-11-23 16:28:10 +05:30
Abhinav 924234fa26 get next-transpile-modules patch for next-13 2022-11-22 20:00:09 +05:30
Abhinav e266814e67 remove esmExternal config 2022-11-22 19:57:50 +05:30
Abhinav 352b949386 update tsconfig to include js file and exclude .next , out and thirdparty folders 2022-11-22 19:57:31 +05:30
Abhinav ce97bd2d33 update to next 13 2022-11-22 19:54:13 +05:30
Abhinav be62c836d9 add esmExternals:false to prevent out of memory crashes 2022-11-22 17:53:35 +05:30
Abhinav c76a3ee8f6 disable eslint warning causing too much noise...will enable them after the fixes are done 2022-11-22 11:58:33 +05:30
Abhinav Kumar a82966b342
Merge pull request #776 from ente-io/export_caption
Export caption in the sidecar file
2022-11-21 14:06:32 +05:30
Abhinav Kumar d16078e3e4
Merge pull request #774 from ente-io/handling-negative-dateTime-value
improve invalid date string handling
2022-11-21 14:02:56 +05:30
Abhinav 692483510f ignore data time string "0000:00:00 00:00:00" 2022-11-21 13:58:52 +05:30
Neeraj Gupta 130b3ef4f5
skip exporting caption when undefined 2022-11-21 13:05:18 +05:30
Abhinav Kumar ee1bd0e6cc
Merge pull request #750 from ente-io/migrate-eslint
Migrate eslint
2022-11-20 23:12:00 +05:30
Abhinav 5d350b5020 parser property not required 2022-11-20 19:13:52 +05:30
Abhinav 21f175abf4 fix lint staged for next lint 2022-11-20 18:55:59 +05:30
Abhinav b41230ce3c one more rule silenced 2022-11-20 18:30:14 +05:30
Abhinav 0a7c7663e0 update include files tsconfig 2022-11-20 18:28:44 +05:30
Abhinav fd36ccd406 update typescript-eslint packages 2022-11-20 18:27:53 +05:30
Abhinav 4d8c5a41af change all erroring out eslint lint to warn to handle later 2022-11-20 17:42:54 +05:30
Abhinav ad2798ee91 Merge branch 'main' into migrate-eslint 2022-11-20 16:52:50 +05:30
Abhinav Kumar 263c430979
Merge pull request #777 from ente-io/remove-workbox
remove service worker
2022-11-20 15:39:10 +05:30
Abhinav 1167e818bf mute more errors 2022-11-19 18:56:24 +05:30
Abhinav 89ddab3c24 convert error to wan temporily 2022-11-19 17:07:12 +05:30
Abhinav e43a4fa17b ignore worker files till they are converted 2022-11-19 17:00:27 +05:30
Abhinav 2d35ddf516 added typescript and next/core-web-vitals config 2022-11-19 17:00:03 +05:30
Abhinav fb3bddb695 update eslint config packages 2022-11-19 16:59:23 +05:30
Abhinav 2919e39078 remove workbox dependencies and code 2022-11-19 15:44:09 +05:30
Neeraj Gupta 14b8fe8288
Export caption in the sidecar file 2022-11-19 12:17:49 +05:30
Abhinav a0070e6281 start changing info to sidebar 2022-11-18 19:13:20 +05:30
Abhinav Kumar 1b45b8447b
Merge pull request #773 from ente-io/fix-uncaught-expection-missing-user-id
fix-uncaught-expection-missing-user id
2022-11-17 15:18:55 +05:30
Abhinav 41402c6d24 wrap top level await in function 2022-11-17 14:44:10 +05:30