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

iframe width and tabs #70

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

iframe width and tabs #70

wants to merge 2 commits into from

Conversation

janat08
Copy link

@janat08 janat08 commented Jun 18, 2019

fix #63
I don't know if the doc folder actually does anything, but I added docs there.


IssueHunt Summary

Referenced issues

This pull request has been submitted to:


IssueHunt has been backed by the following sponsors. Become a sponsor

@@ -68,7 +69,7 @@ const store = new Vuex.Store({
state: {
...emptyPans(),
logs: [],
visiblePans: ['html', 'js', 'output'],
visiblePans: visiblePans || ['html', 'js', 'output'],
Copy link
Owner

Choose a reason for hiding this comment

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

we can use $store.dispatch('showPans', []) and $route.query instead

Copy link
Author

@janat08 janat08 Jun 22, 2019

Choose a reason for hiding this comment

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

const params2 = router.match(window.location).query returns nothing. Otherwise $route object isn't accessible outside vue.

@janat08
Copy link
Author

janat08 commented Nov 18, 2019

Please merge and reward

@janat08
Copy link
Author

janat08 commented Dec 6, 2019

@egoist ?

@janat08
Copy link
Author

janat08 commented Dec 26, 2019

@egoist

@janat08
Copy link
Author

janat08 commented Jan 29, 2020

@egoist please merge, its been half a year

@janat08
Copy link
Author

janat08 commented Feb 12, 2020

@egoist wouldn't mind just the bounty, pr review whenever you feel like it. Its been half a year.

@janat08
Copy link
Author

janat08 commented Apr 17, 2020

@egoist ?

@janat08
Copy link
Author

janat08 commented May 19, 2020

@egoist

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.

add query string parameters for setting panel width
2 participants