Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sectors visualization #88

Merged
merged 4 commits into from
Jan 23, 2024
Merged

Sectors visualization #88

merged 4 commits into from
Jan 23, 2024

Conversation

nazar-pc
Copy link
Member

A few things here:

  • Subspace and relm4 updates
  • farm summary state (plotting/replotting/farming) is removed as redundant, the same information is now displayed on per-farm level
  • Sectors visualization

Sectors visualization is rendering of a grid of squares, one per each sector on per-farm basis. Color and blinking of the farm corresponds to what happens to the sector:

  • gray color for sectors that are not plotted yet
  • light blue for sectors that are plotted and up to date
  • yellow for sectors that are about to expire and are going to be replotted soon
  • pink for expired sectors
  • slowly blinking sector is being downloaded
  • fast blinking red is being encoded
  • slowly blinking light blue is being written to disk

Colors are selected to be a intuitive and to work with both light and dark theme reasonably well.

Resolves #87

@nazar-pc nazar-pc merged commit dfb4031 into main Jan 23, 2024
7 checks passed
@nazar-pc nazar-pc deleted the sectors-visualization branch January 23, 2024 01:44
@alexhml
Copy link

alexhml commented Jan 23, 2024

waiting for the windows version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual state of sectors
2 participants