adding metrics to show things people care about#7
adding metrics to show things people care about#7LowKeyNerd wants to merge 1 commit intorosen-bridge:devfrom
Conversation
added watcher amounts and bridged amounts to the main section on the landing page
| @@ -0,0 +1,15 @@ | |||
| { | |||
There was a problem hiding this comment.
We typically don't commit IDE-specific code.
There was a problem hiding this comment.
I'm not sure if / when I'm going to get to any of this. You are are welcome to adjust this or just plug and play it into your existing content as you wish. It works and the community wants it, and that's the best I can do haha.
| @@ -1,37 +1,76 @@ | |||
| "use client"; | |||
There was a problem hiding this comment.
It's not a good idea to make the whole component a client component. Please extract the metrics section into an individual client component, leaving this one as-is.
| @@ -0,0 +1,103 @@ | |||
| "use client"; | |||
There was a problem hiding this comment.
I think It's a better idea to name the file the same as hook name.
|
So --- what is needed to make this a reality? Not having visible stats for the Bridge is crazy IMO |

added watcher amounts and bridged amounts to the main section on the landing page