Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5619382
introduce fontawesome v6 packages and convert pageheader
PhilBastian Jun 30, 2025
0e3e2ec
move feedback button styles in scope
PhilBastian Jun 30, 2025
d8e0f33
replace fontawesome icons with v6 WIP
PhilBastian Jun 30, 2025
fd9540b
failed message group replace fa icons/font items with v6
PhilBastian Jul 1, 2025
86b23e8
replace fontawesome icons with v6 WIP
PhilBastian Jul 1, 2025
b5a851c
replace fontawesome icons with v6 WIP
PhilBastian Jul 2, 2025
42fe33e
Upgrade MessageList to FA6
jasontaylordev Jul 2, 2025
06f58ed
replace fontawesome icons with v6 WIP
PhilBastian Jul 2, 2025
dafb28e
replace fontawesome icons with v6 WIP
PhilBastian Jul 2, 2025
ee95ce3
Merge remote-tracking branch 'origin/fontawesome_v6' into fontawesome_v6
PhilBastian Jul 3, 2025
3db2d8d
more fav4 -> fav6.
PhilBastian Jul 3, 2025
97296bb
heartbeats fa4 to fa6
PhilBastian Jul 3, 2025
3540898
message buttons fa4 to fa6
PhilBastian Jul 3, 2025
6a8847e
EndpointMessageTypes FA4 to 6
jasontaylordev Jul 3, 2025
1cfce4d
ThroughputReportView FA4 to 6
jasontaylordev Jul 3, 2025
8e4aa5d
SetupView FA4 to FA6
jasontaylordev Jul 4, 2025
7ede80d
DetectedBrokerQueuesView FA4 to 6
jasontaylordev Jul 4, 2025
8a7d34d
DetectedEndpointsView FA4 to 6
jasontaylordev Jul 4, 2025
91b1698
DetectedListView FA4 to 6
jasontaylordev Jul 4, 2025
b3e985f
ConnectionResultView FA4 to FA6
jasontaylordev Jul 4, 2025
0335a1e
ConnectionSetupView FA4 to FA6
jasontaylordev Jul 4, 2025
098c2ff
EndpointListRow FA4 to FA6
jasontaylordev Jul 4, 2025
4e13dcc
EndpointInstances FA4 to 6
jasontaylordev Jul 4, 2025
242fef2
EndpointDetails FA4 to 6
jasontaylordev Jul 4, 2025
3d221c1
SequenceDiagram V4 to 6
jasontaylordev Jul 4, 2025
a4e11d1
SagaDiagram FA4 to 6
jasontaylordev Jul 4, 2025
9908e2a
MessageView FA4 to 6
jasontaylordev Jul 4, 2025
7004e83
Update FAIcon import paths to use absolute paths
jasontaylordev Jul 4, 2025
c7e8f30
restore white background to error symbol
PhilBastian Jul 4, 2025
f2aa37b
remove remaining fontawesome v4 styles
PhilBastian Jul 4, 2025
07fa50d
remove styles referencing fontawesome font
PhilBastian Jul 4, 2025
e9a4d73
replace missing style which was previously in font-awesome.css
PhilBastian Jul 4, 2025
86b696b
revert unnecessary change
PhilBastian Jul 4, 2025
f0f4fc5
fix issues from review
PhilBastian Jul 4, 2025
730a57a
Simplify with Bootstrap colors
jasontaylordev Jul 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions src/Frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/legacy-modes": "^6.5.1",
"@dagrejs/dagre": "^1.1.5",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tinyhttp/content-disposition": "^2.2.2",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.45.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Frontend/src/assets/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ ul.dropdown-menu > span > li > a > span {
padding-left: 16px;
background: none;
border: none;
color: #00a3c4;
color: var(--sp-blue);
padding-right: 0;
}

.sp-btn-menu:hover {
background: none;
border: none;
color: #00a3c4;
color: var(--sp-blue);
text-decoration: underline;
}

Expand Down
Loading