Fix: file-manager and swarm-desktop bugs (#714)
- drive capacity display with stamp polling - download/upload progress handling - overlay and tooltip issues - FileMaganger readme - ultra-light mode handling - account feed view page - download media files - remove not found syncing link - fix ultra light node wallet page - tooltip issues --------- Co-authored-by: Andrei Mitrea <andrei.mitrea.hq@gmail.com> Co-authored-by: nidishk <nidishkrishnan45@gmail.com> Co-authored-by: Ferenc Sárai <sarai.ferenc@gmail.com> Co-authored-by: Nándor Komlódi <nandor.komlodi@gmail.com> Co-authored-by: rolandlor <33499567+rolandlor@users.noreply.github.com>
This commit is contained in:
@@ -18,9 +18,9 @@ Stay up to date by joining the [official Discord](https://discord.gg/GU22h2utj6)
|
||||
|
||||

|
||||
|
||||
| Node Setup | Upload Files | Download Content | Accounting | Settings |
|
||||
| ------------------------------------ | -------------------------------------- | ------------------------------------------ | ----------------------------------------- | ------------------------------------- |
|
||||
|  |  |  |  |  |
|
||||
| Node Setup | Upload Files | Download Content | Accounting | Settings | File Manager |
|
||||
| ------------------------------------ | -------------------------------------- | ------------------------------------------ | ----------------------------------------- | ------------------------------------- | ---------------------------------- |
|
||||
|  |  |  |  |  |  |
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@@ -30,6 +30,7 @@ Stay up to date by joining the [official Discord](https://discord.gg/GU22h2utj6)
|
||||
- [Docker](#docker)
|
||||
- [Contribute](#contribute)
|
||||
- [Development](#development)
|
||||
- [File Manager](#file-manager)
|
||||
- [Maintainers](#maintainers)
|
||||
- [License](#license)
|
||||
|
||||
@@ -107,6 +108,9 @@ files. We support following variables:
|
||||
- `REACT_APP_DEFAULT_RPC_URL` (`string`) defines the default RPC provider URL. Be aware, that his only configures the
|
||||
default value. The user can override this in Settings, which is then persisted in local store and has priority over
|
||||
the value set in this env. variable. By default `https://xdai.fairdatasociety.org` is used.
|
||||
- `REACT_APP_FORMBRICKS_ENV_ID` and `REACT_APP_FORMBRICKS_APP_URL` (`string`) configures the
|
||||
[Formbricks](https://formbricks.com/) integration for user feedback collection. If these variables are not set, the
|
||||
feedback form is not available in the app.
|
||||
|
||||
#### Swarm Desktop development
|
||||
|
||||
@@ -121,6 +125,19 @@ npm start
|
||||
npm run desktop # This will inject the API key to the Dashboard
|
||||
```
|
||||
|
||||
## File Manager
|
||||
|
||||
The File Manager module provides intuitive decentralized file storage and management.
|
||||
|
||||
For comprehensive documentation, see the [File Manager Documentation](./docs/FILE_MANAGER.md).
|
||||
|
||||
### Features
|
||||
|
||||
- Create and manage multiple drives with configurable capacity and lifetime
|
||||
- Upload, download, and organize files with version control
|
||||
- Manage postage stamps required for file uploads
|
||||
- Configure erasure coding levels for data redundancy
|
||||
|
||||
## Contribute
|
||||
|
||||
There are some ways you can make this module better:
|
||||
|
||||
Reference in New Issue
Block a user