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

貢獻者指南