Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ericjuta
Copy link

No description provided.

@ericjuta ericjuta added the wip label Jul 19, 2020
@ericjuta
Copy link
Author

Apologies for the file save formatting..

<q-item :to="noLinks ? null : {'name': 'edit-note', params:{'hash': item.hash}}"
:key="item.hash+'it'" clickable :active="active" @click="$emit('click', item)">
<q-item
:to="public_notebook ? {'name': 'view-note', params:{'hash': item.hash}} : noLinks ? null : {'name': 'edit-note', params:{'hash': item.hash}}"
Copy link
Author

Choose a reason for hiding this comment

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

Notable, added new prop "public_notebook"

},
{
name: "view-notebook",
path: ":address/:uuid",
Copy link
Author

Choose a reason for hiding this comment

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

Difference in this route is that it sets a default notebook uuid selected for the notebook-list component

@ericjuta
Copy link
Author

Screenshot 2020-07-19 at 21 00 58

Screenshot 2020-07-19 at 21 12 33

@ericjuta ericjuta marked this pull request as ready for review September 27, 2020 18:00
@ericjuta ericjuta changed the title public notebooks [draft] public notebooks Sep 27, 2020
@ericjuta ericjuta removed the wip label Sep 27, 2020
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