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

Allow editing of actions #77

Merged
merged 4 commits into from
Apr 21, 2021
Merged

Allow editing of actions #77

merged 4 commits into from
Apr 21, 2021

Conversation

gregtyler
Copy link
Contributor

@gregtyler gregtyler commented Apr 16, 2021

Allows you to edit actions by clicking them, and allows you to tag users.

Automatically picks up user tags from Slack:
imagen
imagen

And you can tag someone in the edit box by using <@UserId>, <@Username> or <@DisplayName>. The angle brackets are because of importing from Slack, and to handle spaces (e.g. <@Greg Tyler>):
imagen

NB: Editing an action doesn't update Slack, and wouldn't render properly if it did since they only support <@UserID>. I considered making a WYSIWIG-autocomplete component to identify and tag User IDs but it doesn't seem at all worth my time.

Fixes #56

@gregtyler gregtyler marked this pull request as ready for review April 20, 2021 15:46
@gregtyler gregtyler merged commit 2cc9263 into main Apr 21, 2021
@gregtyler gregtyler deleted the 56-allow-editing-actions branch April 21, 2021 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allowing editing actions
2 participants