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
630da7caaa
status-desktop
/
ui
/
app
/
mainui
/
qmldir
4 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(onboarding): Added SplashScreen - Added SplashScreen as initial screen before onboard as per new designs. - Also moved all onboarding related code from main to onboarding section and switched to import this and all other sections as qml modules, exposing this way only necessary files. - Cleaned up unecessary qmldir files and imports. Closes #4954
2022-03-03 22:50:53 +00:00
AppMain 1.0 AppMain.qml
SplashScreen 1.0 SplashScreen.qml
chore: consolidate & refactor popup handling - all remaining global popup components moved into a separate Popups entity - removed some static objects from the Global singleton (appMain, pinnedMessagesPopup, communityProfilePopup, sounds); rationale: singletons should not contain any state - fixed support for popups in storybook - fixed some warnings (most of them broke the popups in one way or the other)
2023-02-07 14:21:32 +00:00
Popups 1.0 Popups.qml