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

public notebooks #15

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

public notebooks #15

wants to merge 6 commits into from

Conversation

rej156
Copy link

@rej156 rej156 commented Jul 19, 2020

No description provided.

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

rej156 commented Jul 19, 2020

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"

props: true
},
{
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

@rej156
Copy link
Author

rej156 commented Jul 19, 2020

Screenshot 2020-07-19 at 21 00 58

Screenshot 2020-07-19 at 21 12 33

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

1 participant