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

Enhancements #240, #233 Comments reply and other actions #253

Commits on Apr 19, 2023

  1. Enhancements Podcastindex-org#240, Podcastindex-org#233 Comments repl…

    …y and other actions
    
    This commit implements Podcastindex-org#240 and initial support for Podcastindex-org#233.
    
    A menu is added to comments that support initiating the following
    actions:
    - Reply to post - currently just navigates to the post in it is
      original system
    - Copy link to post
    - Open in original site - opens the post in its original system at
      another tab
    - Follow author of the post - currently just navigates to the
      profile of the author on its original system
    
    This commit is based on
    nathangathright/comment-thread-mockup@6b2f716
    
    Related issues:
    
    - Podcastindex-org#240
    - Podcastindex-org#233
    
    Co-authored-by: Nathan Gathright <[email protected]>
    dellagustin and nathangathright committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    40e8e99 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Comments: Podcastindex-org#233 Remote interaction

    This commit implements one next step to automate the remote
    interactions with comments and commenters.
    
    This uses the WebFinger protocol and API and also the
    OStatus Subscribe mechanism.
    
    There are very little guardrails, so some might need to
    be implemented later (e.g. verifying the input for the
    interactor account).
    
    Known issues:
    When the user is first prompted to enter their account,
    the opening of a new tab for interaction will be blocked
    as a pop-up.
    
    Related issues:
    - Podcastindex-org#233
    - Podcastindex-org#240
    
    Related links:
    -
    https://socialhub.activitypub.rocks/t/represent-endpoint-for-remote-interaction/480
    dellagustin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    7f59726 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    bc65ff6 View commit details
    Browse the repository at this point in the history
  2. Fix: Comments menu on dark mode

    References:
    -
    Podcastindex-org#253 (comment)
    
    Co-authored-by: Steven Crader <[email protected]>
    dellagustin and stevencrader committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a0bd277 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    09396eb View commit details
    Browse the repository at this point in the history
  2. Review PR Podcastindex-org#253 - Comments, close menu

    This commit implements the feature of closing the comment menu
    when the user clicks outside of it.
    
    It is based on a similar implementation on the class/component
    TopBar.
    
    References:
    -
    Podcastindex-org#253 (comment)
    
    Co-authored-by: Steven Crader <[email protected]>
    dellagustin and stevencrader committed May 7, 2023
    Configuration menu
    Copy the full SHA
    851afe1 View commit details
    Browse the repository at this point in the history