Skip to content

Hide mock right side panel and mobile FAB#43

Merged
MrOrz merged 1 commit into
masterfrom
hide-mock-right-drawer-14636359027738621333
May 4, 2026
Merged

Hide mock right side panel and mobile FAB#43
MrOrz merged 1 commit into
masterfrom
hide-mock-right-drawer-14636359027738621333

Conversation

@MrOrz
Copy link
Copy Markdown
Member

@MrOrz MrOrz commented May 2, 2026

Hides the right side panel and mobile floating button until they are fully implemented.
The RightDrawer component was removed from src/routes/_app.tsx, and the DrawerTab type was moved into RightDrawer.tsx to keep it compilable.
Verified with screenshots that the panel and button are no longer visible.

Fixes #42


PR created automatically by Jules for task 14636359027738621333 started by @MrOrz

Removes the `RightDrawer` component from the main layout in `src/routes/_app.tsx`.
This hides the desktop right side panel and the mobile floating action button,
as they are currently mocks.

Moved `DrawerTab` type definition to `src/components/RightDrawer.tsx` to
maintain type safety for the component.

Co-authored-by: MrOrz <108608+MrOrz@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request refactors the application layout by removing the RightDrawer component and its associated state (drawerOpen, activeDrawerTab) from the main _app route. Additionally, the DrawerTab type definition has been moved from the route file to the RightDrawer component file. I have no feedback to provide.

@MrOrz MrOrz marked this pull request as ready for review May 3, 2026 16:11
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@MrOrz MrOrz self-assigned this May 3, 2026
@MrOrz MrOrz requested review from bil4444, nonumpa and yutin1987 May 3, 2026 18:25
@MrOrz MrOrz merged commit 2c4dbae into master May 4, 2026
4 checks passed
@MrOrz MrOrz deleted the hide-mock-right-drawer-14636359027738621333 branch May 4, 2026 07:21
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.

feat: hide right side panel until it's really implemented

2 participants