Cafe137
bc82e67561
fix: get current price from chain state ( #286 )
...
* fix: get current price from chain state
* refactor: do not allow optional currentPrice
2022-01-20 15:49:41 +01:00
Vojtech Simetka
2187b9001c
refactor: settings to use less useEffects (and therefore less re-renders) ( #277 )
2022-01-17 12:31:07 +01:00
Cafe137
25b65c3fb7
feat: add identity and feed management ( #272 )
...
* feat(wip): add basic feed operations
* ci: bump checks
* ci: bump checks
* feat: rework stamps and add feed functionalities
* refactor: polish and fixes
* feat(wip): add formulas
* feat: show bzz.link for websites
* feat: add stamp empty states and formatBzz
* feat: add feed download
* chore: update manifest-js version
* feat: dev mode support with bee-js 3.1.0 (#273 )
* feat: dev mode support with bee-js 3.1.0
* fix: added missing package-lock.json file
* build: remove PR preview
* style: work on design
* feat: add TroubleshootConnectionCard
* build: remove depcheck
Co-authored-by: Attila Gazso <agazso@gmail.com >
2021-12-21 10:58:54 +01:00
nugaon
2a13da1a6c
feat: modularisation ( #244 )
...
* chore: gitignore for lib directory
* build: packageing for webpack lib build
* build: webpack config
* feat: expose App component with beeApiUrl parameter
* build: tsconfig for library build
* build: main property of package json for tsc build
* refactor: rename beeUrl option to beeApiUrl
* refactor: manange config class instead of process.env calls
* build: babelrc config
* build: babel plugins and presets for webpack build
* chore: serve.js chmod
* build(refactor): webpack build
* refactor: number notation
* chore: webpack and package config change
* build: add babel preset-env
* chore: prepare script also builds component lib
* feat: typegen
* revert: set back prepare command
* build: assets loader config
* feat: beeDebugApiUrl
* refactor: move test files to the test folder because of typegen
* feat: locked api settings
* chore: depcheck ignores
* chore: types check script
* ci: check types
* ci: publish with library
* chore: add webpack as devDep
* chore: locked semver
* chore: remove debug logging
* style: webpack config
* chore: react and react-dom as dependency
* chore: package-lock
* fix: clean package-lock init
* refactor: fix versions in package.json
2021-12-09 11:12:45 +01:00
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