Vojtech Simetka
28bbdfb2f6
style: sidebar styling ( #194 )
...
* style: sidebar styling
* style: hover and selected colors
* chore: split the sidebar items into separate component
* style: pretty much finished except for status button
* feat: sidebar status button as a separate component
* chore: spacing definition
* style: size of the status text
* fix: hiden navigation on small height screens
2021-08-31 11:27:38 +02:00
Cafe137
630791cd75
docs: add intended version section ( #195 )
2021-08-30 17:43:49 +02:00
Vojtech Simetka
f316a5caf4
chore(deps): fix dependencies version ( #192 )
...
* chore(deps): fix dependencies version
* chore: use styles through core
2021-08-30 11:17:46 +02:00
Vojtech Simetka
929f44f206
refactor: routes as constants ( #191 )
2021-08-26 12:57:44 +02:00
Vojtech Simetka
d1720e243c
feat: removed dark theme and theme switching ( #190 )
2021-08-26 09:40:13 +02:00
Vojtech Simetka
3ce83d987d
refactor: move the router and layout directly to app.tsx ( #188 )
2021-08-26 07:25:04 +02:00
Vojtech Simetka
02a7bff733
feat: separate info and status page ( #183 )
...
* feat: separate info and status page
* chore: remove the detection of step to expand
2021-08-25 17:41:17 +02:00
Vojtech Simetka
766fe96d1c
ci: enable code lint check ( #186 )
...
* ci: enable code lint check
* chore(deps): update and fix eslint & prettier versions
2021-08-25 16:14:09 +02:00
bee-worker
1f8f890ff7
chore: release 0.6.0 ( #167 )
2021-08-24 18:58:13 +02:00
Vojtech Simetka
f9ea9948f0
chore: update to latest bee version ( #182 )
2021-08-24 13:42:19 +02:00
Vojtech Simetka
2b120e44ca
fix: remove nested ternary operator and simplify ping peer functionality ( #181 )
...
* fix: remove nested ternary operator and simplify ping peer functionality
* chore: arrow function in the setPeerLatency
2021-08-23 19:27:55 +02:00
Vojtech Simetka
0df15d6109
chore: renamed WDModal to WithdrawDepositModal ( #178 )
...
* chore: renamed WDModal to WithdrawDepositModal
* chore: change the name of inports to WithdrawDepositModal as well
2021-08-23 16:02:24 +02:00
Vojtech Simetka
56df3a2561
feat: remove the last update component ( #179 )
2021-08-23 16:00:22 +02:00
Vojtech Simetka
7f2ff39ec9
chore: removed unnecessary and unused vars ( #177 )
2021-08-23 15:57:54 +02:00
Vojtech Simetka
739fc45500
chore: remove refresh button on node setup ( #174 )
2021-08-23 15:55:22 +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
Cafe137
480f6dc7f9
feat: add tooltips and health indicator to peers ( #169 )
...
* feat: add value thresholds and explanations to topology stats
* feat: extract title and row, refactor threshold, add tooltip, add overall health
* refactor: clean up code
* refactor: reword Node to Bee node
2021-08-16 11:12:42 +02:00
Cafe137
a62243fe5c
feat: add retry to accounting ( #166 )
...
* feat: add retry to accounting
* fix: fix off by one bug in retry logic
* docs: add jsdocs to new utility functions
* style: rename DepositModal to CheckoutModal
2021-08-12 14:40:33 +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
Adam Uhlíř
f90778d338
docs: update maintainers ( #164 )
2021-08-11 08:17:46 +02:00
bee-worker
650d100dd2
chore: release 0.5.0 ( #163 )
2021-08-10 22:07:38 +02:00
Vojtech Simetka
960ffb8fdd
feat: updated troubleshooting instructions and links for mainnet ( #161 )
2021-08-09 14:23:26 +02:00
significance
be8b88516b
fix: amend readme ( #155 )
2021-07-05 11:31:38 +02:00
bee-worker
43b3a45d90
chore: release 0.4.0 ( #151 )
2021-06-29 11:46:19 +02:00
Cafe137
20ed3cb387
build: update bee-js to 1.0.0 ( #153 )
2021-06-29 11:41:30 +02:00
Cafe137
b190cac706
fix: clear dropzone state after upload ( #150 )
...
* fix: clear dropzone state after upload
* fix: avoid state update on unmounted component
2021-06-20 11:39:34 +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
Cafe137
af88027ba9
refactor: call toString on numerical values to be bee-js compatible ( #148 )
...
* refactor: call toString on numerical values to be bee-js compatible
* feat: add upload size check
2021-06-18 12:37:09 +02:00
bee-worker
5748c9b609
chore: release 0.3.1 ( #141 )
2021-06-03 13:22:57 +02:00
Vojtech Simetka
5ace7629f2
fix: don't display version alert when unable to retrieve version from bee node ( #138 )
2021-06-03 13:19:16 +02:00
Vojtech Simetka
465df17741
fix: typeerror in the postage stamps form ( #137 )
2021-06-03 13:18:58 +02:00
bee-worker
3bcf2ac688
chore: release 0.3.0 ( #113 )
2021-06-02 16:08:11 +02:00
Vojtech Simetka
a2bff60270
refactor: removed unused useGetPostageStamps hook ( #132 )
2021-06-02 16:00:18 +02:00
Vojtech Simetka
353db10080
feat: added tolerance to version check and warning if not exact to what we tested ( #133 )
...
* feat: added tolerance to version check and warning if not exact to what we expect
* chore: update to bee-js 0.10.0
* chore: updated interfaces that changed in bee-js 0.10.0
2021-06-02 15:59:57 +02:00
Vojtech Simetka
bec84051a9
feat: unified notification with notistack ( #127 )
...
* feat: unified existing notification with notistack
* chore: replaced with useSnackbar, added missing notifications
* chore: removed FIXME as per PR review
2021-06-02 13:36:39 +02:00
Vojtech Simetka
92c727e5f5
feat: upload files with postage stamps ( #126 )
...
* 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
* feat: upload files with postage stamps
* style: tabs styles are defined in theme now, addressed other PR comments
* style: removed unused styles
* fix: enable encrypted hashes to download
Co-authored-by: bee-worker <70210089+bee-worker@users.noreply.github.com >
2021-06-02 13:25:49 +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
Vojtech Simetka
9fee1aa68a
fix: troubleshooting on a mac and clearer CORS setup guide ( #131 )
...
* fix: service status check on macOS
* fix: config file location on mac and making the CORS setup clearer
* fix: error in the README cors instructions
2021-06-02 12:13:17 +02:00
Vojtech Simetka
08fdac9366
docs: updated readme with discord link and clearer setup steps ( #129 )
...
* docs: updated readme with discord link and clearer setup steps
* chore: typo in README.md
Co-authored-by: Attila Gazso <agazso@gmail.com >
Co-authored-by: Attila Gazso <agazso@gmail.com >
2021-06-02 11:55:09 +02:00
Matt Mertens
ba9b498488
fix: replace http-serve with serve-handler ( #122 )
...
* fix: replace http-serve with serve package
Replaces the http-serve package to properly handle the single page routing
* feat: add cache invalidation
* fix: add serve command in bin
* fix: remove serve package dependency
* chore: applied PR review suggestions
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz > (+1 squashed commit)
Squashed commits:
[d73baf4] Update serve.js
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz >
Co-authored-by: Vojtech Simetka <vojtech@simetka.cz >
2021-05-31 09:57:44 +02:00
Matt Mertens
07f987e069
fix: add git attributes ( #123 )
2021-05-29 01:30:54 +02:00
Matt Mertens
a603a86c1a
fix: add prod env variables ( #121 )
2021-05-28 17:43:02 +02:00
Mirko Da Corte
aab0462047
feat: added Dockerfile ( #75 )
...
* feat: added Dockerfile (#72 )
* fix: applying requested fixes on Dockerfile
* fix: updated exposed port on Dockerfile
chore: updated readme with docker instructions
* Update README.md
Co-authored-by: nugaon <50576770+nugaon@users.noreply.github.com >
* fix: fixed codeblock in readme
Co-authored-by: nugaon <50576770+nugaon@users.noreply.github.com >
2021-05-25 16:43:26 +02:00
bee-worker
ce949d380c
chore: release 0.2.0 ( #105 )
2021-05-20 18:55:36 +02:00
Vojtech Simetka
7f5fbd3fb6
feat: update to bee 0.6.0 and bee-js 0.9.0 ( #99 )
...
* chore: update the interfaces to latest bee-js
* chore: update to latest bee-js
* chore: removed upload page, updated to latest bee-js
* chore: typo in src/pages/files/index.tsx
Co-authored-by: Attila Gazso <agazso@gmail.com >
* chore: update to bee-js 0.9.0
Co-authored-by: Attila Gazso <agazso@gmail.com >
2021-05-20 18:45:35 +02:00
Attila Gazso
edd4a2fc11
fix: serve npm command path specification ( #101 )
...
When running the [33mExit 127[0m command the path is
not changed and it uses the default value ().
Fixes #98
2021-05-20 18:36:20 +02:00
bee-worker
975748b7be
chore: release 0.1.0 ( #34 )
2021-04-29 15:39:00 +02:00
Vojtech Simetka
8a635d2df3
ci: release to npmjs ( #90 )
2021-04-29 13:46:53 +02:00