diff options
| author | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-08-19 14:37:57 -0400 |
|---|---|---|
| committer | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-08-19 14:37:57 -0400 |
| commit | 85626694045f3863f6df9351156808017753de9e (patch) | |
| tree | 96d1636ef0abf41e5814950b67318c2af9fde8b1 /src | |
| parent | 5b20224b59f4a6ebc02fbd0a68441bb241c68d63 (diff) | |
cleaned up comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/views/nodes/LoadingBox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/LoadingBox.tsx b/src/client/views/nodes/LoadingBox.tsx index ab8878fc1..90bf90095 100644 --- a/src/client/views/nodes/LoadingBox.tsx +++ b/src/client/views/nodes/LoadingBox.tsx @@ -24,6 +24,8 @@ import { Docs } from '../../documents/Documents'; * 3) detect network error and notify the user * 4 )if file upload gets interrupted, it still gets uploaded to the server if there are no network interruptions which leads to unused space. this could be * handled with (1) + * 5) Fixing the stacking view bug + * 6) Fixing the CSS * * @author naafiyan */ |
