1. 01 Feb, 2020 4 commits
    • Cards: · 9df06ae6
      Иван Кубота authored
        Change storage from {c1,c2,c3...} to {cat1: {c1,c2,c3}, cat2: ...}
      
      DOM:
        Fix error in removing removed children
      
      Store:
        AsyncResourceLoaderQueue - Made generic method for loading cached resources
        Model:
          async categories.load(id) - load category data with subitems
          async cards.load(category, id) - load full card data
      
          cards.load and new cards populate the same store. Useful for cache. Marked full data as `detailed`
      
      Views:
        Product card display:
          InfoCard.jsx — display Item and back\next logics
          ProductCard.jsx — fill markup with data
          InfoPage.jsx — logics of loading data
    • fix · d485803b
      Иван Кубота authored
    • smallfix · 89dda053
      Иван Кубота authored
    • Store: · 6a0b53d9
      Иван Кубота authored
        set: multivalue set property now set all values and then inform change subscribers
        sub: return UnsubscribeFunction
        ELSE Logic Component
      
      DOM
        feature: setting class object with Reactive Values
      
      Main
        move model/Store to project (it was in core)
      
      CardSlider:
        tiny bugfix
      
      Login
        daily token update
      
      InfoPage - wip
  2. 31 Jan, 2020 12 commits
  3. 30 Jan, 2020 24 commits