sam-keen
171e27fd7b
Merge remote-tracking branch 'origin/feat/41-blocks-styling' into feat/41-blocks-styling
2022-03-15 13:22:18 +00:00
sam-keen
8090221874
Final changes from PR:
...
* data-testid spread via props rather than custom prop
* more use of routes config rather than hard coded route names
* tweak to TS type for returning children prop without wrapper fragment
2022-03-15 13:21:39 +00:00
Sam Keen
a52f00cd8f
Update apps/explorer/src/app/routes/blocks/id/index.tsx
...
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
2022-03-15 12:32:30 +00:00
sam-keen
477e3faa6e
Added a component to render fetched data to include loading and error states. Added to all instances of useFetch
2022-03-15 11:32:15 +00:00
sam-keen
061388938c
Loading and error states for blocks home route
2022-03-14 17:06:58 +00:00
Bartłomiej Głownia
ad5290d8c9
Ignore not affected netlify projecs ( #80 )
2022-03-14 16:52:02 +01:00
sam-keen
47e078a502
Improved component structure
2022-03-14 15:38:08 +00:00
candida-d
1010db6ce4
Task/73 Update readme
...
* Write readme
* Mention Tailwind CSS config lib in readme
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-03-14 08:21:26 -07:00
Bartłomiej Głownia
8a829964be
Feature/38 data grid component ( #77 )
...
* Add ag-grid
* Add lazy loaded ag-grid component
* Add theme context, move VegaWallet to separate lib
* Fix trading app cypress configuration
* Lazy load ag-grid theme css files
* Encapsulate theme switch hook
2022-03-14 14:18:11 +01:00
sam-keen
8f22cbc0c9
'jump to block' in same section tag as other route components
2022-03-14 09:31:10 +00:00
Matthew Russell
deb4570ebe
fix dark theme for trading grid
2022-03-10 21:19:44 -08:00
Matthew Russell
634075e015
remove unused hook from index page
2022-03-10 21:09:34 -08:00
Matthew Russell
dbe9e9504f
fix navbar styles
2022-03-10 21:03:02 -08:00
Matthew Russell
141ef8224b
tidy up _app move logic to hooks and add component files for vega connect button and app loader
2022-03-10 20:51:05 -08:00
Matthew Russell
1f1ce70a67
re add tsconfigs for storage package
2022-03-10 20:51:05 -08:00
Matthew Russell
69924aa0b3
Add connect diaglog tests convert storage to js to avoid ts issues with testing
2022-03-10 20:51:05 -08:00
Matthew Russell
f10cdf491d
fix dark light colors of dialog
2022-03-10 20:51:05 -08:00
Matthew Russell
a47e4526bb
fix vega connect button alignment
2022-03-10 20:51:05 -08:00
Matthew Russell
1859fef75c
fix invalid syntax
2022-03-10 20:51:05 -08:00
Matthew Russell
af2f05b778
remove input error from form and just use red text to avoid clash with the actual input errors
2022-03-10 20:51:05 -08:00
Matthew Russell
145e2558aa
move connectors to own folder
2022-03-10 20:51:05 -08:00
Matthew Russell
74ac60fbfa
fix jest setup for react helpers
2022-03-10 20:51:05 -08:00
Matthew Russell
fdc5e68158
tidy up storage keys in wallet provider
2022-03-10 20:51:05 -08:00
Matthew Russell
847d51e060
use components from ui-toolkit, add form-group, adjust input widths
2022-03-10 20:51:05 -08:00
Matthew Russell
9bffb15c2a
use compoments from ui-toolkit, minor style changes
2022-03-10 20:51:05 -08:00
Matthew Russell
fb1bd68aee
increase spacing of input elements
2022-03-10 20:51:05 -08:00
Matthew Russell
4bcafea969
remove hard coded vega wallet auth values
2022-03-10 20:51:05 -08:00
Matthew Russell
77214d5427
further styling
2022-03-10 20:51:05 -08:00
Matthew Russell
0b3bf269b6
tidy styles and tailwind config
2022-03-10 20:51:05 -08:00
Matthew Russell
cb465ae37b
make dialog use tailwind
2022-03-10 20:51:05 -08:00
Matthew Russell
bd77e15092
properly set up storage lib
2022-03-10 20:51:05 -08:00
Matthew Russell
473f74adca
fix styles after rebase
2022-03-10 20:51:05 -08:00
Matthew Russell
f85ebfdfc1
tsconfig base update
2022-03-10 20:51:05 -08:00
Matthew Russell
40cdaf3c30
updated yarn.lock after rebase
2022-03-10 20:51:05 -08:00
Matthew Russell
d1f44589cc
add nav item for home and use pubkey on portfolio page
2022-03-10 20:51:05 -08:00
Matthew Russell
3f9f97b1fa
fix navbar and default select value
2022-03-10 20:51:05 -08:00
Matthew Russell
ac4f833360
make manager component not take children
2022-03-10 20:51:05 -08:00
Matthew Russell
e92e708cf1
add vega wallet manager component and re add current single pubkey to provider state
2022-03-10 20:51:05 -08:00
Matthew Russell
84af6177ad
update eager connect hook and make app concerned with selected pubkey, refactor token to be stored as object
2022-03-10 20:51:05 -08:00
Matthew Russell
1e6900d147
handle session expired
2022-03-10 20:51:05 -08:00
Matthew Russell
195fff27ab
remove react helper/ui-toolkit demo components
2022-03-10 20:51:05 -08:00
Matthew Russell
bb485d5783
add useEagerConnect hook
2022-03-10 20:51:05 -08:00
Matthew Russell
a44b8538fa
renew default api class after authentication
2022-03-10 20:51:05 -08:00
Matthew Russell
59d0beebe2
add current key selector, fix revoke token/disconnect
2022-03-10 20:51:05 -08:00
Matthew Russell
fba3101753
refactor so that consuming app chooses to render modal and what connectors to use
2022-03-10 20:51:05 -08:00
Matthew Russell
ff24a4a3ba
add dialog to ui-toolkit, add functionality to provider to render connect dialog and connectors ui
2022-03-10 20:51:05 -08:00
sam-keen
2d635808de
Improvements from the PR
2022-03-10 15:57:48 +00:00
Sam Keen
d0b4f431c1
Update apps/explorer/src/app/components/txs/txs-per-block/index.tsx
...
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
2022-03-10 12:45:45 +00:00
Sam Keen
c7d195c8d8
Update apps/explorer/src/app/components/jump-to-block/index.tsx
...
Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-03-10 12:44:18 +00:00
Joe
37294b3174
Make job name unique
2022-03-10 12:05:41 +00:00