* chore(explorer): add stagnet 1 env vars
* feat(explorer): add info block component
* feat(explorer): change tx order type lozenge
* feat(explorer): change truncated-link.tsx style
* feat(explorer): add stats info component for txs
* feat(explorer): change page title size
* feat(explorer): update txs list and add txs for party
* fix(explorer): remove unused var
* fix(explorer): change copy and remove unused vars
* fix(explorer): pr review fixes
* feat: add connect vega wallet button to the deal ticket
* feat: add connect vega wallet button to the deal ticket - manage some int tests
Co-authored-by: maciek <maciek@vegaprotocol.io>
* fix: voting during waiting for node vote
allow voting during waiting for node vote, bug fix for vote cancelled, show correct status
* fix: adjust vote information to be more correct
* test: begin adding tests for current proposal status
* chore: clean up render logic, add more tests for current proposal status
* chore: add tests for failed proposals
* test: add final tests for vote information
* test: fix rebase issues
* test: test for update asset proposal
* test: added test for hiding validator list
* chore: update vegacapsule config files
* fix: lint
* chore: add reason to skipped test
* chore: break down components to smaller chunks for better performance
* chore: break down components to smaller chunks for better performance
* chore: break down components to smaller chunks for better performance - fix failing tests
* chore: break down components to smaller chunks for better performance - adjust token app cases
* chore: break down components to smaller chunks for better performance - small fixes
* chore: break down components to smaller chunks for better performance - small fixes
* chore: break down components to smaller chunks for better performance - small fixes
* chore: break down components to smaller chunks for better performance - small fixes
* chore: break down components to smaller chunks for better performance - add nwe store for pageTitle
* chore: break down components to smaller chunks for better performance - sm fix
* chore: break down components to smaller chunks for better performance - sm fix
* chore: break down components to smaller chunks for better performance - sm imprv
* chore: break down components to smaller chunks for better performance - change prop names
* chore: break down components to smaller chunks for better performance - fix some test
* chore: break down components to smaller chunks for better performance - change cypress url
* chore: break down components to smaller chunks for better perf - set back redundant changes
* chore: resolve conflicts
Co-authored-by: maciek <maciek@vegaprotocol.io>
* fix: bad data flow
* chore: generate types
* chore: move component to where it is used
* chore: move things top the routes where they are actually used
* chore: more moving of files
* chore: generate types
* chore: replace old type files with new
* test: fix tests
* Fix/1326: Do not allow proposal voting unless sufficient associated tokens
* Fix/1326: Renaming string
* Fix/1326: Changes from PR comments and vote-buttons tests
* Fix/1326: Switched to enum
* Fix/1326: Used enum in unit tests