Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default various SETTINGS to px #484

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Default various SETTINGS to px #484

merged 1 commit into from
Feb 16, 2023

Conversation

jmthomas
Copy link
Member

closes #474

@jmthomas jmthomas requested a review from ryanmelt February 15, 2023 23:20
@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Base: 74.51% // Head: 74.48% // Decreases project coverage by -0.03% ⚠️

Coverage data is based on head (0cabdde) compared to base (bc7c6db).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #484      +/-   ##
==========================================
- Coverage   74.51%   74.48%   -0.03%     
==========================================
  Files         458      458              
  Lines       28049    28049              
  Branches      596      596              
==========================================
- Hits        20901    20893       -8     
- Misses       7052     7060       +8     
  Partials       96       96              
Flag Coverage Δ
frontend 76.21% <ø> (-0.17%) ⬇️
ruby-api 50.12% <ø> (ø)
ruby-backend 78.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...tlmviewer/src/tools/TlmViewer/EditScreenDialog.vue 66.66% <ø> (ø)
...smos-tool-calendar/src/tools/Calendar/Calendar.vue 66.21% <0.00%> (-6.09%) ⬇️
...tsmonitor/src/tools/LimitsMonitor/LimitsEvents.vue 77.77% <0.00%> (-5.56%) ⬇️
...tlmserver/src/tools/CmdTlmServer/InterfacesTab.vue 52.94% <0.00%> (+5.88%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -62,10 +62,16 @@ export default {
style['text-align'] = setting[1].toLowerCase()
break
case 'PADDING':
style['padding'] = setting[1] + 'px !important'
if (!isNaN(Number(setting[1]))) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interesting way of detecting mixed numbers and text.

@ryanmelt ryanmelt merged commit 93d7a47 into main Feb 16, 2023
@ryanmelt ryanmelt deleted the setting_units branch February 16, 2023 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Telemetry screen WIDTH setting not working in 5.4.2
2 participants