BLOG-27 Add the different size shadows of the home page terminal #31

Merged
squid merged 3 commits from BLOG-27_the_shadow_of_the_home_page_terminal into main 2025-01-21 23:21:18 +08:00
Collaborator

Description

Add the shadow(moblie: shadow-lg & desktop: shadow-xl) of the home page terminal

Package Changes

No response

Screenshots

Moblie Desktop
image.png

Reference

Resolves #27

Checklist

  • A milestone is set
  • The related issuse has been linked to this branch
### Description Add the shadow(moblie: shadow-lg & desktop: shadow-xl) of the home page terminal ### Package Changes _No response_ ### Screenshots | Moblie | Desktop | | --- | --- | | <img src="/attachments/fd95d222-0b57-4d99-aaec-68c78b9cf9e7" width="400" /> | ![image.png](/attachments/b81c0868-901e-4596-a31a-0172ee368bf1) | ### Reference Resolves #27 ### Checklist - [x] A milestone is set - [x] The related issuse has been linked to this branch
zoe added this to the Phase I milestone 2025-01-21 19:26:20 +08:00
zoe added 1 commit 2025-01-21 19:26:21 +08:00
BLOG-27 fix: the shadow of the home page terminal
All checks were successful
Frontend CI / build (push) Successful in 1m20s
PR Title Check / pr-title-check (pull_request) Successful in 13s
6a8a3de47b
zoe requested review from squid 2025-01-21 19:26:21 +08:00
zoe changed title from BLOG-27 Add the shadow of the home page terminal to WIP: BLOG-27 Add the shadow of the home page terminal 2025-01-21 19:27:17 +08:00
zoe removed review request for squid 2025-01-21 19:27:26 +08:00
zoe changed title from WIP: BLOG-27 Add the shadow of the home page terminal to BLOG-27 Add the shadow of the home page terminal 2025-01-21 19:27:53 +08:00
squid requested review from squid 2025-01-21 21:39:59 +08:00
squid requested changes 2025-01-21 21:41:02 +08:00
Dismissed
@ -39,3 +39,3 @@
<div
ref={element}
className={`bg-true-gray-700 border-true-gray-800 flex w-full flex-col gap-y-1.5 rounded-2xl border-4 p-4 pb-28 font-mono font-medium text-gray-50 transition-opacity duration-300 md:gap-y-2.5 md:rounded-3xl md:border-8 md:p-8 md:pb-32 md:text-xl ${isReady ? "opacity-100" : "opacity-0"}`}
className={`bg-true-gray-700 border-true-gray-800 flex w-full flex-col gap-y-1.5 rounded-2xl border-4 p-4 pb-28 font-mono font-medium text-gray-50 shadow-xl transition-opacity duration-300 md:gap-y-2.5 md:rounded-3xl md:border-8 md:p-8 md:pb-32 md:text-xl ${isReady ? "opacity-100" : "opacity-0"}`}
Owner

Does it have different shadow size on different platforms?

Does it have different shadow size on different platforms?
Author
Collaborator

Addressed in 7e1f4ea942

Addressed in 7e1f4ea9425b3adc499021ac7ab106a935600494
squid marked this conversation as resolved
zoe added 1 commit 2025-01-21 22:01:11 +08:00
BLOG-27 fix: add mobile version shadow on home page terminal
Some checks failed
Frontend CI / build (push) Successful in 1m27s
PR Title Check / pr-title-check (pull_request) Failing after 13s
6662d9c7de
zoe changed title from BLOG-27 Add the shadow of the home page terminal to BLOG-27 Add the different size shadows of the home page terminal 2025-01-21 22:04:29 +08:00
zoe requested review from squid 2025-01-21 22:10:26 +08:00
zoe changed title from BLOG-27 Add the different size shadows of the home page terminal to WIP: BLOG-27 Add the different size shadows of the home page terminal 2025-01-21 22:10:48 +08:00
zoe added 1 commit 2025-01-21 23:17:46 +08:00
BLOG-27 refactor: reorder tailwind css
All checks were successful
Frontend CI / build (push) Successful in 1m22s
PR Title Check / pr-title-check (pull_request) Successful in 12s
7e1f4ea942
zoe changed title from WIP: BLOG-27 Add the different size shadows of the home page terminal to BLOG-27 Add the different size shadows of the home page terminal 2025-01-21 23:18:21 +08:00
squid approved these changes 2025-01-21 23:21:07 +08:00
squid left a comment
Owner

LGTM.

LGTM.
squid merged commit 2cd16fe9a2 into main 2025-01-21 23:21:18 +08:00
Sign in to join this conversation.
No Reviewers
No Milestone Phase I
No project
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: squid/blog#31
No description provided.