Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
K
kus-admin
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Иван Кубота
  • kus-admin
  • Repository

Switch branch/tag
  • kus-admin
  • src
  • view
  • cmp
  • productCard
  • ProductCard.jsx
Find file
BlameHistoryPermalink
  • Иван Кубота's avatar
    Cards: · 9df06ae6
    Иван Кубота authored Feb 01, 2020
      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
    9df06ae6
ProductCard.jsx 994 Bytes
EditWeb IDE
×

Replace ProductCard.jsx

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.