Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
clive
Merge requests
!35
Create onboarding screen
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Create onboarding screen
kmochocki/push-pop-screen-form
into
develop
Overview
4
Commits
20
Pipelines
7
Changes
17
Merged
Krzysztof Mochocki
requested to merge
kmochocki/push-pop-screen-form
into
develop
2 years ago
Overview
2
Commits
20
Pipelines
7
Changes
17
Expand
requires:
!34 (merged)
add trivial screens for setting node address and account anme
add form
add formscreen
add onboarding
switch new and edit authority from basescreen to formscreen
0
0
Merge request reports
Compare
develop
version 10
0e65d9f5
2 years ago
version 9
4c78c49f
2 years ago
version 8
3b48ca55
2 years ago
version 7
0e567929
2 years ago
version 6
f031945d
2 years ago
version 5
bd462ca8
2 years ago
version 4
bd462ca8
2 years ago
version 3
bd462ca8
2 years ago
version 2
bd462ca8
2 years ago
version 1
25097391
2 years ago
develop (base)
and
version 6
latest version
0e65d9f5
20 commits,
2 years ago
version 10
0e65d9f5
20 commits,
2 years ago
version 9
4c78c49f
20 commits,
2 years ago
version 8
3b48ca55
20 commits,
2 years ago
version 7
0e567929
20 commits,
2 years ago
version 6
f031945d
19 commits,
2 years ago
version 5
bd462ca8
30 commits,
2 years ago
version 4
bd462ca8
30 commits,
2 years ago
version 3
bd462ca8
17 commits,
2 years ago
version 2
bd462ca8
30 commits,
2 years ago
version 1
25097391
29 commits,
2 years ago
17 files
+
341
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
clive/storage/mock_database.py
+
3
−
0
Options
@@ -71,6 +71,9 @@ class NodeData:
class
ProfileData
:
name
:
str
=
""
password
:
str
=
""
# yes, yes, plaintext
active_account
:
ActiveAccount
=
ActiveAccount
(
"
MAIN_ACCOUNT
"
*
4
,
[
PrivateKey
(
"
default
"
,
"
X
"
*
14
),
PrivateKey
(
"
memo
"
,
"
Y
"
*
14
)]
)
Loading