bytechefhq/bytechef

[improve]: Emphasize odd rows in list views

开放

#1,279 创建于 2024年7月29日

 (4 条评论) (0 个反应) (3 位负责人)Java (156 个派生)auto 404
designfrontendgood first issuehacktoberfest

仓库指标

星标
 (907 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南