Skip to content
Snippets Groups Projects
Commit 777fa39a authored by poka's avatar poka
Browse files

update todos

parent 2264a9fc
No related branches found
No related tags found
No related merge requests found
Pipeline #19263 waiting for manual action
...@@ -323,6 +323,7 @@ Map computeHistoryView(repository, String address) { ...@@ -323,6 +323,7 @@ Map computeHistoryView(repository, String address) {
} }
//TODO: Migration date and transaction migration doesn't match, add this event to v2s indexer. //TODO: Migration date and transaction migration doesn't match, add this event to v2s indexer.
// log.d('debug date transaction: $date'); // log.d('debug date transaction: $date');
// log.d('debug date identity migration: ${sub.oldOwnerKeys[address]?[1]}'); // log.d('debug date identity migration: ${sub.oldOwnerKeys[address]?[1]}');
// if (date.compareTo(sub.oldOwnerKeys[address]?[1] ?? DateTime(2000)) < 0) { // if (date.compareTo(sub.oldOwnerKeys[address]?[1] ?? DateTime(2000)) < 0) {
......
...@@ -75,7 +75,6 @@ class SearchIdentityQuery extends StatelessWidget { ...@@ -75,7 +75,6 @@ class SearchIdentityQuery extends StatelessWidget {
} }
searchProvider.resultLenght = identities.length; searchProvider.resultLenght = identities.length;
// TODO: Find a way to reload a provider here, in Widget build... riverpod refacto needed... or not ...
double avatarSize = 55; double avatarSize = 55;
return Expanded( return Expanded(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment