[PR #1004] [MERGED] feat: updated mobile header #1314

Closed
opened 2026-02-26 19:32:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1004
Author: @adithyaakrishna
Created: 3/8/2024
Status: Merged
Merged: 4/15/2024
Merged by: @dguyen

Base: mainHead: feat/mobile-header


📝 Commits (10+)

📊 Changes

20 files changed (+62 additions, -42 deletions)

View changed files

📝 SIGNING.md (+2 -1)
📝 apps/marketing/src/api/claim-plan/fetcher.ts (+2 -1)
📝 apps/marketing/src/app/(marketing)/open/bar-metrics.tsx (+1 -0)
📝 apps/marketing/src/app/(marketing)/open/funding-raised.tsx (+1 -0)
📝 apps/marketing/src/app/(marketing)/open/metric-card.tsx (+1 -1)
📝 apps/marketing/src/app/(marketing)/open/salary-bands.tsx (+1 -1)
📝 apps/marketing/src/app/(marketing)/oss-friends/container.tsx (+3 -2)
📝 apps/marketing/src/app/robots.ts (+1 -1)
📝 apps/marketing/src/app/sitemap.ts (+1 -1)
📝 apps/marketing/src/components/(marketing)/hero.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/open-build-template-bento.tsx (+1 -1)
📝 apps/marketing/src/components/(marketing)/widget.tsx (+2 -2)
📝 apps/marketing/src/components/form/form-error-message.tsx (+1 -1)
📝 apps/marketing/src/components/ui/background.tsx (+1 -1)
📝 apps/marketing/src/providers/next-theme.tsx (+1 -1)
📝 apps/web/src/components/(dashboard)/layout/menu-switcher.tsx (+3 -2)
📝 apps/web/src/components/(dashboard)/layout/mobile-navigation.tsx (+2 -2)
📝 packages/ui/primitives/avatar.tsx (+4 -1)
📝 packages/ui/primitives/command.tsx (+5 -1)
📝 packages/ui/primitives/dialog.tsx (+28 -21)

📄 Description

Description:

  • Updated mobile header with respect to latest designs

Summary by CodeRabbit

  • New Features

    • Added a new showText property to the MenuSwitcher component to control text visibility.
    • Added a textSectionClassName property to the AvatarWithText component for conditional text section styling.
    • Updated the CommandDialog and DialogContent components with new positioning and styling properties.
  • Style Updates

    • Adjusted text size responsiveness in the Hero component for various screen sizes.
    • Modified text truncation and input styling in the Widget component.
    • Changed the width of the SheetContent element in MobileNavigation and adjusted footer layout.
  • Documentation

    • Added instructions for certificate placement in SIGNING.md.
  • Refactor

    • Standardized type imports across various components and utilities for improved type checking.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1004 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `feat/mobile-header` --- ### 📝 Commits (10+) - [`73944fe`](https://github.com/documenso/documenso/commit/73944fe56b264d1636b6b5eb6b0cf91c5042529e) feat: updated mobile header - [`f545d37`](https://github.com/documenso/documenso/commit/f545d37bb39ca30346db26def434605d247e779a) chore: updated avatar component and switcher - [`1792e01`](https://github.com/documenso/documenso/commit/1792e012ad3cc839f5e78e238096157aeb6ea877) chore: truncated long signatures in marketing app - [`61b43bf`](https://github.com/documenso/documenso/commit/61b43bf75bfdfa2db7df15ed824741767019c9f6) chore: reverted changes to cmd menu - [`19c0b7c`](https://github.com/documenso/documenso/commit/19c0b7cce8bdad15d82ab3b4c1a65c3835adbffa) Merge branch 'main' of https://github.com/documenso/documenso into feat/mobile-header - [`5649e45`](https://github.com/documenso/documenso/commit/5649e459229298c64ff107a0dea813f6dd9b905b) Merge branch 'main' into feat/mobile-header - [`b6b61f1`](https://github.com/documenso/documenso/commit/b6b61f1909c580837fa13653ee8b6afa863cf68f) Merge branch 'main' of https://github.com/documenso/documenso into feat/mobile-header - [`c4f59b7`](https://github.com/documenso/documenso/commit/c4f59b719f0def66e5d2b7a5e1633eaa0dcbe9a7) Merge branch 'feat/mobile-header' of https://github.com/documenso/documenso into feat/mobile-header - [`dda67f2`](https://github.com/documenso/documenso/commit/dda67f255b204965485ef4841975131eb6c9a6fb) chore: fix all import issues - [`8b18e62`](https://github.com/documenso/documenso/commit/8b18e62e9577666b87c84a5ade9cf49c98244f00) Merge branch 'main' of https://github.com/documenso/documenso into feat/mobile-header ### 📊 Changes **20 files changed** (+62 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `SIGNING.md` (+2 -1) 📝 `apps/marketing/src/api/claim-plan/fetcher.ts` (+2 -1) 📝 `apps/marketing/src/app/(marketing)/open/bar-metrics.tsx` (+1 -0) 📝 `apps/marketing/src/app/(marketing)/open/funding-raised.tsx` (+1 -0) 📝 `apps/marketing/src/app/(marketing)/open/metric-card.tsx` (+1 -1) 📝 `apps/marketing/src/app/(marketing)/open/salary-bands.tsx` (+1 -1) 📝 `apps/marketing/src/app/(marketing)/oss-friends/container.tsx` (+3 -2) 📝 `apps/marketing/src/app/robots.ts` (+1 -1) 📝 `apps/marketing/src/app/sitemap.ts` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/hero.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/open-build-template-bento.tsx` (+1 -1) 📝 `apps/marketing/src/components/(marketing)/widget.tsx` (+2 -2) 📝 `apps/marketing/src/components/form/form-error-message.tsx` (+1 -1) 📝 `apps/marketing/src/components/ui/background.tsx` (+1 -1) 📝 `apps/marketing/src/providers/next-theme.tsx` (+1 -1) 📝 `apps/web/src/components/(dashboard)/layout/menu-switcher.tsx` (+3 -2) 📝 `apps/web/src/components/(dashboard)/layout/mobile-navigation.tsx` (+2 -2) 📝 `packages/ui/primitives/avatar.tsx` (+4 -1) 📝 `packages/ui/primitives/command.tsx` (+5 -1) 📝 `packages/ui/primitives/dialog.tsx` (+28 -21) </details> ### 📄 Description **Description:** - Updated mobile header with respect to latest designs <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added a new `showText` property to the `MenuSwitcher` component to control text visibility. - Added a `textSectionClassName` property to the `AvatarWithText` component for conditional text section styling. - Updated the `CommandDialog` and `DialogContent` components with new positioning and styling properties. - **Style Updates** - Adjusted text size responsiveness in the `Hero` component for various screen sizes. - Modified text truncation and input styling in the `Widget` component. - Changed the width of the `SheetContent` element in `MobileNavigation` and adjusted footer layout. - **Documentation** - Added instructions for certificate placement in `SIGNING.md`. - **Refactor** - Standardized type imports across various components and utilities for improved type checking. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1314
No description provided.