Skip to content

lil gui can be shown if not on a three page #7

@github-actions

Description

@github-actions

The system to show or hide gui+stage stuff is not optimal
For now we give a mixin to pages we want the gui that show and hide on mount/destroy

Line: 216

}
},
toggleGui (w) {
// FIXME: lil gui can be shown if not on a three page
// category=lilgui
// The system to show or hide gui+stage stuff is not optimal
// For now we give a mixin to pages we want the gui that show and hide on mount/destroy
if (w) {
this.$cookies.set('gui', true, { path: '/', maxAge: 60 * 60 * 24 * 7 })
document.getElementsByClassName('guicontainer')[0].classList.remove('hide')

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions