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

RemoveChatButtons: Add support for removing the new Start An Activity button #58

Open
AsheIsAmazing opened this issue Jun 18, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@AsheIsAmazing
Copy link

Is your feature request related to a problem? Please describe.
The Add an Activity button is new and also an eyesore.

Describe the solution you'd like
The ability to remove it from the chat bar buttons would be good.

Describe alternatives you've considered
N/A

Additional context
As seen here.

@AsheIsAmazing AsheIsAmazing added the enhancement New feature or request label Jun 18, 2022
@evoke9
Copy link

evoke9 commented Jul 2, 2022

To jump in on this since it is related. With the same update the Start An Activity button was added, the gif button was removed so if there is anyway to get that back as well would be much appreciated.

@QbDesu
Copy link
Owner

QbDesu commented Jul 2, 2022

I will add the option as soon as I get the activities button, unfortunately I didn't manage to encounter it yet. As for the GIF button being removed, it seems to be the case that the activities button replaces the gif button when it's there which will annoy the hell out of me when I encounter it because it's one of the 2 buttons that I actually use.

If I encounter it I will try to add an option to remove it and put the gif button back (unless it's hidden of course) unfortunately I can not say when that will happen.

@barbaduk
Copy link

barbaduk commented Nov 3, 2022

The Add an Activity button is new and also an eyesore.

you can add this in custom css to hide it 🙂

#app-mount > div.appDevToolsWrapper-1QxdQf > div > div.app-3xd6d0 > div > div.layers-OrUESM.layers-1YQhyW > div > div.container-1eFtFS > div > div > div.sidebar-1tnWFu > section > div.wrapper-3Hk9OB > div > div.actionButtons-2vEOUh > button:nth-child(3) {
    display: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants