Skip to content

[Feature Request] Quick-fill buttons for Server and Channel selection #202

@Relishablez

Description

@Relishablez

Hey, super appreciate this tool, thank you for making it so simple to use but packed with features!

I’ve implemented two small UI improvements that I’d like to upstream as a PR:

Problem:
Currently, users must manually select the server and channel from dropdowns when setting up actions in the extension. This can be tedious when you're already viewing the target server/channel in Discord.

  • Added a “Use current server” button next to the Server dropdown that reads the active Discord tab URL and fills the Server field.
  • Added a “Use current channel” button next to the Channel dropdown that does the same for the Channel field.

Under the hood this uses the Discord URL (/channels/{guild_id}/{channel_id}) plus some safer messaging/token handling so the UI doesn’t hang on errors.

Changes are limited to three files (content.js, chrome-service.ts, channel-messages.tsx), and the feature is working locally. Would you be open to a PR for this, or considering it as a built-in feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions