Moritz Kirstein
d688b81a80
Feature: SVG Generator ( #1032 )
...
* use smaller SVG for publishing test, siwtch to Buffer encoding/decoding
* shorter NFT name & symbol
* fix: fix small test svg
* feat: first draft random wave svg generation
* refactor: utilize join to remove unecessary ',' separator
* feature: add gas cost estimation for nft artwork
* refacotr: allow fillColor as array and adjust opacity
* refactor: adjust random wave generation
* refactor: change nft help text
* refactor: trying tooltip for nft image info
* feat: add custom algorithm to generate svg waves
* fix: use text colors for nft form field svgs
* refactor: code cleanup nft utils
* refactor: improve readability
* refactor: improve comment
* refactor: (re)move comments, cleanup
* refactor: remove console log
* refactor: adjust default svg wave values & remove logging
* refactor: tweak default SvgWave prop values
* fix: svg preview with disconnected wallet
* feat: show artwork gas fee estimation in user preferred currency
* refactor: extract gas fee estimation logic to new component
* cleanup: remove oceanWaves, remove d3
* icon visual weight tweak
Co-authored-by: Luca Milanese <luca.milanese90@gmail.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-02-14 12:16:29 +00:00
1726fe1d0d
isolate apollo stuff into npm script, more generic folder name output
2022-01-13 23:50:47 +00:00
235d8333eb
pricing defaults changes, fixes
2021-10-29 11:29:56 +01:00
3729c63581
migrate to Next.js ( #935 )
...
* migrate to Next.js
* migrate scripts
* generate markdown pages
* make all the markdown work
* fix profile, fix image loading
* git+ssh → git+https, again
* bump packages
* maybe windows build fix
* add public to gitignore
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* Next.js v12! Webpack 5! No build hacks anymore
* json import fixes
* fixes
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-10-27 11:30:32 +01:00
Bogdan Fazakas
04b89ddd35
replaced introspection generation with graphql codegen
2021-07-06 01:09:51 +03:00
claudiaHash
fc6b029118
Compute job history ( #462 )
...
* get compute orders query
* wip on getting compute jobs
* wip refcatoring
* get compute history refactored
* small refactor
* loop fixes
* display jobs refactor changes
* display jobs fix
* early output of assets
* query tweak
* quick fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* live update for testing
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix load time
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* temp refactor
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* cleanup
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lib bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix status args
* remove metadata json
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix item duplication
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* check if wallet connected
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* debug logs
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lib bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix service grouping
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* added sorting
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-04-14 12:01:37 +03:00
8737264816
refactor network name output ( #421 )
...
* refactor network output
* fetch chain & network metadata from @ethereum-lists/chains
* typed responses
* switch warning icon for testnet badge
* add supportedNetworks list, output warning based on it
* markup & spacing tweaks
* check networkId against ocean.js ConfigHelper
* remove supportedNetworks app config
* fetch EVM networks metadata on build time
* fixes
2021-03-04 18:16:20 +01:00
mihaisc
273769388c
Pool statistics from the graph ( #288 )
...
* graphql
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ignore generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* delete generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update readme
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* pool creator liquidit& statistics
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* graph with the graph
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* cleanup
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix query
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update poll interval
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update graph url
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ocean bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* run apollo codegen before starting gatsby
* put back graph loading state
* typing fix
* graph tweak, add error state
* readme update
* remove unused functions, move graph provider
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix package-lock
* fix graph when switching tabs
* generate apollo files into one folder
* fix loading
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix codegen camelcase
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump apollo packages
* document subgraph usage, add example
* rewrite into Data Sources, add quick examples
* more data sources docs
* docs updates, typos
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-01-21 16:02:48 +01:00
b3510230e9
More footer data ( #224 )
...
* output total datatoken liquidity in footer stats
* add build id to footer
* write out repo metadata before build
* build tweaks
* add title
* refactor
2020-11-09 14:31:04 +01:00
77231cf798
files input props fixes
2020-07-13 11:19:11 +02:00
6f9bf0176f
refactor Next.js pages into Gatsby pages
2020-06-30 12:56:50 +02:00
38ccfc635e
refactor for Gatsby, update all the things
2020-06-30 11:28:49 +02:00
alexcos20
ebd5ba9495
first commit
2020-05-07 09:03:30 +03:00