Commit graph

7224 commits

Author SHA1 Message Date
Abhinav 29e628f692 remove root import from mui/icons-material 2023-03-29 13:40:24 +05:30
Abhinav Kumar 6de23f25a0
Dialog redesign (#996) 2023-03-29 13:02:43 +05:30
Crowdin Bot 812ff6b3ba New Crowdin translations by GitHub Action 2023-03-29 06:59:12 +00:00
Abhinav Kumar 49fb33513c
Share screen (#991) 2023-03-29 12:28:21 +05:30
Abhinav bc0a22c517 improve error handling and loading state 2023-03-29 12:16:16 +05:30
Abhinav 6eb001f191 add proper inset to menu item divider 2023-03-29 11:45:27 +05:30
Ananddubey01 fa4564a7eb customized menuItem Divider 2023-03-29 08:22:57 +05:30
Ananddubey01 df55b2a420 Refactored public share manager 2023-03-29 07:34:14 +05:30
Abhinav f2097bd343 change exportStage to in progress on export modal load 2023-03-28 22:15:29 +05:30
Abhinav 0de851395b if exportRecord not present set state to init 2023-03-28 21:27:13 +05:30
Abhinav 40baf9c412 refactor code 2023-03-28 21:27:13 +05:30
Abhinav Kumar cf387b46d7
New Translations (#986) 2023-03-28 20:59:31 +05:30
Crowdin Bot 25fd85f35c New Crowdin translations by GitHub Action 2023-03-28 13:22:31 +00:00
Abhinav Kumar 74ea904bfe
Export redesign (#993) 2023-03-28 18:51:47 +05:30
Abhinav Kumar 455bce552a
Fix continous export bug (#995) 2023-03-28 18:44:23 +05:30
Abhinav 8811567a16 fix progress counter increasing of failed files 2023-03-28 18:39:15 +05:30
Abhinav 6c118c7c89 refactor 2023-03-28 18:33:07 +05:30
Abhinav 5c1fda970d fix export starting from last paused state 2023-03-28 18:26:34 +05:30
Abhinav 4bffe92fa9 refactor 2023-03-28 18:23:55 +05:30
Abhinav e13e814866 add export starting state 2023-03-28 18:02:58 +05:30
Abhinav bbc7e003e7 Merge branch 'export-redesign' into fix-continuous-export 2023-03-28 17:59:37 +05:30
Abhinav 063b5cacb8 remove failedFiles export record prop 2023-03-28 17:43:27 +05:30
Abhinav cecd25bd0f created FileExportStats interface to club totalFiles and pendingFiles together 2023-03-28 17:37:22 +05:30
Abhinav 0aee16e132 return null instead of error or empty file when export record not present 2023-03-28 16:45:23 +05:30
Abhinav 6ff734d605 fix continuous export run with no export folder causing export to go to finished state 2023-03-28 16:44:44 +05:30
Abhinav 2403cbfc80 return after scheduling rerun 2023-03-28 14:03:49 +05:30
Abhinav 8502bb61c0 fix new update getting missed when export already in progress 2023-03-28 13:55:29 +05:30
Abhinav e265e9b26d refactor component 2023-03-28 12:24:31 +05:30
Abhinav 48a1ca38a0 remove only sync if FINISHED state check 2023-03-28 11:37:29 +05:30
Abhinav 40314d923b rename 2023-03-28 11:10:58 +05:30
Abhinav b03907deca added dialogBoxV2 use support 2023-03-28 01:45:25 +05:30
Abhinav d151ee75ba added dialogBoxV2 2023-03-28 01:43:14 +05:30
Abhinav 026b36fd40 update button padding 2023-03-28 01:42:36 +05:30
Abhinav bff5fe283a update filenames 2023-03-28 00:20:56 +05:30
Abhinav 19a2f455fe syncFileCounts logic and calls 2023-03-27 21:56:36 +05:30
Abhinav 5adf4bbb5b fix continuous export run incorrect pending file count 2023-03-27 21:26:27 +05:30
Abhinav 3404713501 revert unrelated changes 2023-03-27 17:56:29 +05:30
Abhinav 2eb50d0c8d remove unnecessary space 2023-03-27 17:56:25 +05:30
Abhinav e42ff6be58 fix flicker when sync continuously updated 2023-03-27 15:42:16 +05:30
Abhinav 70cf33f15c remove unneeded prop 2023-03-27 15:33:14 +05:30
Abhinav d1f37f955e update line heights for pending items and last export time 2023-03-27 15:30:07 +05:30
Abhinav ef0d6558bc rename stuff and update logs 2023-03-27 15:26:56 +05:30
Abhinav 356d16da1c set exportProgress total to pendingCount at start 2023-03-27 15:26:14 +05:30
Abhinav 832e037877 increasing spacing between Pending item and export time 2023-03-27 15:09:28 +05:30
Abhinav 547b38dfcb refactor export service 2023-03-27 15:02:10 +05:30
Abhinav 26925d2e69 add and move around utils 2023-03-27 14:59:28 +05:30
Ananddubey01 aecc1dd202 refactored switch in menuitems 2023-03-27 14:20:53 +05:30
Abhinav 9d01580396 removed ExportStats and used new export service function syncUpdatedFileCounts 2023-03-27 13:54:37 +05:30
Ananddubey01 1ff1ee2014 created EnteMenuItemDivider for MenuItems 2023-03-27 13:38:46 +05:30
Abhinav 89b1b734c9 add setupLocalFileUpdateListener function and refactored code to handle continuous export with the same handler as ui file count update 2023-03-27 13:02:41 +05:30