bytechefhq/bytechef

[improve]: Emphasize odd rows in list views

Aperta

#1279 aperta il 29 lug 2024

 (4 commenti) (0 reazioni) (3 assegnatari)Java (156 fork)auto 404
designfrontendgood first issuehacktoberfest

Metriche repository

Star
 (907 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor