1. 21 6月, 2016 1 次提交
  2. 20 6月, 2016 1 次提交
  3. 09 6月, 2016 1 次提交
  4. 20 5月, 2016 1 次提交
  5. 17 5月, 2016 1 次提交
  6. 04 5月, 2016 1 次提交
  7. 29 4月, 2016 1 次提交
    • P
      Modernized RC list page · cd872801
      Piotr Bryk 提交于
      What I did here:
      * I copied old RC list code
      * Changed all directives to angular 1.5 components
      * Removed custom CSS styles
      * Added missing tests
      
      What is missing:
      * Zerostate page
      * responsiveness (this is a problem of the common component)
      * Documentation
      cd872801
  8. 26 4月, 2016 1 次提交
  9. 14 4月, 2016 1 次提交
  10. 05 4月, 2016 1 次提交
    • B
      Framework for setting up action bar in views · 1c9c9b9c
      bryk 提交于
      This is initial framework with dummy example of an action bar. It'll be
      extended further later. But it works now.
      
      Having actionbar in a view of a state forces separation of concerns.
      I.e., devs will not put action bar and a list of resources in one
      place.
      1c9c9b9c
  11. 08 3月, 2016 1 次提交
  12. 29 2月, 2016 1 次提交
  13. 18 2月, 2016 1 次提交
  14. 11 2月, 2016 1 次提交
  15. 28 1月, 2016 1 次提交
  16. 27 1月, 2016 2 次提交
  17. 26 1月, 2016 1 次提交
  18. 19 1月, 2016 2 次提交
  19. 13 1月, 2016 1 次提交
  20. 11 1月, 2016 1 次提交
  21. 29 12月, 2015 1 次提交
  22. 28 12月, 2015 1 次提交
  23. 21 12月, 2015 1 次提交
    • B
      Lint project SCSS stylesheet files · 568f01bd
      bryk 提交于
      This change adds linter for styles to the project and updates all styles
      to conform with the default set of rules.
      
      This should help us maintain a little bit more consistency in our
      styles.
      568f01bd
  24. 18 12月, 2015 2 次提交
  25. 04 12月, 2015 1 次提交
  26. 16 11月, 2015 1 次提交
  27. 06 11月, 2015 1 次提交
    • B
      JS boilerplate for the deploy app view · 725f72d8
      bryk 提交于
      This is all boilerplate that sets up the page, with some example
      content. This change alsu updates angular material to newer version.
      725f72d8
  28. 04 11月, 2015 1 次提交
  29. 29 10月, 2015 1 次提交
  30. 21 10月, 2015 1 次提交
  31. 20 10月, 2015 1 次提交
    • B
      Defie source code folder structure with sample app · eb12a534
      bryk 提交于
      This is a sample Angular application written in ES6 with modules. It has
      sample unit and integration tests. It was generated with a help of
      Yeoman.
      
      Don't mind what the application does right now. I'll use it for a next
      few days to verify that build system is working. Then it will be
      revamped.
      eb12a534