]> zoso.dev Git - nemo-wallet.git/commit
Organize pages into their own directory.
authorChris Duncan <chris@zoso.dev>
Thu, 10 Oct 2024 21:44:34 +0000 (14:44 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 10 Oct 2024 21:44:34 +0000 (14:44 -0700)
commitd3c836cb3e02da0414ef5f51981561c781b7fb34
tree978be153be4329979940db5f9471ce3fe472523c
parent6be4b0858da227bc400913187a0a129406cfca0d
Organize pages into their own directory.
25 files changed:
app/app-root.xml
app/pages/exchange/exchange-page.ts [moved from app/exchange/exchange-page.ts with 100% similarity]
app/pages/exchange/exchange-page.xml [moved from app/exchange/exchange-page.xml with 100% similarity]
app/pages/exchange/exchange-view-model.ts [moved from app/exchange/exchange-view-model.ts with 100% similarity]
app/pages/history/history-item-detail/history-item-detail-page.ts [moved from app/history/history-item-detail/history-item-detail-page.ts with 100% similarity]
app/pages/history/history-item-detail/history-item-detail-page.xml [moved from app/history/history-item-detail/history-item-detail-page.xml with 100% similarity]
app/pages/history/history-items-page.ts [moved from app/history/history-items-page.ts with 90% similarity]
app/pages/history/history-items-page.xml [moved from app/history/history-items-page.xml with 100% similarity]
app/pages/history/history-view-model.ts [moved from app/history/history-view-model.ts with 100% similarity]
app/pages/history/shared/item.ts [moved from app/history/shared/item.ts with 100% similarity]
app/pages/rolodex/rolodex-item-detail/rolodex-item-detail-page.ts [moved from app/rolodex/rolodex-item-detail/rolodex-item-detail-page.ts with 100% similarity]
app/pages/rolodex/rolodex-item-detail/rolodex-item-detail-page.xml [moved from app/rolodex/rolodex-item-detail/rolodex-item-detail-page.xml with 100% similarity]
app/pages/rolodex/rolodex-items-page.ts [moved from app/rolodex/rolodex-items-page.ts with 90% similarity]
app/pages/rolodex/rolodex-items-page.xml [moved from app/rolodex/rolodex-items-page.xml with 100% similarity]
app/pages/rolodex/rolodex-view-model.ts [moved from app/rolodex/rolodex-view-model.ts with 100% similarity]
app/pages/rolodex/shared/item.ts [moved from app/rolodex/shared/item.ts with 100% similarity]
app/pages/settings/settings-item-detail/settings-item-detail-page.ts [moved from app/settings/settings-item-detail/settings-item-detail-page.ts with 100% similarity]
app/pages/settings/settings-item-detail/settings-item-detail-page.xml [moved from app/settings/settings-item-detail/settings-item-detail-page.xml with 100% similarity]
app/pages/settings/settings-items-page.ts [moved from app/settings/settings-items-page.ts with 90% similarity]
app/pages/settings/settings-items-page.xml [moved from app/settings/settings-items-page.xml with 100% similarity]
app/pages/settings/settings-view-model.ts [moved from app/settings/settings-view-model.ts with 100% similarity]
app/pages/settings/shared/item.ts [moved from app/settings/shared/item.ts with 100% similarity]
app/pages/transact/transact-page.ts [moved from app/transact/transact-page.ts with 100% similarity]
app/pages/transact/transact-page.xml [moved from app/transact/transact-page.xml with 100% similarity]
app/pages/transact/transact-view-model.ts [moved from app/transact/transact-view-model.ts with 100% similarity]