Skip to content

Commit

Permalink
Merge pull request #228 from nfdi4plants/update-help
Browse files Browse the repository at this point in the history
Update help
  • Loading branch information
JonasLukasczyk authored Jul 16, 2024
2 parents f4db6a6 + f257245 commit 0ceebc7
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 327 deletions.
2 changes: 1 addition & 1 deletion packages/renderer/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const $q = useQuasar();
const iProps = reactive({
showToolbar: true,
toolbarMinimized: false,
showHelp: false,
showHelp: true,
splitterModel: 300,
error: false,
error_text: '',
Expand Down
167 changes: 0 additions & 167 deletions packages/renderer/src/docs/assay.vue

This file was deleted.

2 changes: 1 addition & 1 deletion packages/renderer/src/docs/git-commit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import d_checkbox from '../components/d_checkbox.vue';
<div class="q-py-sm">

<h5 style="margin-bottom:0.5em;">
<q-icon color="grey-8" name="verified" /> Commit Changes
<q-icon color="grey-8" name="rule" /> Commit Changes
</h5>

<q-card>
Expand Down
18 changes: 17 additions & 1 deletion packages/renderer/src/docs/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ export default {

<h5 style="margin-bottom:0.5em;">Help</h5>

Click <q-icon color="grey-7" name="help" />Toggle Help in the sidebar to show or hide the help menu.

<div class="q-pa-sm text-body2 text-justify">
The ARCitect is divided into three panels: sidebar, file tree and main menu.
</div>
Expand Down Expand Up @@ -208,7 +210,7 @@ export default {

<q-item>
<q-item-section avatar>
<q-icon color="grey-7" name="verified" />
<q-icon color="grey-7" name="rule" />
</q-item-section>
<q-item-section style="margin-left: -1.2em;">
Commit
Expand Down Expand Up @@ -242,6 +244,20 @@ export default {
</q-item-section>
</q-item>

<q-separator inset />

<q-item>
<q-item-section avatar>
<q-icon color="grey-7" name="verified" />
</q-item-section>
<q-item-section style="margin-left: -1.2em;">
Validation
</q-item-section>
<q-item-section>
Choose ARC validation
</q-item-section>
</q-item>

<q-separator inset />

<q-item>
Expand Down
152 changes: 0 additions & 152 deletions packages/renderer/src/docs/study.vue

This file was deleted.

Loading

0 comments on commit 0ceebc7

Please sign in to comment.