diff --git a/index.html b/index.html index 9c1ed1a..f652d6c 100644 --- a/index.html +++ b/index.html @@ -314,7 +314,12 @@ All - + +
+

+ Looks a bit empty here, no transactions yet. +

+
@@ -1250,7 +1255,12 @@ const floId = wildcards[0] if (floId && floCrypto.validateFloID(floId)) { render.transactions(floId).then(() => { - scrollToTopObserver.observe(getRef('transactions_list').firstElementChild) + if (getRef('transactions_list').firstElementChild) { + scrollToTopObserver.observe(getRef('transactions_list').firstElementChild) + getRef('filter_selector').classList.remove('hidden') + } else { + getRef('filter_selector').classList.add('hidden') + } }) } else { notify('Invalid Flo ID', 'error')