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?
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.
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?