Flux, Your Gateway to a Decentralized World. https://home.runonflux.io https://api.runonflux.io https://docs.runonflux.io https://source.runonflux.io https://wiki.runonflux.io
Happy for this pull to wait a while, quite a few changes in the current release. I may have got carried away on this one, was originally just to fix the map bug that slipped through in the last release.
What this pull does
Many bugfixes. Eg:
Api calls not being caught.
Maps not refreshing when row details collapsed / expanded.
Row details not resetting when back pressed then return to myApps page.
Various console warnings fixed.
Etc
Splits out the 1600+ lines of code in myApps to separate components. The MyAppsTab component could be composed further, this is just a start.
Makes templates more readable (this should be the goal of all frontend views etc).
Removes old titan route that was causing a console warning.
Removes deprecated metamask debug flag.
Removes substantial code duplication. (and dead code).
Reworks the data modelling to be more simple.
Aligns the My Active Apps and My Expired Apps pages so they are visually the same. This removes about 600 lines of code as we can reuse the same component for both.
Screenshots:
Prior "My Expired Apps":
New "My Expired Apps":
Adds the per page and filter features, adds the app count, and adds the application expired notifier
Happy for this pull to wait a while, quite a few changes in the current release. I may have got carried away on this one, was originally just to fix the map bug that slipped through in the last release.
What this pull does
myApps
to separate components. TheMyAppsTab
component could be composed further, this is just a start.My Active Apps
andMy Expired Apps
pages so they are visually the same. This removes about 600 lines of code as we can reuse the same component for both.Screenshots:
Prior "My Expired Apps":
New "My Expired Apps":
Adds the per page and filter features, adds the app count, and adds the application expired notifier
Prior "My Active Apps":
New "My Active Apps":
Updates the page count label to be the same size
Prior Logged out view:
New Logged out view: