Skip to content

Start Page Enhancements#754

Merged
jjoderis merged 6 commits into
mainfrom
start-ui/enhancements
Jun 8, 2026
Merged

Start Page Enhancements#754
jjoderis merged 6 commits into
mainfrom
start-ui/enhancements

Conversation

@Zayn-Javed

@Zayn-Javed Zayn-Javed commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fixed responsiveness for whole start page.
  • Enhance the favourite process section and made it responsive
  • Enhanced the top heading
  • Added colours for icons and some enhancements for each section heading
  • added hover effects on cards

@github-actions

This comment has been minimized.

@Zayn-Javed Zayn-Javed requested a review from jjoderis June 3, 2026 20:28
}

// text gradient on PROCEED
background: linear-gradient(135deg, #1a1a1a 0%, #262626 50%, #1890ff 100%);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not seem to work. (I think this is supposed to be a gradient on the text. Is that correct?)
Image

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s actually working. The animation is set to animation: shimmer 8s ease-in-out infinite;, which creates a smooth and slower effect. The color is also very subtle, as shown in the image below, making it less prominent while still looking visually appealing when noticed.
It becomes even more noticeable on smaller screen sizes when the text wraps onto two lines, as shown in the second image.

Screenshot 2026-06-08 at 14 00 17 Screenshot 2026-06-08 at 14 03 45

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. I think the problem is that the intensity of the effect is based on the width on the browser window.
In my browser on a screen with a width of 2500px, the effect is very nuanced.
I think the problem is that the gradient is applied over the complete width of the screen and not the width of the text.
Maybe it would be better to use something like "width: fit-content" on the element to ensure that the effect looks the same regardless of screen size.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh, great idea!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

-webkit-text-fill-color: transparent;
background-clip: text;
background-size: 200% auto;
animation: shimmer 8s ease-in-out infinite;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this animation is working. I don't see any animation on the text.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please see comment above

@Zayn-Javed Zayn-Javed requested a review from jjoderis June 8, 2026 12:05
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

CLOUDRUN ACTIONS

✅ Successfully created Preview Deployment.

https://pr-754---ms-server-staging-c4f6qdpj7q-ew.a.run.app

@jjoderis jjoderis merged commit 66339d4 into main Jun 8, 2026
11 checks passed
@jjoderis jjoderis deleted the start-ui/enhancements branch June 8, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants