-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(suite): new device renders and animations #15966
Conversation
c892035
to
c0c4d8b
Compare
@@ -32,9 +32,14 @@ export const RotateDeviceImage = ({ | |||
|
|||
const isDeviceImageRotating = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All devices are rotating so no need for this condition anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
6515ca7
to
dcb68ae
Compare
ff724ac
to
ab0648d
Compare
ab0648d
to
4b72d92
Compare
33cadee
to
cdf8d1d
Compare
cdf8d1d
to
a32eba9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
QA OK Info:
|
Content of this PR:
Adjusting static renders and device rotations to enhance visibility in dark mode and improve differentiation between models.
Adjusting image size in ViewOnly Promo, instead of
trezor-"modelname".png
usetrezor-"modelname"-large.png
I've used
"ffmpeg -c:v libvpx-vp9 -i TS5_rotation_purplegrey_v3_1400x2440.webm -vf "scale=172:300" -aspect 172:300 TS5_rotation_purple_1.webm"
to prepare the animationsT1B1 before
T1B1 after