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

Improve views of missing partition key #211

Closed
elijahbenizzy opened this issue May 26, 2024 · 0 comments
Closed

Improve views of missing partition key #211

elijahbenizzy opened this issue May 26, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers ui

Comments

@elijahbenizzy
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Wasted space.
image

Describe the solution you'd like

  • In the app list view, if there's no partition key it shouldn't show up:
  • In the app list view, if some have no partition key and others do it should show up as null or something in light gray

Additional context
Add any other context or screenshots about the feature request here.

@elijahbenizzy elijahbenizzy added ui good first issue Good for newcomers enhancement New feature or request labels May 26, 2024
elijahbenizzy added a commit that referenced this issue May 30, 2024
This allows us to expand/focus on children in the app list.
This also hides the partition key if it doesn't exist

See #211
elijahbenizzy added a commit that referenced this issue May 31, 2024
This allows us to expand/focus on children in the app list.
This also hides the partition key if it doesn't exist

See #211
elijahbenizzy added a commit that referenced this issue Jun 1, 2024
This allows us to expand/focus on children in the app list.
This also hides the partition key if it doesn't exist

See #211
elijahbenizzy added a commit that referenced this issue Jun 3, 2024
This allows us to expand/focus on children in the app list.
This also hides the partition key if it doesn't exist

See #211
elijahbenizzy added a commit that referenced this issue Jun 4, 2024
This allows us to expand/focus on children in the app list.
This also hides the partition key if it doesn't exist

See #211
elijahbenizzy added a commit that referenced this issue Jun 5, 2024
This enables an application to specify the app that spawned it.

- Adds tracking of spawning parent to child app. This enables us to track from child app the parents that spawned it
- Adds pointers from parent app to child app. This does a little trickiness with the local tracker, but will allow the
UI to display bidirectional links for forks/spawns.
- Adds visualization for spawning parents to App list. This allows us to expand/focus on children in the app list. This also hides the partition key if it doesn't exist

See #211
elijahbenizzy added a commit that referenced this issue Jun 5, 2024
This enables an application to specify the app that spawned it.

- Adds tracking of spawning parent to child app. This enables us to track from child app the parents that spawned it
- Adds pointers from parent app to child app. This does a little trickiness with the local tracker, but will allow the
UI to display bidirectional links for forks/spawns.
- Adds visualization for spawning parents to App list. This allows us to expand/focus on children in the app list. This also hides the partition key if it doesn't exist

See #211

Adds bidirectional linking to the UI for spawning/forking apps

This adds the proper UI component + fixes logging/server to log
correctly when spawning.
elijahbenizzy added a commit that referenced this issue Jun 5, 2024
This enables an application to specify the app that spawned it.

- Adds tracking of spawning parent to child app. This enables us to track from child app the parents that spawned it
- Adds pointers from parent app to child app. This does a little trickiness with the local tracker, but will allow the
UI to display bidirectional links for forks/spawns.
- Adds visualization for spawning parents to App list. This allows us to expand/focus on children in the app list. This also hides the partition key if it doesn't exist

See #211

Adds bidirectional linking to the UI for spawning/forking apps

This adds the proper UI component + fixes logging/server to log
correctly when spawning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers ui
Projects
None yet
Development

No branches or pull requests

1 participant