- 
                Notifications
    You must be signed in to change notification settings 
- Fork 218
feat(Output): add console #333
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
base: main
Are you sure you want to change the base?
Conversation
| @Dsaquel is attempting to deploy a commit to the vuejs Team on Vercel. A member of the Team first needs to authorize it. | 
| commit:  | 
| 
 Sure i can definitely do this 
 Anyway im ok with any solution we integrate a console 👍, maybe we can ask others people their opinions. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of changes caused by pnpm format
| 🤔 Maybe can use emit(log) + slot(console) + store.callback to implement the console plugin. Like the editor, the main package also does not depend on luna-console. | 
| 
 I think this is good, thansk for advice i'll try it. | 
Modifying the vue-repl based on vuejs/repl#333
* #15: Starting to integrate luna-console Modifying the vue-repl based on vuejs/repl#333 * Missing file. * fix: Hiding container for controls when none of them are presented. * #15: Serializing and rebuilding the messages. This enables elements to be rendered, for example. * Updating lock file * Updating lock file once more * #15: Adding some configs to show and hide the console and to display horizontally/vertically within the preview * #15 #28 Adding toggles for the different layout configs For some reason I had to rename LunaConsole.vue to luna-console.vue or vite would lose my luna-console.css and break the built component (not the build process, but the dist files got messed up and yv would not load it). * #15: Adding some animations Working on some styles too * #15: Making luna console theme reactive * #15: Actually making luna console theme reactive this time * Small tweak on the history snapshots * chore: bump version to 0.2.0-beta * Fixing variation in the position for the connected/disconnected indicator It was driving me mad. * #28: Adding a toggle for reverse layout Abstracting the layout menu into its own component * #28: WIP fixing mobile output layout * #28: Fixing resizing for output in horizontal mode * Using more specific class names to preserve resizing on horizontal layout even after building the package
inspiration from #201 (thanks)
This solution does not require a network connection, it is opt-in and way much lighter than loading the whole chobitsu devtool.