github tiagorvmartins/portanexus v0.1.3

latest release: v0.1.4
8 hours ago
  • This release includes a new experimental feature that enables the user to check container logs, also the logs support refresh functionality (configurable in the new settings screen).
  • Container Logs are supported both on Stacks and Container screen by clicking the container row.
  • New settings screen to configure container logging functionality (later more settings can be added here) - As a note here: using 'all' on 'Max Log Lines' can cause delays on fetching the logs depending on the device (PWA/Android).
  • Refactored ThemeModule to SettingsModule to accommodate a broader amount of settings related with the new container logging feature.
  • Fixed entry splash, it was showing the footer in the middle of screen.
  • Better visibility of the portainer stack status in portanexus, this means that if one stack's container is down then the stack status icon is shown as 'yellow dot'.
  • There were improvements on the scroll feature for both Android app and PWA, also now relies on FlatList for multiple sections instead of ScrollView.
  • Improved the touchable buttons (restart, start, stop buttons) area detection with slop config.
  • Removed the old burger icon from the Drawer, instead navigation can be done by clicking the top icon 'PortaNexus'.
  • Navigation can also be done using the swipe gestures functionality from Android (Android App only), swipe left to right shows Drawer menu and swipe right to left goes back in navigation.
  • Fixed a few bugs causing bloat on the console, such as Text not being properly wrapped with Text node.
  • Removed leftover setTimeouts in code, that were in place to mimic loading times.
  • Bumped/fixed npm modules to recommended versions by expo.
  • Improved readability of the code in a few sections.
  • Chore: README.md updated with new images, demo video and links.

What's Changed

Full Changelog: v0.1.2...v0.1.3

Don't miss a new portanexus release

NewReleases is sending notifications on new releases.