Skip to content

Commit

Permalink
Merge pull request #60 from ivoxavier/loginPageRedesign
Browse files Browse the repository at this point in the history
Remove LogInPage
  • Loading branch information
ivoxavier authored Feb 15, 2023
2 parents 9a35fc7 + cbd20a6 commit d1b8c89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 106 deletions.
9 changes: 5 additions & 4 deletions kaltracker.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Exec=kaltracker %U
Icon=assets/logo.svg
Terminal=false
Type=Application
X-Ubuntu-Touch=true
X-Ubuntu-Supported-Orientations=portrait
X-Ubuntu-Splash-Color=#FF8080
X-Ubuntu-Splash-Image=assets/logo.svg
X-Lomiri-Touch=true
X-Lomiri-Supported-Orientations=portrait
X-Lomiri-Splash-Show-Header=false
X-Lomiri-Splash-Color=#FF8080
X-Lomiri-Splash-Image=assets/logo.svg
95 changes: 0 additions & 95 deletions qml/LogInPage.qml

This file was deleted.

8 changes: 1 addition & 7 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ MainView {
}
}

//LogInPage, where users enter their id and credential
Component{
id: login_page
LogInPage{}
}

//UserProfileConfig
Component{
id: user_profile_config_page
Expand Down Expand Up @@ -227,7 +221,7 @@ MainView {
Component.onCompleted:{
if(app_settings.is_clean_install){
//new install || not configured
page_stack.push(login_page)
page_stack.push(user_profile_config_page)
}
else{
//during experiment time and app configured
Expand Down

0 comments on commit d1b8c89

Please sign in to comment.