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

Minor change to menu, and links to documentation #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DeftNerd
Copy link
Contributor

I unified the bottom part of the main menu and the settings menu so they both have a link to the Help & Documentation page and a link to the privacy policy.

I also added inline icons at the end of several headers in the settings area that link to the online documentation site to make it easier for people to get help without opening issues.

<!--START PRIVACY POLICY-->
<q-item
clickable
@click="showPrivacyPolicyDialog"
v-ripple>
<q-item-section avatar>
<q-icon name="subject"/>
<q-icon name="shield-account"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

What icon is this? Doesn't reference anything that I can tell

@@ -17,7 +17,9 @@
>

<!--START LIBRARY PATHS-->
<h5 class="q-mb-none">{{ $t('components.settings.library.pathConfiguration') }}</h5>
<h5 class="q-mb-none">{{ $t('components.settings.library.pathConfiguration') }}
<a href="https://docs.unmanic.app/docs/configuration/library_settings#library-path-configuration"><i class="on-right material-icons q-icon">help</i></a>
Copy link
Contributor

Choose a reason for hiding this comment

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

I do not want direct links to external documentation. If I break the urls, then that wrecks these links.
I would rather attempt to bring in the documentation text into theses sorts of help messages.

I have create an issue describing what I mean.

#21

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.

2 participants