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

LB-1230: Added ability to edit comment after pinning a Listen #2799

Merged
merged 9 commits into from
May 29, 2024

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    30d2a0a View commit details
    Browse the repository at this point in the history
  2. Added API to edit blurb content of a pinned recording

    1. New route added: /pin/update/<id>
    2. Adjusted frontent code to use the API
    lzzy12 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c7d92ad View commit details
    Browse the repository at this point in the history
  3. Fixed pip8 errors

    lzzy12 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    33d4748 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    f99ecb4 View commit details
    Browse the repository at this point in the history
  2. De-capitalized Update Comment button

    Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
    lzzy12 and MonkeyDo committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9d170f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Simplify calculating isUpdate logic

    Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
    lzzy12 and MonkeyDo committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    eb2a4ef View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    b8187c6 View commit details
    Browse the repository at this point in the history
  2. Update pinned recording text when edited

    Otherwise the user updates the text and needs to refresh the page in order to see the modifications, which isn't great UX,
    MonkeyDo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    722750f View commit details
    Browse the repository at this point in the history