Code Monkey home page Code Monkey logo

elm-ui-book's People

Contributors

darthiba avatar elm-review-bot avatar georgesboris avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

elm-review-bot

elm-ui-book's Issues

Create `Placeholder` UI widgets

We should create a few generic widgets that are commonly used on UI libraries. This will be the first one.

Placeholder is basically a UI widget that fills a "hole" in the UI. It should:

– Default to 40px height + full width.
– Accept sizes (both height and/or width).

You can use this CSS pattern as the background:

background-color: #d0d0d0;
opacity: 0.3;
background-size: 8px 8px;
background-image: repeating-linear-gradient(45deg, #444cf7 0, #444cf7 1px, #ffffff 0, #ffffff 50%);

Please replace #444cf7 with the current theme for the application so the Placeholder is always colored according to the UIBook's theme.

Remember to also create the UIChapter for this component! 🚀

Rich search – chapter titles and descriptions

Context

Right now our search is not ideal – It duplicates some state (to make keyboard navigation easier) and it only matches simple title results. We could do better.

Goal

Use (elm-text-search)[https://package.elm-lang.org/packages/rluiten/elm-text-search/latest/] to enable searching through chapters titles and descriptions. Take the opportunity and make the chapter state management code better as a whole, removing duplication, etc.

Action log persistence settings

– Create button to allow "persistent" logs. If enabled, logs will persist across chapter navigation.
– Create button to "clear logs"

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.