Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All auth and commerce work (and minor additions to ui) #34

Merged
merged 49 commits into from
Feb 29, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    15f7b0d View commit details
    Browse the repository at this point in the history
  2. deleted unused images

    erikrakuscek committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e4bf341 View commit details
    Browse the repository at this point in the history
  3. added checkout page

    erikrakuscek committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f6697c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d93e9a3 View commit details
    Browse the repository at this point in the history
  5. hanzo modules compile

    artemis-prime committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4965a1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    216166a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. int

    artemis-prime committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    40c698c View commit details
    Browse the repository at this point in the history
  2. int

    artemis-prime committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    128193d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    9f608da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ef1a1 View commit details
    Browse the repository at this point in the history
  3. all data pre parse

    artemis-prime committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d694b1a View commit details
    Browse the repository at this point in the history
  4. int

    artemis-prime committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4abde8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b9d8eb View commit details
    Browse the repository at this point in the history
  6. bullion fixture

    artemis-prime committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4b1dc52 View commit details
    Browse the repository at this point in the history
  7. cart fixture

    artemis-prime committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1a2389f View commit details
    Browse the repository at this point in the history
  8. better :)

    artemis-prime committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    55220ab View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. minor

    artemis-prime committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ab26a46 View commit details
    Browse the repository at this point in the history
  2. model and import integration.

    StandaloneCommerceService impl
    artemis-prime committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a3fb78b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6870507 View commit details
    Browse the repository at this point in the history
  4. int

    artemis-prime committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c9fca2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07be9b0 View commit details
    Browse the repository at this point in the history
  6. int

    artemis-prime committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ef9dd05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40573a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e88d9cb View commit details
    Browse the repository at this point in the history
  9. new service design

    artemis-prime committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7932296 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. mobx-react --> mobx-reat-lite

    added @hanzo/cart to tailwind content.files
    @hanzo/cart QuantifyWidget: new
    Added some mobx ssr optimizations
    @hanzo/ui Button: added 'rounded' as variant
      added xs to size
    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1106467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d50817 View commit details
    Browse the repository at this point in the history
  3. simplified tree

    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9871156 View commit details
    Browse the repository at this point in the history
  4. more tree cleanup

    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1fea731 View commit details
    Browse the repository at this point in the history
  5. minor

    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3318d36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    021829e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b6b095 View commit details
    Browse the repository at this point in the history
  8. int

    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2628184 View commit details
    Browse the repository at this point in the history
  9. cart assets

    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    092810f View commit details
    Browse the repository at this point in the history
  10. better line item layout

    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    dee8648 View commit details
    Browse the repository at this point in the history
  11. checkout button

    artemis-prime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4f9605a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    7309515 View commit details
    Browse the repository at this point in the history
  2. Auth, Commerce, Ui: Persist cart, basic checkout, auth integration to…

    … header (#26)
    
    added persist to firestore, basic checkout page
    made checkout based on ScreenfulBlock
    added auth provider
    add to cart w/o login
    added wallet login, fixed email and password login
    added auth widget to @hanzo/auth, added support for auth widget in header in @hanzo/ui
    multi step checkout, connect wallet address with user
    
    ---------
    
    Co-authored-by: artem ash <[email protected]>
    erikrakuscek and artemis-prime authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ca08501 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. checkout cleanup

    artemis-prime committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a927c98 View commit details
    Browse the repository at this point in the history
  2. auth cleanup

    artemis-prime committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    78c5027 View commit details
    Browse the repository at this point in the history
  3. conf change

    artemis-prime committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    31c5cee View commit details
    Browse the repository at this point in the history
  4. fixed auth-widget

    artemis-prime committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a6c3794 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f061f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2ab360 View commit details
    Browse the repository at this point in the history
  7. Commerce package and minor additions to ui (#33)

    * facets / category
    * Made observable wrapper for Category
    Cart: generalized cat facets config.
    * nice svgs for 'form' facets
    * ui: fixed primitives/toggle colors;
    cart: facet-image is it's own class.
    * responsivity:  >= md
    * layout: sm 
    * resp: >= sm; shopping cart button and cart drawer
    * mobile
    * Cart drawer; 
    * organized store into diff routes
    * Cart View
    * loading states for SCV
    * Sizes, more layout improvements
    * cart: made data init of CommerceService impl general.  So moved data it into Market
    * new cart domain model
    * safegaurded params in SCV
    * MCV: mobile layout
    * SCV: skeleton for loading
    * better conf in apps/market
    * better commerce module conf
    * mobile iOS picker for larger option sets;
    some renaming and cleanup
    * MCV: better mobile layour and support
    * new buy routers
    * service validation and bug fixes related to 'prod' mode
    * FacetTogglesWidget
    * sep of FacetTogglesWidget and FacetsWidget
    * ui/primitives/ListBox
    * separation of facet widget
    * CategoryAndItemWidget: cleanup and generalization
    * cleanup of types in commerce re facets
    artemis-prime authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ab5868e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e147c9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9726cdd View commit details
    Browse the repository at this point in the history
  10. minor

    artemis-prime committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    088a61c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dae9e6f View commit details
    Browse the repository at this point in the history