feat: animated gradient for huge zaps #28

Merged
Kieran merged 3 commits from big-zaps into main 2023-07-07 09:54:15 +00:00
Collaborator
No description provided.
verbiricha added 1 commit 2023-07-06 20:01:30 +00:00
Kieran reviewed 2023-07-06 20:59:29 +00:00
@ -155,9 +155,10 @@ function ChatZap({ zap }: { zap: ParsedZap }) {
if (!zap.valid) {
return null;
}
const isBig = zap.amount >= 1_000_000;
Owner

Thats huge, why 1M ?

Thats huge, why 1M ?
Author
Collaborator

was in the designs, but probably for 1M zaps we can do something more special. i'll tone it down to 10K

was in the designs, but probably for 1M zaps we can do something more special. i'll tone it down to 10K
Owner

Lets go with 100k

Lets go with 100k
verbiricha added 1 commit 2023-07-06 21:30:57 +00:00
verbiricha added 1 commit 2023-07-07 06:37:04 +00:00
Kieran merged commit 3ac81af641 into main 2023-07-07 09:54:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kieran/zap.stream#28
No description provided.