Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Timeline not showing events if the event occurs outside the `EXECUTION_STARTED` + `EXECUTION_FINISHED` events ([#180][#180])
- Timeline incorrectly showing some `VF_APEX_CALL_START` events when dealing with ApexPage messages ([#212][#212])
- Font sizes not correctly scaling in some places ([#238][#238])

## [1.5.2] - 2022-11-08

Expand Down Expand Up @@ -208,3 +209,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#199]: https://github.com/financialforcedev/debug-log-analyzer/issues/199
[#219]: https://github.com/financialforcedev/debug-log-analyzer/issues/219
[#129]: https://github.com/financialforcedev/debug-log-analyzer/issues/129
[#238]: https://github.com/financialforcedev/debug-log-analyzer/issues/238
2 changes: 1 addition & 1 deletion log-viewer/resources/css/Settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
display: inline-block;
font-family: var(--vscode-editor-font-family);
background-color: var(--vscode-textBlockQuote-background);
font-size: 8pt;
font-size: 0.9em;
padding: 5px;
margin-right: 5px;
margin-bottom: 5px;
Expand Down
2 changes: 1 addition & 1 deletion log-viewer/resources/css/Status.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
#status {
align-items: center;
font-size: 10pt;
font-size: 1.1em;
margin-bottom: 5px;
margin-top: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion log-viewer/resources/css/TimelineView.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
#timelineKey .keyEntry {
display: inline-block;
font-size: 8pt;
font-size: 0.9em;
padding: 4px;
margin-right: 5px;
}
Expand Down
1 change: 0 additions & 1 deletion log-viewer/resources/css/TreeView.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
border-radius: 10px;
margin: 4px 2px 10px 2px;
white-space: nowrap;
font-size: 10pt;
}
.node {
margin-top: 2px;
Expand Down