Coder Social home page Coder Social logo

feature.manager.ui's People

Contributors

beevk avatar cyberhck avatar stharohit avatar

Watchers

 avatar  avatar  avatar

feature.manager.ui's Issues

StopButton

StopButton {
  // Just copy a SVG..
  onClick: () => void;
}

image

RunCard

RunCard {
  startDate: string;
  endDate?: string;
  status?: "AllA"|"AllB"|"ChangedSettings"|"Removed"; (if nothing, then it's running, so use primary)
  trafficRate: number;
  onStopClick: () => void;
}

image

write down values somewhere

For border radius, margin, padding etc, and also with color codes, we need to be consistent, so on constants file, we need something like:
borderRadius: "NONE" => 0px; "S" => 2px; "M" => 4px; "L" => 6px;
margin: "NONE" => 0px; "XS" => "2px"; "S" => 4px; "M" => 8px; "L" => 12px; "XL" => 14px; "XXL" => 16px;
padding: "NONE" => 0px; "XS" => "2px"; "S" => 4px; "M" => 6px; "L" => 8px; "XL" => 10px; "XXL" => 12px;

colors separately

sdk

add tinka's sdk for backend

AirBnBDatePicker

AirBnBDatePicker {
  // don't need too many props, just simple start date and end date change according to ui
}

image

fetch data

create redux store, and write sagas to fetch data from API and store on redux (with proper error handling)

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.