Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bfea08a
feat: Enhance mobile readiness and UX
google-labs-jules[bot] Jun 26, 2025
87eb368
fix: Address build errors and apply lint suggestions
google-labs-jules[bot] Jun 26, 2025
188ad55
fix: Address build errors and apply UX enhancements
google-labs-jules[bot] Jun 26, 2025
ba8d7f0
fix: Address build errors and apply UX enhancements
google-labs-jules[bot] Jun 26, 2025
fd07bde
fix: Resolve build errors and finalize mobile UX enhancements
google-labs-jules[bot] Jun 26, 2025
02b5d32
lets see
allquantor Jun 26, 2025
89242f5
fix
allquantor Jun 26, 2025
3d43370
fix(ci): sync lock file with monaco-editor, uuid, vis-util, etc.
allquantor Jun 26, 2025
62a33ef
1 fix
allquantor Jun 26, 2025
caffda7
otpimize bundles
allquantor Jun 26, 2025
a603422
refactor
allquantor Jun 26, 2025
1f0eb1c
fix fix
allquantor Jun 26, 2025
16465ad
fix
allquantor Jun 26, 2025
2fa307e
fix
allquantor Jun 26, 2025
806fd27
fix
allquantor Jun 26, 2025
9746909
cache fix
allquantor Jun 26, 2025
7d3b1c2
fix
allquantor Jun 27, 2025
6de504e
fix
allquantor Jun 27, 2025
aee1a09
fix
allquantor Jun 27, 2025
cdf0c81
fix
allquantor Jun 27, 2025
d8e9a11
fix
allquantor Jun 27, 2025
e6fae36
fix
allquantor Jun 27, 2025
5a172ed
fix
allquantor Jun 27, 2025
b5bcce6
fix
allquantor Jun 27, 2025
d103b06
Show copy button only on hover/touch (old UI behavior restored)
hubzhooba Jul 1, 2025
f67bdf8
fix: make InMemoryTable horizontally scrollable for mobile consistency
hubzhooba Jul 1, 2025
5b8bca4
fix: make message graph container responsive to prevent mobile overflow
hubzhooba Jul 1, 2025
fbf12c4
feat: make top ID/address copyable and responsive in Subheading
hubzhooba Jul 1, 2025
1615461
feat: make top string selectable and copyable for mobile and desktop
hubzhooba Jul 1, 2025
d9e61af
style: update TagChip to flat, rectangular style and improved copy UX
hubzhooba Jul 1, 2025
c0f9dca
fix: always show full string in Subheading, selectable and copyable, …
hubzhooba Jul 1, 2025
c7cba31
fix: responsive SearchBar and header, always show Connect button (mob…
hubzhooba Jul 1, 2025
ac9802c
fix: responsive footer with scrollable row
hubzhooba Jul 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/src/index.css">
<!-- svg favicon -->
<link rel="icon" href="/ao.svg" type="image/svg+xml">
</head>
Expand Down
Loading