Giter Site home page Giter Site logo

super-widget's People

Contributors

joelfranusic-okta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

super-widget's Issues

Instructions - Jekyll version collision

Ran into an issue with the instructions on the readme. I think the install guide needs to start with only installing bundler, and then move into the project directory to install jekyll. Installing jekyll globally will install the latest version, colliding with that found in the gem.lockfile.

Does that sound right? I can submit a PR for the change but want to ensure we're aligned.

Port project to Vue.js and remove need for Jekyll

This project depends on Jekyll for creation of static files. With the use of Vue.js, we should be able to remove that dependency entirely.

Goals:

  • Instead of writing JS and SASS configuration into index.html and then re-reading those files for dynamic features. Use Vue.js to do this the same way on default load, or when using custom configuration.
  • One of the primary uses of Jekyll is parameterizing configuration variables. These should instead be defined in JS and "bound" (using whatever Vue.js calls "databinding") to the configuration and loading of the configuration (hopefully, a side-effect of this is that configuration of custom variables is handed "for free" by Vue.js)

Likely challenges:

  • The code is littered with gross setTimeout hacks, a redesign should remove as many setTimeout hacks as possible
  • Currently, this code instantiates 7 instances CodeMirror and manages the updates of all of them. Hopefully moving to Vue.js will allow us to just manage 2 (letting Vue.js handle updates to the contents of the editors)
  • CodeMirror can have issues if it is instantiated when it isn't visible. This might require some effort to make it work with Vue.js

showPasswordToggleOnSignInPage: false not working

Sign in widget support: showPasswordToggleOnSignInPage: false which will hide password. This is used in some socail logins as Okta password is not used there.

When this key is put into the text box, password box remains, so it would be nice thing to support too

Good job on an app, really like it!

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.