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

Update/observe page UI changes #122

Merged
merged 5 commits into from
Nov 14, 2023
Merged

Update/observe page UI changes #122

merged 5 commits into from
Nov 14, 2023

Conversation

LTDakin
Copy link
Contributor

@LTDakin LTDakin commented Nov 14, 2023

Wayne's UI request: move the telescope options to their own tab and to comment out leader follower buttons

Moved the options that form the block of controls ranging from manual telescope to pointing reference to a tab located next to controls named "Telescope Config"

In addition commented out the Leader and Follower tabs

As you can see below the config for telescope that was previously on top is now on its own tab that is only visible when you are an admin or owner

BEFORE:
Screenshot 2023-11-14 at 11 09 24 AM

AFTER:

Screenshot 2023-11-14 at 11 04 56 AM

Moved telescope controls that were previously at the top of the observe
tab to a new tab next to controls named telescope. Also commented out
leader follower options from the ui at wayne's request
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

src/components/sitepages/SiteData.vue|119 col 26| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|124 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|124 col 27| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|128 col 47| Expected 1 line break after opening tag (<div>), but no line breaks found.
src/components/sitepages/SiteData.vue|128 col 61| Expected 1 line break before closing tag (</div>), but no line breaks found.
src/components/sitepages/SiteData.vue|129 col 69| 'style' should be on a new line.
src/components/sitepages/SiteData.vue|129 col 89| Expected a space before '/>', but not found.
src/components/sitepages/SiteData.vue|135 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|135 col 26| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|140 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|140 col 27| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|145 col 47| Expected 1 line break after opening tag (<div>), but no line breaks found.
src/components/sitepages/SiteData.vue|145 col 65| Expected 1 line break before closing tag (</div>), but no line breaks found.
src/components/sitepages/SiteData.vue|146 col 62| 'style' should be on a new line.
src/components/sitepages/SiteData.vue|146 col 82| Expected a space before '/>', but not found.
src/components/sitepages/SiteData.vue|152 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|152 col 25| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|157 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|157 col 24| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|162 col 47| Expected 1 line break after opening tag (<div>), but no line breaks found.
src/components/sitepages/SiteData.vue|162 col 62| Expected 1 line break before closing tag (</div>), but no line breaks found.
src/components/sitepages/SiteData.vue|163 col 66| 'style' should be on a new line.
src/components/sitepages/SiteData.vue|163 col 86| Expected a space before '/>', but not found.
src/components/sitepages/SiteData.vue|169 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|169 col 25| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|174 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|174 col 26| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|179 col 47| Expected 1 line break after opening tag (<div>), but no line breaks found.
src/components/sitepages/SiteData.vue|179 col 65| Expected 1 line break before closing tag (</div>), but no line breaks found.
src/components/sitepages/SiteData.vue|180 col 61| 'style' should be on a new line.
src/components/sitepages/SiteData.vue|180 col 81| Expected a space before '/>', but not found.
src/components/sitepages/SiteData.vue|186 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|186 col 26| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.
src/components/sitepages/SiteData.vue|191 col 20| Expected 1 line break after opening tag (<CommandButton>), but no line breaks found.
src/components/sitepages/SiteData.vue|191 col 27| Expected 1 line break before closing tag (</commandbutton>), but no line breaks found.

src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
src/components/sitepages/SiteData.vue Outdated Show resolved Hide resolved
moved the check for userIsAdmin to the tab itself so the whole tab will not
show up unless you are an admin, before this change it would have the
telescope tab but it would be empty inside. This way is more logical
Wayne originally wanted it to be named telescope config, also there is a
telescope tab underneath controls so this helps add some distinction
Copy link
Contributor

@jnation3406 jnation3406 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@LTDakin LTDakin merged commit 1b2086c into dev Nov 14, 2023
1 check passed
@LTDakin LTDakin deleted the update/observe-page-ui-changes branch November 14, 2023 22:47
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.

3 participants