Giter Site home page Giter Site logo

cusco's People

Contributors

kristjanjansen avatar

Watchers

 avatar  avatar  avatar

Forkers

ooker

cusco's Issues

Create Link component

Blade component

component('Link')
    ->with('icon', 'icon-arrow-right') // default
    ->with('title', '')
    ->with('route', '')

Looks roughly like

screen shot 2016-07-18 at 16 26 04

Flag

Flag (new)

  • Vue

    component('Flag')
        ->with('route_good')
        ->with('route_bad')
        ->with('value_good')
        ->with('value_bad')

Current TODO

Before migration to production

Map

Forms

  • ImageUpload customizable field title / errors
  • ImageUpload hidden image id
  • ImageUpload fallback upload image field?
  • Buttongroup / radio

Buttons

  • Button route

Masthead

  • NewsMasthead
  • SimpleMasthead / ForumMasthead ?

Nav

  • Routes / strings
  • User image
  • Badge

Footer

  • title / route
  • Social icons
  • Rss routes / icons
  • links conf

Comment

  • To Vue
  • Remove border on mobile
  • Smaller image on mobile
  • unpublished

Editor

ProfileImage

Actions (new)

  • Vue, just do it

SearchSmall / SearchField (new)

Components API

  • hide() / show()

Migraton

/public/v2/css/main.css
/public/v2/js/main.js
/svg
/photos|static|assets|bitmaps|jpg

/resources/views/v2/...

/app/Helpers
/app/http/Regions

/elixir/...

gulp

/app/http/Controllers/ForumControllerV2 // ?

/app/ForumV2 // ?

After migration to production

SlotLoader / Slot

component('SlotLoader')

$get('/slots').then((res) =>
    this.$broadcast('showSlots', res.data)
)

// ... 

events:

    showSlots: function(slots) {
        this.slot = slots[this.slotId] ?? {}
    }

DestinationBar

  • PHP

    component('DestinationBar')
        ->with('title', '')
        ->with('route', '')
        ->with('subtitle', '') // Pass > HTML?
    

Nav

Block / layouts

Forms

Masthead

  • ProfileMashead

Date

http://nosir.github.io/cleave.js/

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.