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

v2.2.1-alpha #156

Merged
merged 30 commits into from
Nov 5, 2023
Merged

v2.2.1-alpha #156

merged 30 commits into from
Nov 5, 2023

Commits on Sep 8, 2023

  1. Update README.md

    chrisK00 authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    bf76dba View commit details
    Browse the repository at this point in the history
  2. Update README.md

    chrisK00 authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    734c545 View commit details
    Browse the repository at this point in the history
  3. revert version

    chrisK00 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f3121c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e48440e View commit details
    Browse the repository at this point in the history
  5. revert comments

    chrisK00 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8a6ccc5 View commit details
    Browse the repository at this point in the history
  6. companyname

    chrisK00 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0251083 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    chrisK00 authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c22f5c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. #114 Implemented CssUtil.GetDueClass & tests (#123)

    * #114 Implemented CssUtil.GetDueClass & tests
    
    * #114 Added semicolor to css rule
    
    * #114 Changed placement of css rule.
    
    * #114 removed dots from string result.
    
    * #114 PR review changes.
    kgrontis authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    082ff1b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

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

Commits on Sep 11, 2023

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

Commits on Sep 12, 2023

  1. Adds font color to due period depending on severity. (#126)

    * Adds font color to due period depending on severity.
    
    * Returns text-end class for Index page.
    denislavh authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6928bff View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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

Commits on Sep 17, 2023

  1. Introduces subscription background color. (#135)

    * Adds background color to the database
    
    * Adds a control to select background color for a subscription
    
    * Updates tests to include background color
    
    * Updates migration scripts
    
    * Update subtrack.MAUI/Utilities/CssUtil.cs
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Minor updates
    
    * Update subtrack.MAUI/Pages/UpsertSubscription.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/UpsertSubscription.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/UpsertSubscription.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/UpsertSubscription.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Minor adjustments
    
    ---------
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    ashwin003 and chrisK00 authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3d8fb39 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. #128 make labels less visible (#136)

    * #128 make labels less visible
    
    * Update subtrack.MAUI/wwwroot/css/app.css
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/SubscriptionDetails.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/SubscriptionDetails.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/SubscriptionDetails.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/SubscriptionDetails.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    * Update subtrack.MAUI/Pages/SubscriptionDetails.razor
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    kgrontis and chrisK00 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    38dbfa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

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

Commits on Sep 24, 2023

  1. update roadmap

    chrisK00 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    b8f2dde View commit details
    Browse the repository at this point in the history
  2. make nav buttons larger and remove outline on back save and edit butt…

    …ons (#143)
    
    * btn outline => btn filled
    
    * navbar simplification
    
    * resolve comments
    
    * format and remove non existing css class
    
    * remove default styling
    
    ---------
    
    Co-authored-by: ChrisK00 <christian.khalil2000@gmail.com>
    Co-authored-by: chrisK00 <72318023+chrisK00@users.noreply.github.com>
    3 people authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    31a9a85 View commit details
    Browse the repository at this point in the history
  3. .net 8 roadmap

    chrisK00 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    6894495 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Adds subscription icon and secondary color (#149)

    * Adds database columns for icon and secondary color
    
    * Adds controls for saving icon and secondary color for subscriptions
    
    * Use subscription icon and secondary colors in the UI
    
    * Updates migration scripts
    
    * Minor updates to UI
    
    * Minor UI updates
    
    * Updates subscription details title
    
    * Updates subscription details title
    ashwin003 authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    576ace3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix flaky test

    chrisK00 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b3bb61d View commit details
    Browse the repository at this point in the history
  2. Revert "fix flaky test"

    This reverts commit b3bb61d.
    chrisK00 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8e81ec3 View commit details
    Browse the repository at this point in the history
  3. Feature/improve subscription card design poc (#150)

    * fix create sub bug. New style for cards. use dot instead of comma
    
    * fix overflow color picker input. fix currency on index showing on newline
    
    * fix flaky test
    
    * fix flaky test
    chrisK00 authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8b55ca5 View commit details
    Browse the repository at this point in the history
  4. roadmap

    chrisK00 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0c0f584 View commit details
    Browse the repository at this point in the history
  5. merge master

    chrisK00 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    351ecdb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. order by year (#154)

    chrisK00 authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7db53db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624ae85 View commit details
    Browse the repository at this point in the history
  3. readme merge master

    chrisK00 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    9aa8125 View commit details
    Browse the repository at this point in the history
  4. fix

    chrisK00 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    5dd9e14 View commit details
    Browse the repository at this point in the history
  5. return url on delete

    chrisK00 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    3f17c88 View commit details
    Browse the repository at this point in the history