Skip to content

Commit

Permalink
Replace login and registration panels
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 19, 2023
1 parent d260b4a commit d58b20d
Show file tree
Hide file tree
Showing 10 changed files with 219 additions and 864 deletions.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ int main( int argc, char *argv[] )
else
qDebug() << "Loaded font" << font;
}
app.setFont( QFont( "Lato" ) );
app.setFont( QFont( "Inter" ) );

QQuickStyle::setStyle( "Basic" );
QQmlEngine engine;
Expand Down
215 changes: 0 additions & 215 deletions app/qml/AuthPanel.qml

This file was deleted.

4 changes: 1 addition & 3 deletions app/qml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ set(MM_QML
misc/NoWorkspaceBanner.qml
misc/PositionProviderPage.qml
AboutPanel.qml
AuthPanel.qml
Banner.qml
ChangelogPanel.qml
CircularProgressBar.qml
Expand All @@ -152,7 +151,7 @@ set(MM_QML
FormsStackManager.qml
InputStyle.qml
LogPanel.qml
LoginForm.qml
MainPanel.qml
ManageInvitationsPage.qml
MapThemePanel.qml
Notification.qml
Expand All @@ -167,7 +166,6 @@ set(MM_QML
ProjectPanel.qml
ProjectStatusPanel.qml
ProjectWizardPage.qml
RegistrationForm.qml
RegistrationFinishPage.qml
RoundIndicator.qml
SearchBar.qml
Expand Down
Loading

0 comments on commit d58b20d

Please sign in to comment.