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
3 changes: 0 additions & 3 deletions ui/src/actions/uiproperties.js

This file was deleted.

3 changes: 0 additions & 3 deletions ui/src/reducers/uiproperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ const INITIAL_STATE = {};

function uiPropertiesReducer(state = INITIAL_STATE, action = {}) {
switch (action.type) {
case 'SET_UI_PROPERTIES': {
return { ...state, ...action.data };
}
/* `uiproperties` is a server state so it should ideally not be modified locally.
* We make an exception here until motor steps can be updated on the server. */
case 'SET_MOTOR_STEP': {
Expand Down