Remote mount demo
This commit is contained in:
@@ -44,6 +44,14 @@ Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions vi
|
|||||||
## Issues/Suggestions
|
## Issues/Suggestions
|
||||||
Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open)
|
Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open)
|
||||||
|
|
||||||
|
## Remote Mount
|
||||||
|
Remote mount is available on Windows systems only. This feature allows sharing your mount with other Windows PC's.
|
||||||
|
### Enabling Remote Mount for Sharing
|
||||||
|
[Watch Demo](src/assets/images/Enable_Remote_Mount.gif)
|
||||||
|
### Connecting to a Remote Mount
|
||||||
|
[Watch Demo](src/assets/images/Connect_To_Remote.gif)
|
||||||
|
|
||||||
|
|
||||||
## The FAQ of One
|
## The FAQ of One
|
||||||
### My distro isn't listed... Why?
|
### My distro isn't listed... Why?
|
||||||
It may still function properly as long as it derives from one listed above. I do plan to test more, so this list should grow over time.
|
It may still function properly as long as it derives from one listed above. I do plan to test more, so this list should grow over time.
|
||||||
|
|||||||
BIN
src/assets/images/Connect_To_Remote.gif
Normal file
BIN
src/assets/images/Connect_To_Remote.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 856 KiB |
BIN
src/assets/images/Enable_Remote_Mount.gif
Normal file
BIN
src/assets/images/Enable_Remote_Mount.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 880 KiB |
@@ -3,7 +3,6 @@ import {Component} from 'react';
|
|||||||
import './AddRemoteMount.css';
|
import './AddRemoteMount.css';
|
||||||
import {connect} from 'react-redux';
|
import {connect} from 'react-redux';
|
||||||
import Button from '../../components/UI/Button/Button';
|
import Button from '../../components/UI/Button/Button';
|
||||||
import Modal from '../../components/UI/Modal/Modal';
|
|
||||||
import Box from '../../components/UI/Box/Box';
|
import Box from '../../components/UI/Box/Box';
|
||||||
import Text from '../../components/UI/Text/Text';
|
import Text from '../../components/UI/Text/Text';
|
||||||
import {notifyError} from '../../redux/actions/error_actions';
|
import {notifyError} from '../../redux/actions/error_actions';
|
||||||
|
|||||||
Reference in New Issue
Block a user