Skip to content

Commit

Permalink
Show edit size, summary, and tags for each edit
Browse files Browse the repository at this point in the history
Also cache the WikiRepository::draftsExist() query, which takes >100ms

Update composer packages
  • Loading branch information
MusikAnimal committed Aug 30, 2023
1 parent 9016d80 commit eb1cec2
Show file tree
Hide file tree
Showing 17 changed files with 649 additions and 242 deletions.
33 changes: 33 additions & 0 deletions assets/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ body {
clear: both;
}

.summary-container {
padding: 5px 15px 0;
}

.compare-button {
margin-right: 10px;
}
Expand Down Expand Up @@ -478,3 +482,32 @@ a[ href='' ] {
grid-column: 7;
}
}

.diff-pos {
color: #006400;

&::before {
color: #006400;
content: '+';
}
}
.diff-neg {
color: #8B0000;
}
.diff-zero {
color: #A2A9B1;
}

.edit-tag {
border: 1px solid #a2a9b1;
border-radius: 10px;
display: inline-block;
font-size: 85%;
padding: 2px 6px;
vertical-align: middle;

div {
position: relative;
top: 1px;
}
}
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-intl": "*",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.2",
"phpxmlrpc/phpxmlrpc": "^4.10",
Expand Down
Loading

0 comments on commit eb1cec2

Please sign in to comment.