J M Rossy
4103c31cdb
chore: De-duplicate images, components, and most utils with widgets lib ( #143 )
...
Remove more dead and duplicated code, favoring widgets lib versions
15 hours ago
J M Rossy
1fa67b5639
chore: Upgrade hyp packages and de-dupe tooltip ( #142 )
...
Extension of https://github.com/hyperlane-xyz/hyperlane-explorer/pull/139
16 hours ago
J M Rossy
806aa7723e
Upgrade hyp packages to 7.1.0
2 days ago
J M Rossy
66d42ca713
Merge remote-tracking branch 'jason/chore/update-tooltip' into rossy/update-tooltip
2 days ago
The Butcher
134d1cbd02
Fix Initial Decimal Display Issue and Improve Gas Payment Formatting in Hyperlane Explorer ( #138 )
...
Setting the initial display to use the correct native token decimals in
GasDetailsCard. This ensures accurate Total paid values are shown
---------
Co-authored-by: J M Rossy <jm.rossy@gmail.com>
1 week ago
J M Rossy
d7da83d3a0
Fixes for Solana value encoding and searches ( #140 )
...
Tested with a new test Hasura instance
2 weeks ago
Xaroz
522ac5da56
chore: remove redundant tooltip props
2 weeks ago
Paul Balaji
b7e8e1dcd3
fix: tryGetChainName instead of hard crashing ( #137 )
...
use tryGetChainName instead of hard crashing for unknown domains
tested locally
![image](https://github.com/user-attachments/assets/7b6e6de5-c023-4644-af02-e8ccb5a00e0e )
2 weeks ago
Paul Balaji
b8e0d310e3
feat: use chain name or domain as identifier instead of chainId ( #136 )
...
relates to:
- https://github.com/hyperlane-xyz/hyperlane-warp-ui-template/pull/313
- https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/4798
testing:
- [x] update SDK to latest once monorepo PR is merged + rolled out
- [x] add duplicate chain metadata with different domain id to custom
yaml
---------
Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
2 weeks ago
Jason Guo
ec0db733e5
chore: update widgets and de-duplicate components ( #135 )
...
- Update widgets package to v5.7.0
- Add components from the widgets and remove repeated ones
2 weeks ago
Trevor Porter
855ca46fe2
feat: show sei in the UI ( #134 )
...
We recently started scraping Sei, so we can show it now!
4 weeks ago
Trevor Porter
5743bf5115
feat: show sei
4 weeks ago
J M Rossy
67b28bbbd7
fix: De-duplicate message search results ( #133 )
...
- De-duplicate messages in parse utils
- Add padding around message summary row checkmark
4 weeks ago
Jason Guo
ed7eac97e9
fix: header stuck on certain threshold ( #130 )
...
On some cases if the scroll happens fast and multiples times, it will
get stuck on a threshold and not call the `handleScroll` again, by
cleaning the timeoutId everytime `handleScroll` gets called we ensure
that it will not get stuck if scrolling happens too fast.
Co-authored-by: J M Rossy <jm.rossy@gmail.com>
1 month ago
J M Rossy
767bae2a99
fix: Upgrade hyp packages to latest ( #131 )
1 month ago
dependabot[bot]
d612295276
Bump secp256k1 from 4.0.3 to 4.0.4 ( #128 )
...
Bumps [secp256k1](https://github.com/cryptocoinjs/secp256k1-node ) from 4.0.3 to 4.0.4.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
Jason Guo
f298a9877c
fix: header scroll looping and firefox slow animation ( #126 )
...
## Scroll loop fix
Fixed an issue where on some specific threshold it would cause the
header to loop the scaling animation because of the height changes. Move
timeoutId so the variable is not re-created everytime and added a
missing logic that would prevent proper debouncing
Caveat: If the scroll is extremely fast it might cause the header to be
stuck on a certain threshold until a new scroll happens
## Firefox animation fix
Fixed an issue with `Firefox` choppy and slow animation, basically some
browsers struggle with animation because of the way they render a page,
so the "trick" is to make the browser go into hardware acceleration mode
by adding a slight `rotation` and this way the animations will run
smoother
1 month ago
dependabot[bot]
90a3d93419
Bump decode-uri-component from 0.2.0 to 0.2.2 ( #121 )
...
Bumps
[decode-uri-component](https://github.com/SamVerschueren/decode-uri-component )
from 0.2.0 to 0.2.2.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
J M Rossy
5ef32ff03b
Upgrade Next to v13.5.7 ( #124 )
1 month ago
dependabot[bot]
a12fd1b961
Bump get-func-name from 2.0.0 to 2.0.2 ( #123 )
...
Bumps [get-func-name](https://github.com/chaijs/get-func-name ) from
2.0.0 to 2.0.2.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
dependabot[bot]
31960766c0
Bump http-cache-semantics from 4.1.0 to 4.1.1 ( #122 )
...
Bumps
[http-cache-semantics](https://github.com/kornelski/http-cache-semantics )
from 4.1.0 to 4.1.1.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
dependabot[bot]
1aaec038eb
Bump @babel/traverse from 7.21.2 to 7.25.7 ( #120 )
...
Bump @babel/traverse from 7.21.2 to 7.25.7.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 month ago
J M Rossy
184a6c1dde
chore: Auto-format tailwind classes ( #119 )
...
- Upgrade yarn, prettier
- Setup react-query lint rules
- Enable formatting of tailwind classes
1 month ago
J M Rossy
8da2ad6106
fix: Don't filter search results when a query of filter is set ( #118 )
...
Replaces #116 which filtered too broadly
1 month ago
J M Rossy
9cbaca90b6
fix: Wrong encoding for evm addresses in search ( #117 )
1 month ago
J M Rossy
38769a77bc
fix: Filter old msgs while DB is backfilling ( #116 )
...
https://discord.com/channels/935678348330434570/1293671472900083785/1293678199858925599
2 months ago
J M Rossy
3d0674decf
Fixes for Cosmos support ( #115 )
2 months ago
J M Rossy
f02dd1b75f
feat: Update branding and replace chain picker ( #114 )
...
- Update to latest branding / styles
- Replace chain picker with new one from widgets lib
- De-dupe code with widgets lib
- Update packages to 5.4.0
- Fix #112
- Upgrade headless and tailwind libs
Corresponds with monorepo PR:
https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/4486
2 months ago
J M Rossy
2cdf9ed796
Upgrade hyp packages to 5.5.0
2 months ago
J M Rossy
1878af0892
Show add chain menu when metadata is required in tx card
...
Tweak footer fonts
2 months ago
J M Rossy
bc6f4f6235
Update footer and fix z-index bug
2 months ago
J M Rossy
c03a94c746
Disable focus-visible outline by default
2 months ago
J M Rossy
92eba0107c
Prevent header animation in firefox
...
Fix mini search bar icon color
2 months ago
J M Rossy
774f856a3f
Shorten header animation
2 months ago
J M Rossy
c1accbe2fe
Update hyp packages to 5.4.0-beta0
2 months ago
J M Rossy
eabdf92263
Use new chain widget props
...
Replace chainConfig store state with chainMetadataOverrides
2 months ago
J M Rossy
ae86d66061
More de-deduplication with widgets lib
2 months ago
J M Rossy
5bf09c83df
Redesign search chain filters
2 months ago
J M Rossy
1f2434b503
Improve scroll listener
2 months ago
J M Rossy
b78b86a414
Fix scroll bounce bug
2 months ago
J M Rossy
0bace4598d
Upgrade headless and tailwind
...
Migrate to widgets layout components
2 months ago
J M Rossy
8cdf93c7b5
Branding updates
2 months ago
J M Rossy
febdddf8ac
feat: Use proxied GithubRegistry ( #110 )
2 months ago
Avi Atkin
ffe2c39f18
Update Footer for new careers and bounty links ( #109 )
...
Co-authored-by: J M Rossy <jm.rossy@gmail.com>
3 months ago
J M Rossy
6b116b1dc2
Get scraped chains list from DB instead of registry ( #106 )
...
- Update Next and Hyperlane deps
- Query scraped chains from domains DB table
3 months ago
dependabot[bot]
d93cc6ca37
Bump braces from 3.0.2 to 3.0.3 ( #105 )
3 months ago
J M Rossy
230907367f
feat: Add information to msg transaction cards ( #104 )
...
- Display duration in dest tx card per request from @Skunkchain
- Display mailbox address in both tx cards
- Hide API docs page link which was disabled in #77
- Fix missing type annotation
3 months ago
Paul Balaji
9fb83e538f
feat: scrollable search filter ( #103 )
...
Make chains list modal scrollable
---------
Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
Co-authored-by: J M Rossy <jm.rossy@gmail.com>
3 months ago
Paul Balaji
eb3ff3257e
chore: update to registry v2.5.0 ( #102 )
...
chore: update to registry v2.5.0
Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
3 months ago
Paul Balaji
8e9a09d81c
chore: update registry to v2.4.0 ( #101 )
...
chore: update registry to v2.4.0
Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
4 months ago