Bálint Ujvári
519c411db0
feat: sync and update with all changes from fork ( #720 )
...
* feat: sync and update with all changes from fork
* refactor: extract clipboard copy logic into custom hook
* fix: correct spelling of DEFAULT_REFRESH_FREQUENCY_MS in Stamps and WalletBalance providers
* refactor(ui-tests): replace fixed sleeps with condition-based waits
* fix: handle null values for size and granteeCount in infoGroups
* fix(lint): add newline at end of file in useClipboardCopy hook
* fix(ui-tests): page.goto URL
* refactor: update import paths for useClipboardCopy
---------
Co-authored-by: Ferenc Sárai <sarai.ferenc@gmail.com >
2026-03-02 11:34:39 +01:00
Vojtech Simetka
b6f138b423
feat: allow for the port to be configured ( #370 )
...
* feat: allow for the port to be configured
* feat: default to port 8080 if there is no other port provided
2022-05-19 11:37:54 +02: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
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
Adam Uhlíř
0fb73f85b4
feat: npm release support ( #88 )
2021-04-29 13:43:07 +02:00