Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
057e1f5c
Verified
Commit
057e1f5c
authored
1 year ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Fix reply and topic colors
parent
c793506d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5139
passed
1 year ago
Stage: sign
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/qml/TimelineEvent.qml
+5
-5
5 additions, 5 deletions
resources/qml/TimelineEvent.qml
resources/qml/TopBar.qml
+2
-0
2 additions, 0 deletions
resources/qml/TopBar.qml
with
7 additions
and
5 deletions
resources/qml/TimelineEvent.qml
+
5
−
5
View file @
057e1f5c
...
...
@@ -31,7 +31,7 @@ EventDelegateChooser {
Layout.fillWidth
:
true
//Layout.maximumWidth: implicitWidth
color
:
type
==
MtxEvent
.
NoticeMessage
?
palette
.
buttonText
:
palette
.
text
color
:
type
==
MtxEvent
.
NoticeMessage
?
palette
.
active
.
buttonText
:
palette
.
active
.
text
font.italic
:
type
==
MtxEvent
.
NoticeMessage
formatted
:
formattedBody
keepFullText
:
true
...
...
@@ -48,7 +48,7 @@ EventDelegateChooser {
Layout.fillWidth
:
true
//Layout.maximumWidth: implicitWidth
color
:
TimelineManager
.
userColor
(
userId
,
palette
.
base
)
color
:
TimelineManager
.
userColor
(
userId
,
palette
.
active
.
base
)
font.italic
:
true
formatted
:
TimelineManager
.
escapeEmoji
(
userName
)
+
"
"
+
formattedBody
keepFullText
:
true
...
...
@@ -63,7 +63,7 @@ EventDelegateChooser {
required
property
string
userName
body
:
''
color
:
palette
.
buttonText
color
:
palette
.
active
.
buttonText
font.italic
:
true
font.pointSize
:
Settings
.
fontSize
*
0.8
formatted
:
''
...
...
@@ -83,7 +83,7 @@ EventDelegateChooser {
Layout.fillWidth
:
true
body
:
formatted
color
:
palette
.
buttonText
color
:
palette
.
active
.
buttonText
font.italic
:
true
formatted
:
{
switch
(
callType
)
{
...
...
@@ -109,7 +109,7 @@ EventDelegateChooser {
Layout.fillWidth
:
true
body
:
formatted
color
:
palette
.
buttonText
color
:
palette
.
active
.
buttonText
font.italic
:
true
formatted
:
{
switch
(
type
)
{
...
...
This diff is collapsed.
Click to expand it.
resources/qml/TopBar.qml
+
2
−
0
View file @
057e1f5c
...
...
@@ -125,6 +125,8 @@ Pane {
Layout.row
:
2
clip
:
true
enabled
:
false
// don't use the disabled color
color
:
topBar
.
palette
.
text
selectByMouse
:
false
text
:
roomTopic
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment