adjustment

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove lock diasbaled

remove lock diasbaled

switch buttons Cancel: Stay on treatment Confirm: End Treatment

switch buttons
Cancel: Stay on treatment
Confirm: End Treatment

revert this always enable lock enabled

revert this always enable lock enabled

enable lock icon

enable lock icon

make this a bool and update internally

make this a bool and update internally

keep lock button enabled and update logic

keep lock button enabled and update logic

revert this

revert this

revert cancel button to older design

revert cancel button to older design

only update size on EndTreatmentDialog and leave this size as is. and fiz settings confirm dialogs

only update size on EndTreatmentDialog and leave this size as is. and fiz settings confirm dialogs

add comment

add comment

same as above

same as above

only run when visible

only run when visible

LEAHI-APPLICATION-LDT-3000_End of Treatment - SW - 01 - R&I
LEAHI-APPLICATION-LDT-3000_End of Treatment - SW - 01 - R&I
okay will do

okay will do

okay acknowledged

okay acknowledged

No Action For Now: Same for the vError param: https://devapps.diality.us/cru/#LEAHI-APPLICATION-LDT-2727-1CFR-76762

No Action For Now:
Same for the vError param:
https://devapps.diality.us/cru/#LEAHI-APPLICATION-LDT-2727-1CFR-76762

No Action For Now: Please always use mError, since it is local to the script function, to be consistent with the rest. Also, usually it is a number, not a bool. It is fine for now, but later we sh...

No Action For Now:
Please always use mError, since it is local to the script function, to be consistent with the rest.
Also, usually it is a number, not a bool.

It is fine for now, but later we should create a decorator to cover these types of similarities.

updated

updated

this method removed but updated elsewhere

this method removed but updated elsewhere

updated

updated

this was existing code.. Updated to use the DeviceController and made updates accordingly. And Tested and still works

this was existing code.. Updated to use the DeviceController and made updates accordingly. And Tested and still works

updated

updated

updated

updated

updated

updated

added

added

the content for each page is now set to this container which will handle the margins for the container so all componenets using the SettingsBase will have the same margins and I do not have to spec...

the content for each page is now set to this container which will handle the margins for the container so all componenets using the SettingsBase will have the same margins and I do not have to specify them left, right, bottom in each of them.. I have done the same thing for other components that act as a container

added comment

added comment

updated

updated

updated and added to fonts

updated and added to fonts

updated logic so the grid view has an equal number of rows depending on the total number of visible items. Before row count was hard coded to 6 so if there was ex. 8 items the left column would sh...

updated logic so the grid view has an equal number of rows depending on the total number of visible items.

Before row count was hard coded to 6 so if there was ex. 8 items the left column would show 6 and the right 2.. Updated so the gridview will look as even as possible.

I hard coded the column to 2 columns since the design has 2 columns and added logic to the row count to make the 2 columns equal