repo: cleanup unused pages and components

- Dashboard
- TableHeader
- SearchInput
- DashboardTable
This commit is contained in:
selsta
2019-01-10 06:58:43 +01:00
parent 36eb1f80e1
commit f2749fa1f0
16 changed files with 2 additions and 925 deletions

View File

@@ -116,9 +116,6 @@ Rectangle {
states: [
State {
name: "Dashboard"
PropertyChanges { }
}, State {
name: "History"
PropertyChanges { target: root; currentView: historyView }
PropertyChanges { target: historyView; model: appWindow.currentWallet ? appWindow.currentWallet.historyModel : null }