GithubHelp home page GithubHelp logo

lusaxweb / vuenut Goto Github PK

View Code? Open in Web Editor NEW
304.0 304.0 19.0 9.18 MB

⚙️ Developer tools for vue js (Vuex)

Home Page: https://lusaxweb.github.io/vuenut.org/

License: MIT License

HTML 0.52% Vue 90.08% CSS 1.34% JavaScript 8.06%
componet javascript library vue vue-components vue2 vuejs vuenut vuex

vuenut's People

Contributors

luisdanielroviracontreras avatar unclejustin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vuenut's Issues

Error tras recuperar objeto del LocalStorage

You have in the official website [https://lusaxweb.github.io/vuenut.org/] this issue.

The method consultarFunctions from the component myFunctions.vue, is not taking care about the posibility that the item recovered from the localStorage could be empty.

Translated to Spanish:

En el sitio oficial [https://lusaxweb.github.io/vuenut.org/] tiene el caso de reproducción.

Al parecer en el componente myFunctions.vue en el método consultarFunctions, no se está controlando la posibilidad de que el valor recuperado del localStorage sea vacío.

Unable to edit a JSonView entry after its value goes null

If we remove the entire value of an entry from the jsonview, and it misses the focus (clicking another entry in the jsonview), we are not able to set a value in that entry anymore.

Null value should be treated as another value after all.

Noisy console output

Hello,

The npm published versions of vuenut should not print their own debug info into console.log as it adds noise and obstructs the user's debugging (and it's commonly in debugging that I use Vuenut anyway). At least hide the console output behind a runtime flag that can be given to vuenut when instantiating it e.g. Vue.use(vuenut, { debug: true }).

Night Mode Icon color styling

First off, an amazing tool! This really is a very minor issue.
I want to assign this to myself, but just posting as an issue to see if people agree?
I could make these changes in the css, as I've done in dev tools just experimentally.

Currently the icons are difficult to see in 'night mode'.

dev tools changed icon colors
Above is my proposed change with new icon color as white for higher contrast, and better accessibility.

Needs ability to ignore some data or namespaces

In my personal case there is a namespace where I hold references to instances of some classes that are related to libraries that are DOM-bound, and very complex with a lot of methods, circular references etc.

In general these references cause me no grief and work as they should, but I've started toying with your library and noticed that these references break Vuenut,

The easiest solution for me would be to ignore the entire namespace in Vuenut.

You should add a prop where user gives you a lists of strings with namespaces or store state objects to be ignored, even better if you had some way to denote paths like state.namespace.object or state.object.subobject could be given as :ignore=['namespace/object', 'object/subobject'] and Vuenut would just not add these to the "exploration tree".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.