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

Live removal of issue comments using htmx websocket #28958

Open
wants to merge 82 commits into
base: main
Choose a base branch
from

Commits on Jan 27, 2024

  1. Update issue comments

    anbraten committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2b247dd View commit details
    Browse the repository at this point in the history
  2. move dep

    anbraten committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5005245 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. fix htmx ws loading

    anbraten committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    7cf50ef View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Feb 3, 2024

  1. add listeners

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3b35637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e85f85b View commit details
    Browse the repository at this point in the history
  3. add websocket service

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    d77073b View commit details
    Browse the repository at this point in the history
  4. improve websocket service

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    17f4faf View commit details
    Browse the repository at this point in the history
  5. cleanup

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    948f1bd View commit details
    Browse the repository at this point in the history
  6. update templates

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1d6a34d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    337456a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4beba8 View commit details
    Browse the repository at this point in the history
  9. adust template

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    21bcb1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2ca7d8 View commit details
    Browse the repository at this point in the history
  11. undo some changes

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fb49e6b View commit details
    Browse the repository at this point in the history
  12. sort imports

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    4c03093 View commit details
    Browse the repository at this point in the history
  13. render comment template

    anbraten committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7173bea View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    bc2a352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ab35c View commit details
    Browse the repository at this point in the history
  3. cleanup

    anbraten committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b2f4aae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afcdd78 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    21485f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cda3aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9c4554 View commit details
    Browse the repository at this point in the history
  4. cleanup

    anbraten committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ea06a25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ace44c View commit details
    Browse the repository at this point in the history
  6. finish

    anbraten committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    78b94ff View commit details
    Browse the repository at this point in the history
  7. fix permission

    anbraten committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c595916 View commit details
    Browse the repository at this point in the history
  8. sort imports

    anbraten committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b805631 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

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

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

  1. use custom create-websocket

    anbraten committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7de741c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdde78a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d2ec73 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    72bb32f View commit details
    Browse the repository at this point in the history
  2. rename event to e

    anbraten committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c1512d3 View commit details
    Browse the repository at this point in the history
  3. rename event to e

    anbraten committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    201fd83 View commit details
    Browse the repository at this point in the history
  4. undo prettier

    anbraten committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    39421d6 View commit details
    Browse the repository at this point in the history
  5. undo more prettier changes

    anbraten committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    634834b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    671a8df View commit details
    Browse the repository at this point in the history
  2. fix imports

    anbraten committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    94bcdba View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    77f89b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1602afd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Tweak comment

    silverwind authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f2f97a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. add return

    anbraten committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4d75e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3435f View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    anbraten committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cf23cd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb4443d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. add melody pubsub

    anbraten committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    372faaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86c1dc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    154f61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8919106 View commit details
    Browse the repository at this point in the history
  3. undo

    anbraten committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1328b2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aa3d5e View commit details
    Browse the repository at this point in the history
  5. tidy

    anbraten committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    40fc078 View commit details
    Browse the repository at this point in the history
  6. fmt

    anbraten committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c6abd32 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    e9502e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8dab69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    088454f View commit details
    Browse the repository at this point in the history
  4. add comma

    anbraten committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    43ad9f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    7cb8e2f View commit details
    Browse the repository at this point in the history
  2. adjust websocket

    anbraten committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    602a42a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Jun 26, 2024

  1. adjust

    anbraten committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0262846 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Sep 19, 2024

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

    anbraten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    85cf27e View commit details
    Browse the repository at this point in the history
  3. fix

    anbraten committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    abcc609 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. add pubsub

    anbraten committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    597fac4 View commit details
    Browse the repository at this point in the history
  2. cleanup

    anbraten committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    63f4e6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7daafae View commit details
    Browse the repository at this point in the history
  4. merge

    anbraten committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    edb0f9c View commit details
    Browse the repository at this point in the history
  5. fix

    anbraten committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f2001a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbfb0bd View commit details
    Browse the repository at this point in the history
  7. update

    anbraten committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    56d11fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    877eb69 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 1, 2024

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