vega-frontend-monorepo/apps/explorer
Dexter Edwards ae37f76b1c
Search implementation (#97)
* make titles look prettier

* link to parties from transactions table

* render what data is found conditionally

* more syntax highlighting

* re-jig file orders

* remove footer component for now

* add subheading component

* adjust column layout

* Style up header

* enable ligatures

* change env files

* fix error if data is null

* show governance header even if there is no data

* remove dead css

* add dark theme for block explorer

* use memo on parties submit

* remove some css from header

* basic search implementation

* allow passing classNames to form group

* add tests for form group

* add form-grpup stories

* bad rebase fixes

* add link

* tidy up tests

* fix tests

* tidy up env files

* final test fixes

* switch order of classes

* fix test id

* force build for testing

* rename file for linting

* add tests for header component

* rename export

* input error tests

* use descriptive function names as per PR comment

* fix casing issue for CI

* handle empty state

* make query easier to understand
2022-03-23 09:57:51 +00:00
..
src Search implementation (#97) 2022-03-23 09:57:51 +00:00
.babelrc migrate stuff into new NX 2022-02-23 08:53:57 +00:00
.browserslistrc migrate stuff into new NX 2022-02-23 08:53:57 +00:00
.env Search implementation (#97) 2022-03-23 09:57:51 +00:00
.env.devent Search implementation (#97) 2022-03-23 09:57:51 +00:00
.env.local Search implementation (#97) 2022-03-23 09:57:51 +00:00
.env.mainnet Search implementation (#97) 2022-03-23 09:57:51 +00:00
.env.stagnet1 Search implementation (#97) 2022-03-23 09:57:51 +00:00
.env.stagnet2 Search implementation (#97) 2022-03-23 09:57:51 +00:00
.env.testnet Search implementation (#97) 2022-03-23 09:57:51 +00:00
.eslintrc.json migrate stuff into new NX 2022-02-23 08:53:57 +00:00
jest.config.js Search implementation (#97) 2022-03-23 09:57:51 +00:00
netlify.toml remove old explorer logic 2022-02-23 08:53:57 +00:00
postcss.config.js add basic tailwind setup 2022-03-04 17:11:56 +00:00
project.json #29 Add market-list-table 2022-03-18 13:13:14 +01:00
tailwind.config.js add basic tailwind setup 2022-03-04 17:11:56 +00:00
tsconfig.app.json migrate stuff into new NX 2022-02-23 08:53:57 +00:00
tsconfig.json migrate stuff into new NX 2022-02-23 08:53:57 +00:00
tsconfig.spec.json Search implementation (#97) 2022-03-23 09:57:51 +00:00