mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: support for chronologically merging posts into existing topic (#21374)
When a user chooses to move a topic/message to an existing topic/message, they can now opt to merge the posts chronologically (using a checkbox in the UI).
This commit is contained in:
@@ -602,6 +602,14 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#choosing-topic {
|
||||
form {
|
||||
hr {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.publish-page-modal {
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
.choose-topic-modal {
|
||||
.modal-body {
|
||||
position: relative;
|
||||
height: 350px;
|
||||
min-height: 350px;
|
||||
}
|
||||
|
||||
#choosing-topic {
|
||||
|
||||
Reference in New Issue
Block a user