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

Listing filtering #1272

Merged
merged 18 commits into from Jan 21, 2019
Merged

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    94425e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    7f59dea View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Configuration menu
    Copy the full SHA
    63581f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. hashItem fix

    vikas-cis committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    02092dc View commit details
    Browse the repository at this point in the history
  2. Merge conflictions

    vikas-cis committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    b10c148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b759354 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Configuration menu
    Copy the full SHA
    2a2a711 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    2cebe43 View commit details
    Browse the repository at this point in the history
  2. Sell > Listings: styling details

    Martin Allien committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    68d4406 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Sell: fix jumping content & clean-up

    Martin Allien committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    53a5206 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    efb0c30 View commit details
    Browse the repository at this point in the history
  2. trigger test

    vikas-cis committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    dce9497 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    0185318 View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    vikas-cis committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    35aed04 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    28f0a01 View commit details
    Browse the repository at this point in the history
  2. Resolves merge conflicts

    Merge branch 'market-beta' of https://github.com/particl/particl-desktop into listing_filtering
    zaSmilingIdiot committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    02dcfe4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Updates message size functionality and error handling when creating a…

    … listing template;
    
    * re-works some extraneous method calls for conciseness and better readability;
    * Adds a max file size for uploaded images (currently set at 2MB) - base64 encoding of large images (6+ MB) seems to cause a max stack call size failure for regex processing in html sanitization (my changes may have resulted in this, but another issue does exist for a possible resulting issue as well);
    * Updates some of the template processing (when creating a new listing) to be promise-based instead of based on observables, to make clear the sequential processing of events and prevent excessive nested callback subscriptions processing.
    zaSmilingIdiot committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    60be121 View commit details
    Browse the repository at this point in the history
  2. Fixes mording on error message (modification of tempaltes after they …

    …have been published).
    zaSmilingIdiot committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    d77fa01 View commit details
    Browse the repository at this point in the history