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

[Question] Is there a way to specify the default tab for an app #1079

Open
budbach opened this issue May 10, 2024 · 3 comments
Open

[Question] Is there a way to specify the default tab for an app #1079

budbach opened this issue May 10, 2024 · 3 comments
Labels
question Further information is requested server-side Server-sider issue with the Slack Platform or Slack API

Comments

@budbach
Copy link

budbach commented May 10, 2024

Under "Apps" on the left hand side of the GUI, when selecting the app, it seems to default to opening the home page. For an app I am working on, I'd prefer the app to open to the messages tab as that is where most of the apps functionality is. Ideally, there would be a way to set the default tab fo the app.

The slack_bolt version

slack-bolt==1.18.1
slack_sdk==3.27.1

Python runtime version

Python 3.9.16

Steps to reproduce:

  1. In the GUI, click an app name with a home tab and messages tab under Apps
  2. The app opens to the "Home" tab

Requirements

The app opens to the "Messages" tab

@vegeris
Copy link

vegeris commented May 10, 2024

Hi there,

The App view does indeed default to opening the Home tab by default, or the Messages tab if a user has unread messages from the app. I don't believe we support customizing which tab opens by default, but one can disable the App Home tab if it's not relevant to their app via the App Config UI (Features -> App Home -> Show Tabs), or one can deep-link to a particular tab.

@eddyg
Copy link
Contributor

eddyg commented May 10, 2024

I also think this would be a great idea. I suggested exactly this as a Feature Request in the #feedback channel a couple years ago, but nothing ever came of it. 😐

@budbach
Copy link
Author

budbach commented May 10, 2024

Yeah, for this app the user mostly goes to the messages tab to interact conversationally with an AI backed chatbot. The home tab also has some features that are important but not the focus. Nearly everytime they open the app, they need to switch from the Home tab to the messages tab and it isn't a very good experience.

@seratch seratch added question Further information is requested server-side Server-sider issue with the Slack Platform or Slack API labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested server-side Server-sider issue with the Slack Platform or Slack API
Projects
None yet
Development

No branches or pull requests

4 participants