Lorexia
6f2aeb3f48
Bump SDK dependencies to rc.10 post merge
2023-10-03 16:11:52 +02:00
Lorexia
02b812d0a3
Add FAQ and integration page details
2023-10-03 16:00:54 +02:00
Gala
8d9d790685
updating dependencies
2023-10-03 15:22:30 +02:00
Lorexia
a2d1aa626a
Add FAQ page details and rework bundling structure
2023-10-02 19:10:45 +02:00
Lorexia
5e1b5dce61
Add bundling pages and details for ESbuild and Webpack
2023-10-02 17:29:21 +02:00
Lorexia
ee8d4ab9e7
push last updates
2023-10-02 16:30:16 +02:00
Lorexia
d5272057b8
add polyfills details to bundling page
2023-10-01 17:19:58 +02:00
Lorexia
593a6efbe7
update mixfetch, cosmoskit examples
2023-10-01 17:00:06 +02:00
Lorexia
784501f357
update query, execute, mixnet examples
2023-10-01 16:18:09 +02:00
Lorexia
07b75d48d5
update mixfetch example
2023-09-30 23:28:58 +02:00
Lorexia
786dcbd55f
update mixnet example
2023-09-30 22:52:41 +02:00
Lorexia
26efbc975e
update query and execute examples
2023-09-30 22:42:41 +02:00
Lorexia
7beaf57376
add type annotations to examples
2023-09-24 11:43:21 +02:00
Lorexia
8c00f7d26d
Add small fixes
2023-09-24 11:43:21 +02:00
Lorexia
d1bd782fb2
Fix chips css
2023-09-24 11:43:21 +02:00
Lorexia
9ca55bd046
Fix css issues
2023-09-24 11:43:21 +02:00
Lorexia
a4d6a8cef0
Fix buttons styling
2023-09-24 11:43:21 +02:00
Lorexia
98ec346d74
Detail Cosmoskit example and add more fixes
2023-09-24 11:43:21 +02:00
Lorexia
80a2c52ac6
Fix examples code
2023-09-24 11:43:00 +02:00
Jędrzej Stuczyński
5a0db2aea4
always using port 443 for tls gateway connection ( #3927 )
...
* always using port 443 for tls gateway connection
* bumping up rc version
* hack: additional hardcoded gateways
it disables topology refresh
* Add NPM packages to tool for bumping versions
* Bump RC versions of SDK packages
* Use manual gateway details
* Add progress to `publish.sh` script
* Add docs for WSS workaround
---------
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
2023-09-22 15:35:14 +01:00
Jędrzej Stuczyński
eccd6e16e2
Feature/mixfetch disconnect ( #3890 )
...
* js error message
* Ability to explicitly disconnect mixfetch
* removed unused import
* added disconnect method directly to sdk package
* simplifying error throw
Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com >
* added onunload event listener handler
* Using global instance of mixfetch to disconnect
Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com >
* Bump RC versions
* MixFetch, move unload handler to creation and check for undefined `window`
* Bump RC version
* Force TLS on mixFetch demo
* Add info about working around mixed content errors for mixFetch
---------
Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com >
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
2023-09-22 10:25:46 +01:00
Mark Sinclair
685f26792f
Typescript SDK Nextra Docs ( #3880 )
...
* Remove pnpm-lock.yaml
* Add initial documentation
* updating packages and disconnecting on mixFetch when unmount
* handle the mixFetch error
* remove the mixfetch disconexion
* using now rc5 version
* Update overview
* Update installation page
* wip startong
* Copy edits and improving some of the formatting and styling
* Improve naming
* Add CosmosKit example
* Linting
* Update next.js
* Remove lock file
* More CosmosKit docs
* wip
* cleaninig a bit
* quick fix for wallet error
* wip wallet ui
* wip wallet ui
* more wallet ui
* fixing key error
* wip
* Example code
* Add custom style for code blocks to limit their height and scroll
* Change bg on darkmode
* Add styling to darkmode
* Reorg CSS - tbc
* Move example code
* Ledger support in Cosmos Kit - wip
* Change default app to Typescript
* Remove static export
* Tidy up wallet UI
* Set theme colour by hue
* Force dark mode theme
* some wallet ui
* Style buttons sidebar
* Sidebar colors
* Links styling
* Style callouts
* Add styling to button, chips, progress motion component
* Style agenda
* adding loaders
* wallet loaders
* traffic styles
* Fix colours
* Add links to methods
* Add execute code block
* Add traffic codeblock
* Add mixfetch codeblock
* Add Cosmokit codeblock
* Update info on getting started
* fixing build
* Fix build error
* Fix theme
* Fix filenames on examples
* Add copy to CosmosKit example
---------
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
Co-authored-by: Gala <calero.vg@gmail.com >
Co-authored-by: Lorexia <alexia.lorenza.martinel@protonmail.com >
2023-09-18 19:46:32 +01:00
Jędrzej Stuczyński
4890c528bc
feat: mixFetch - the final countdown ( #3737 )
...
* mixFetch
* clippy
* removed redundant Arc over 'WasmStorage' in the 'ClientStorage'
---------
Co-authored-by: Fouad <fmtabbara@hotmail.co.uk >
2023-09-07 12:45:03 +01:00