Git Product home page Git Product logo

browncoat's People

Contributors

lbauza20 avatar leobauza avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

iandownie

browncoat's Issues

Rows in docs highlighted bug

When using .row or .span in the documentation for other modules they are highlighted. Add specific classes for showing the highlights.

less lib order

set a default library order....wash does part of this by having all the varialbes...but something like the base-lib needs to be the first thing being output.

Wraith is broken

Wraith was broken when we moved the docs into their own folder. Wraith should also be set up to document the app as well as the docs.

paths are all fucked up

When trying to reorganize things, everything turns into a nightmare because all my paths are set one way...figure out how to address this.

no kaylee bug

when no kaylee exists input[type="text"] elements don't take their height seriously...wtf?

-doc class

Add .-doc to label and box on documentation templates so they can be styled independently of actual app styles.

dynamic arrays

none: if you look inside kaylee you will see that this is wrapped in a function "createLibArrays()" the plan here is to write something that can dynamically create the array with some information river writes into the creation of all the library arrays. Right now I can't even imagine what that looks like or how to accomplish this. update: that wont be there pretty soon...

//some old code .....??? do magic and spit out an array i can use for each library instead of having multiple?
function createLibArrays() {    
    $libArr = array(
        //lib name => lib path
        "core" => "../libs/core-lib/core-firefly.less",
        "btn" => "../libs/btn-lib/btn-firefly.less",
        "callout" => "../libs/callouts-lib/callouts-firefly.less",
        "modal" => "../libs/modal-lib/modal-firefly.less",
    );
    return $libArr;
}
$serenityArr = createLibArrays( something here that helps make this array from something generic so i can make multiple of these );
$washArr = createLibArrays( something here that helps make this array from something generic so i can make multiple of these );

Break out typography elements

Should typography be broken away from blocks (ie. h1-h2 be in _typography.scss and header-footer be in _reset.scss or _divisions.scss)

Modal height calculation

Look into height calculation....if the width is variable it doubles the height for some reason? So the modalHeight option is useless.

Add .l class

Add the .l class to the last ".span" manually rather than letting the script do it? This relates to the form.

Make note in documentation about best practice for this. It is only done to support IE8 and below.

permissions

If this is always supposed to run locally...do permissions really matter at all?

generate kaylee export array

kaylee needs to contain a message that it has been written by river...and a way to fill out all previously checked stuff.

Ajax in simon

  • Some kind of modal pop up to run serenity/firefly wipes?
  • Modal has buttons to take you away to your project.
  • Refresh the CSS somehow upon landing without a page refresh?
  • fetch css from the server maybe?

wiping with no kaylee file

Wiping doesn't work unless a kaylee file exists... prob because it sets the paths to serenity and stuff so it has to fall back on default kaylee or something...

IE7: inline forms don't work

This was expected. Either:
a. Find a way to support it
b. Drop support for IE seven for some elements

if b make sure to mention it in the docs.

Production Gulp Task

  • Minify js/css and optimize in any other way
  • Run tests
  • Make sure docs scss isn't compiled into application css

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.