bytechefhq/bytechef

[improve]: Emphasize odd rows in list views

オープン

#1,279 opened on 2024/07/29

 (4 件のコメント) (0 件のリアクション) (3 人の担当者)Java (156 件のフォーク)auto 404
designfrontendgood first issuehacktoberfest

Repository metrics

Stars
 (907 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド