This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
52b0112a0f
status-desktop
/
libs
/
StatusQ
/
qml
/
Status
/
Controls
/
Navigation
/
NavigationBarButton.qml
9 lines
96 B
QML
Raw
Normal View
History
Unescape
Escape
chore(CPP): foundation for user onboarding Contains minimal account creation and login Considerations: - migrated status-go wrapper and login code from the fix/cpp-structure (241eec) - Minimal refactoring and changes at the moment. Expect further refactoring follow up to reach the desired state. - Fix missing keychain initialization - Fix accounts DB initialization call done by startup -> Controller.openedAccounts -> status-go.OpenAccounts calls - Small refactoring and todos for other steps - fix SignalsManager - fix async access to dereferenced status-go memory from SignalsManager - fix SignalsManager not starting when registering - finish dev end to end test for create account and login - small improvements and added TODOs for future work - add onboarding test helpers and start messaging test - Refactoring towards Login UI integration Closes: #5909 Closes: #6028
2022-07-04 21:14:13 +00:00
import
QtQuick
chore(CPP): base for the window and layouting system Demo controls migrations to Qt6 POC for an application layout with isolated components Closes: #5902
2022-05-31 21:26:41 +00:00
/
*
!
Template
for
a
NavigationBar
square
button
*
/
Item
{
height:
width
}