Skip to content

Commit

Permalink
Corrected CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 26, 2024
1 parent 1ec4091 commit f90ed2d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This adapter has vis2 widget.
-->

## Changelog
### 1.3.10 (2024-04-12)
### **WORK IN PROGRESS**
* (bluefox) Corrected widget

### 1.3.8 (2024-04-11)
Expand Down
13 changes: 0 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@
"name": "scheduler",
"version": "1.3.10",
"news": {
"1.3.10": {
"en": "Corrected widget",
"de": "Korrigiertes Widget",
"ru": "Исправленный виджет",
"pt": "Widget corrigido",
"nl": "Gecorrigeerd widget",
"fr": "Widget corrigé",
"it": "Widget corretti",
"es": "Widget corregido",
"pl": "Poprawiony widżet",
"uk": "Виправлений віджет",
"zh-cn": "修正的部件"
},
"1.3.8": {
"en": "Small GUI changes done",
"de": "Kleine GUI Änderungen erledigt",
Expand Down
1 change: 0 additions & 1 deletion src-widgets/src/components/Interval.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const PrettySlider = props => {
if (textWidth > intervalsWidth) {
fontSize = Math.floor((intervalsWidth / textWidth) * 13);
}
console.log('id: ' + props.id + ' val: ' + props.value);

return <Slider
id={props.id}
Expand Down
1 change: 0 additions & 1 deletion src/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,6 @@ class App extends GenericApp {
}, 100);
}


const { classes } = this.props;
const fullProfile = this.state.native.profiles.find(profile => profile.id === this.state.activeProfile);

Expand Down
1 change: 0 additions & 1 deletion src/src/components/Interval.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const PrettySlider = props => {
if (textWidth > intervalsWidth) {
fontSize = Math.floor((intervalsWidth / textWidth) * 13);
}
console.log('id: ' + props.id + ' val: ' + props.value);

return <Slider
id={props.id}
Expand Down

0 comments on commit f90ed2d

Please sign in to comment.