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

v1 updates #57

Merged
merged 50 commits into from
Oct 5, 2022
Merged

v1 updates #57

merged 50 commits into from
Oct 5, 2022

Commits on Jul 21, 2021

  1. add Customers listing page

    faxblaster committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    9d5a984 View commit details
    Browse the repository at this point in the history
  2. remove commented code

    faxblaster committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    f8c8196 View commit details
    Browse the repository at this point in the history
  3. Remove console.log()

    faxblaster authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    e6bcd4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9753b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fec194 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6c0890 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. wip-column select

    faxblaster committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    08dcf52 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Finish Column Select

    faxblaster committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a403797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc26d3 View commit details
    Browse the repository at this point in the history
  3. layout tweaks

    faxblaster committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4707673 View commit details
    Browse the repository at this point in the history
  4. fix overflow layout

    faxblaster committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    f8d7af6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    ece356b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42717ac View commit details
    Browse the repository at this point in the history
  3. Add Alison to credits

    mattstauffer authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d6e61af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdba36b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Add Duster

    rissajackson committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5d51cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018ebad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b994f3 View commit details
    Browse the repository at this point in the history
  4. Ran tlint

    rissajackson committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9655445 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #35 from tighten/alk/select-column

    Add column selection to Charges listing
    mattstauffer authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1ee4886 View commit details
    Browse the repository at this point in the history
  6. add no customers state

    faxblaster committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    8db0421 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1544ced View commit details
    Browse the repository at this point in the history
  8. Merge pull request #33 from tighten/alk/add-customers-listing

    Add Customers Listing Page
    faxblaster authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d251b6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0076e91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3dae18b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #36 from tighten/alk/customer-detail-page

    Add customer detail page
    faxblaster authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    80b9f25 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    89c0203 View commit details
    Browse the repository at this point in the history
  2. use stripe-mock for test

    faxblaster committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3ae3d1d View commit details
    Browse the repository at this point in the history
  3. remove unnecessary vars

    faxblaster committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    6214ddc View commit details
    Browse the repository at this point in the history
  4. remove from boot method

    faxblaster committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e0f525b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

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

Commits on Aug 25, 2021

  1. Add PR feedback

    rissajackson committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    eef2ce9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Remove trailing commas

    rissajackson committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c028926 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from tighten/rej/remove-kebab-case

    Add PascalCase and remove kebab-case from components
    rissajackson authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    41c1a1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    254738e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e21390 View commit details
    Browse the repository at this point in the history
  5. Update php version to 8

    rissajackson committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    22423ac View commit details
    Browse the repository at this point in the history
  6. Ran Duster

    rissajackson committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ae9307f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67e870d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fba77d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    d869d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb57c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d3f0e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #37 from tighten/rej/add-duster

    Add duster
    rissajackson authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    e1183a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Merge pull request #39 from tighten/alk/stripe-mock

    Use stripe-mock for testing
    mattstauffer authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f7d17e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. restrict nova version

    faxblaster committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    39dd5f4 View commit details
    Browse the repository at this point in the history
  2. rebuild js

    faxblaster committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    47da580 View commit details
    Browse the repository at this point in the history
  3. allow-plugins phpcs

    faxblaster committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    9db1548 View commit details
    Browse the repository at this point in the history
  4. update readme

    faxblaster committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    ccd2218 View commit details
    Browse the repository at this point in the history
  5. fix typo

    faxblaster committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    9b1c59a View commit details
    Browse the repository at this point in the history