summary refs log tree commit diff stats
path: root/lib/ui/stack.go
Commit message (Expand)AuthorAgeFilesLines
* Implement the Container interface in lib/ui/Drew DeVault2019-01-201-0/+4
* Apply gofmtDrew DeVault2018-06-111-2/+2
* Move sidebar into account tabsDrew DeVault2018-06-111-4/+4
* switch to tcell from termboxMarkus Ongyerth2018-06-011-7/+2
* Add stack UI containerDrew DeVault2018-02-271-0/+73
0 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130