Cafe137
3ef1ad9574
feat: add website and folder upload and download ( #260 )
...
* feat: add website and folder upload and download
* feat: download-share-upload navigation
* fix: check for files length in hasIndexDocument
* fix: change router dependency
* refactor: switch to @ethersphere/manfest-js
* fix: hide previews on dropzone, fix spinner align, hide 0 size display
* feat: add upload and download history
* refactor: change drag and drop text
* feat: make history ux better
* refactor: improve code based on review
* build: add missing react-router dependency
* ci: remove beeload
* revert(ci): remove beeload
This reverts commit 4ce6cb0045a2d9aea3047ab395d214d8d368c532.
2021-12-07 16:06:21 +01:00
Cafe137
3bb00771d6
feat: move postage stamp operations to bee debug api ( #256 )
2021-11-24 15:35:37 +01:00
Cafe137
844383bea7
feat: enable setting devMode from queryParams ( #254 )
...
* feat: enable setting devMode from queryParams
* docs: update dev mode docs
* docs: move dev mode comment
* docs: move dev mode comment
2021-11-23 13:39:47 +01:00
Cafe137
49350b0570
feat: add dev mode flag ( #246 )
...
* feat: add dev mode flag
* docs: add REACT_APP_DEV_MODE fixme comment
* feat: also ignore chequebook status in dev mode
* fix: print undefined overlay as empty string (#248 )
* docs: add dev mode to readme
* docs: revert autoformat
Co-authored-by: Attila Gazso <agazso@gmail.com >
2021-11-19 14:31:36 +01:00
Vojtech Simetka
7883d053ed
ci: enable depcheck and fix dependency and linter issues ( #233 )
...
* ci: enable depcheck and fix dependency and linter issues
* chore: lock dependency versions
* chore: update dependencies to latest working ones
* chore: fix deprecation createMuiTheme
* chore: revert notistack to v1
2021-11-08 13:33:12 +01:00
Vojtech Simetka
7f2ff39ec9
chore: removed unnecessary and unused vars ( #177 )
2021-08-23 15:57:54 +02:00
Vojtech Simetka
d6d03bf7c6
feat: changing API urls does not need the app refresh ( #173 )
...
* feat: changing API urls does not need the app refresh
* fix: propagate beeDebugApi and beeApi change to the refresh interval
* fix: any failed request on the Bee provider does not stop the execution of other requests
* fix: error handling for incorrect bee and bee debug urls
* fix: change debug API in the settings tab
2021-08-20 15:14:14 +02:00
Vojtech Simetka
2624cf04c9
feat: bee provider caching the state of the app and refreshing periodically ( #172 )
...
* feat: bee provider caching the state of the app and refreshing periodically
* chore: added error handling
2021-08-18 11:10:12 +02:00
Vojtech Simetka
dcec6e0188
fix: enum index for supported platforms ( #170 )
2021-08-16 11:14:34 +02:00
Vojtech Simetka
ec42eafc2b
feat: synchronized platform tabs ( #165 )
...
* feat: synchronized platform tabs
* chore: rename enums to pascal case
* chore: fixed typo
2021-08-11 19:46:09 +02:00
Cafe137
6f645dc6c3
feat: display postage batch usage percentage ( #149 )
...
* feat: display postage batch usage percentage
* refactor: use string template instead of concat
2021-06-19 19:04:11 +02:00
Vojtech Simetka
4074a9de5d
feat: postage stamps support ( #115 )
...
* chore: release 0.3.0
* feat: added postage stamp table to list all stamps
* feat: postage stamp modal to purchase stamps
* feat: postage stamps provider
* chore: added formik
* chore: proper form state handling
* chore: revert accidental release inclusion
* chore: polishing identified when developing the upload functionality
Co-authored-by: bee-worker <70210089+bee-worker@users.noreply.github.com >
2021-06-02 13:13:27 +02:00