about summary refs log tree commit diff stats
path: root/widgets/account-wizard.go
Commit message (Collapse)AuthorAgeFilesLines
* Introduce :new-account -tJanUlrich2019-06-051-14/+22
| | | | | | | | Adding the [-t] temporary flag to the new-account command - when using -t a newly created account will not be stored into the accounts.conf Issue #134
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-5/+2
|
* Implement opening tutorial after account wizardDrew DeVault2019-05-221-1/+21
|
* Write new accounts to config and open tabDrew DeVault2019-05-221-7/+139
|
* Remove excess padding from incoming config pageDrew DeVault2019-05-211-1/+1
|
* New account wizard, part oneDrew DeVault2019-05-211-0/+625
?id=a7fea5f379187ea7e7ff643215b801832459ed67'>^
b8c91eb ^
3a4c111 ^
cbec006 ^

3a4c111 ^
cbec006 ^




3a4c111 ^

cbec006 ^




3a4c111 ^
93af364 ^
b4bbc90 ^


cbec006 ^


19a5d38 ^








d17d855 ^










b1e55b1 ^
d17d855 ^







d17d855 ^



d17d855 ^


b1e55b1 ^







ea50f9e ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97