bytechefhq/bytechef

[improve]: Emphasize odd rows in list views

Ouverte

#1 279 ouverte le 29 juil. 2024

 (4 commentaires) (0 réaction) (3 personnes assignées)Java (156 forks)auto 404
designfrontendgood first issuehacktoberfest

Métriques du dépôt

Stars
 (907 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Improvement target

User interface views that display results in the list should differentiate odd and even rows. Particular views like All Projects, if workflows are expanded are quite difficult to anticipate.

Improvement description

UX improvement is:

  • invert even row white background to rgba(243, 244, 246)
  • invert even rgba(243, 244, 246) background around project version to white
  • odd rows should remain styling as it is now
  • make sure that background of project's nested expanded workflows inherits project row styling
  • make sure that hoover functionality is preserved (hoover-ed background color seems to work fine) See image: Screenshot 2024-07-29 at 18 00 55 Apply same in other views like All connections or All Executions: Screenshot 2024-07-29 at 18 04 54

Observed Version

2.3.1

Guide contributeur