プロジェクト

全般

プロフィール

Vote #80954

完了

Improved view of the activity page

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Activity view_50
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
50
version_id:
152
issue_org_id:
33692
author_id:
259873
assigned_to_id:
332
comments:
10
status_id:
5
tracker_id:
2
plus1:
3
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

Applying this patch (attachment:update-activity-layout.diff) will change the layout of the activity page as shown in the image below.

  • Dates are more emphasized and easier to find
  • The gap between the activity history has been slightly widened and a line has been added. I think the original layout is stuffed with letters and hard to read.

|Change before|Change after|
|!before.png!|!after.png!|


journals

+1 It looks really awesome.

--------------------------------------------------------------------------------
+1
It makes easy to understand daily activities.
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Looks really nice. Setting the target version to 4.2.0.
--------------------------------------------------------------------------------
How about removing the horizontal lines between activity items and just adding @padding-top: 10px@? For me, the horizontal lines are a bit distracting.

<pre><code class="diff">
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 4747681f9..28dc9488d 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -601,7 +601,14 @@ div#activity span.project:after, #search-results span.project:after { content: "
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
div#activity dt.grouped {margin-left:5em;}
div#activity dd.grouped {margin-left:9em;}
-div#activity dt.icon {background-position: 0 0px !important;}
+div#activity dt.icon {background-position: 0 10px !important;}
+div#activity h3 {
+ padding: 5px;
+ background-color: #eeeeee;
+}
+div#activity dt {
+ padding-top: 10px;
+}

#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }

</code></pre>
--------------------------------------------------------------------------------
I like the lines. Its important to know when day ends, such 'distraction' has merit.
--------------------------------------------------------------------------------
I like layouts that are clearly separated by lines
I think that the impression that there are many characters and it is difficult to see does not change just by adding padding.

Github and Gitlab activities are also separated by lines.
--------------------------------------------------------------------------------
Thank you all for the feedbacks. I am going to commit the patch without any change.
--------------------------------------------------------------------------------
Committed the patch. Thank you for improving Redmine.
--------------------------------------------------------------------------------

Admin Redmine さんが約4年前に更新

  • カテゴリActivity view_50 にセット
  • 対象バージョン4.2.0_152 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0