Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: make app tabs scrollable#19881

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BrunoQuaresma merged 9 commits intomainfrombq/fix-apps-overflowing
Sep 22, 2025
Merged

Conversation

BrunoQuaresma
Copy link
Collaborator

The solution follows the way VSCode manages its tabs. Since many other editors use a similar approach, this feels familiar and intuitive for our users.

Demo:

Screen.Recording.2025-09-18.at.16.05.58.mov

Fix#19438

@BrunoQuaresmaBrunoQuaresma requested a review froma teamSeptember 18, 2025 19:13
@BrunoQuaresmaBrunoQuaresma self-assigned thisSep 18, 2025
@BrunoQuaresmaBrunoQuaresma requested review frombrettkolodny and removed request fora teamSeptember 18, 2025 19:13
@BrunoQuaresma
Copy link
CollaboratorAuthor

@aslilac I’m going to re-request your review since I had to refactor a bit to fix conflicts with main. The changes aren’t too significant, though.

@BrunoQuaresma
Copy link
CollaboratorAuthor

@kacpersaw I’m requesting your review since you added the subdomain warning in the task feature and I had to resolve a few conflicts. The biggest changes are that I moved it into the app iframe component (so each app can handle its own state) and I added a story to ensure it’s tested. Please let me know if you have any questions!

@brettkolodnybrettkolodny removed their request for reviewSeptember 19, 2025 20:06
activeApp?.subdomain&&!proxy.proxy?.wildcard_hostname;
constapps=getTaskApps(task);
const[embeddedApps,externalApps]=splitEmbeddedAndExternalApps(apps);
const[activeAppId,setActiveAppId]=useState(embeddedApps.at(0)?.id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
const[activeAppId,setActiveAppId]=useState(embeddedApps.at(0)?.id);
const[activeAppId,setActiveAppId]=useState(embeddedApps[0]?.id);

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I like to useat because it is type safe handling undefined values. Wdyt?

@BrunoQuaresma
Copy link
CollaboratorAuthor

@aslilac thanks a lot for all your reviews! I’m going to merge this PR now, but please let me know if I missed anything.

@BrunoQuaresmaBrunoQuaresma merged commite7d648f intomainSep 22, 2025
32 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/fix-apps-overflowing branchSeptember 22, 2025 16:46
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@aslilacaslilacaslilac approved these changes

@ParkreinerParkreinerAwaiting requested review from ParkreinerParkreiner is a code owner

@kacpersawkacpersawAwaiting requested review from kacpersaw

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

bug: tasks: handle overflow in TaskApps top bar
2 participants
@BrunoQuaresma@aslilac

[8]ページ先頭

©2009-2025 Movatter.jp