J M Rossy
67b28bbbd7
fix: De-duplicate message search results ( #133 )
...
- De-duplicate messages in parse utils
- Add padding around message summary row checkmark
1 day 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>
6 days ago
J M Rossy
767bae2a99
fix: Upgrade hyp packages to latest ( #131 )
6 days 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 week ago
J M Rossy
184a6c1dde
chore: Auto-format tailwind classes ( #119 )
...
- Upgrade yarn, prettier
- Setup react-query lint rules
- Enable formatting of tailwind classes
2 weeks 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
3 weeks ago
J M Rossy
9cbaca90b6
fix: Wrong encoding for evm addresses in search ( #117 )
3 weeks ago
J M Rossy
38769a77bc
fix: Filter old msgs while DB is backfilling ( #116 )
...
https://discord.com/channels/935678348330434570/1293671472900083785/1293678199858925599
3 weeks ago
J M Rossy
3d0674decf
Fixes for Cosmos support ( #115 )
3 weeks ago
J M Rossy
1878af0892
Show add chain menu when metadata is required in tx card
...
Tweak footer fonts
3 weeks ago
J M Rossy
bc6f4f6235
Update footer and fix z-index bug
3 weeks ago
J M Rossy
c03a94c746
Disable focus-visible outline by default
3 weeks ago
J M Rossy
92eba0107c
Prevent header animation in firefox
...
Fix mini search bar icon color
3 weeks ago
J M Rossy
774f856a3f
Shorten header animation
3 weeks ago
J M Rossy
eabdf92263
Use new chain widget props
...
Replace chainConfig store state with chainMetadataOverrides
3 weeks ago
J M Rossy
ae86d66061
More de-deduplication with widgets lib
4 weeks ago
J M Rossy
5bf09c83df
Redesign search chain filters
4 weeks ago
J M Rossy
1f2434b503
Improve scroll listener
4 weeks ago
J M Rossy
b78b86a414
Fix scroll bounce bug
4 weeks ago
J M Rossy
0bace4598d
Upgrade headless and tailwind
...
Migrate to widgets layout components
4 weeks ago
J M Rossy
8cdf93c7b5
Branding updates
4 weeks ago
J M Rossy
febdddf8ac
feat: Use proxied GithubRegistry ( #110 )
1 month ago
Avi Atkin
ffe2c39f18
Update Footer for new careers and bounty links ( #109 )
...
Co-authored-by: J M Rossy <jm.rossy@gmail.com>
2 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
2 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
2 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
dima-safin-2025
a50ebea853
chore: minor code cleanup( #99 )
3 months ago
J M Rossy
9184c5473d
Patch registry github calls rate limit
4 months ago
Paul Balaji
90cfc39762
fix: don't show unscraped chain in dropdown ( #95 )
...
fix: don't show unscraped chain in dropdown
---------
Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
4 months ago
J M Rossy
6a6ed6f245
Update src/components/search/SearchFilterBar.tsx
...
Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
4 months ago
J M Rossy
a6a73d78d8
Run prettier
4 months ago
tiendn
9942c56846
fix: error query with non-evm chainId when search
4 months ago
J M Rossy
a5d126783e
Update explorer doc links
5 months ago
Avi Atkin
aa7ee21ed7
twitter link from hyperlane_xyz to hyperlane
5 months ago
Connor McEwen
673c67a6d4
fix: remove api code
5 months ago
J M Rossy
ff54d0182e
Avoid refetching when window is not visibile
5 months ago
Nam Chu Hoai
37794a4555
More caching
5 months ago
Nam Chu Hoai
fdf356eb9f
Try caching
5 months ago
J M Rossy
86911bf51f
Support Yaml chain config
...
Fixes for PI message search
6 months ago
J M Rossy
1d84eff7af
Remove console logs
6 months ago
J M Rossy
014afcbeb8
Fix typo in settings copy
6 months ago
J M Rossy
ed4b4edae3
Update registry and widget versions
6 months ago
J M Rossy
866bb6ae65
Hide v2 banner
6 months ago
J M Rossy
cacfee4386
Fix error when filtering to all mainnets/testnets
6 months ago
J M Rossy
33c434aeb9
Hide explorer link when tx hash is zeroish
6 months ago
J M Rossy
aeb23f9d22
Fix various warnings
6 months ago
J M Rossy
11b5745328
Typo fixes
6 months ago
J M Rossy
a5cc0d95d3
Avoid status check spinner for non-evm chains
6 months ago
J M Rossy
d3de085faa
Remove status badge and duration from message table
6 months ago
J M Rossy
b6baaa1e5e
Fix problems with delivery checking
...
Hide IGP debug errors for PI chains
Update react-query lib
Remove unused wagmi and rainbowkit libs
6 months ago