[PR #31399] fix(web): remove inconsistent bottom border from apps page header #33218

Closed
opened 2026-02-21 20:52:53 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/31399

State: closed
Merged: No


Summary

  • Removes /apps from the isBordered paths in header-wrapper.tsx to make the apps page header consistent with the plugins page
  • This addresses the dark mode UI inconsistency where the apps page shows a prominent bottom border that is not present on other similar pages

Changes

Before: Apps page (/apps) had a bottom border on the header (border-b border-divider-regular)
After: Apps page header matches the plugin list page (no bottom border)

This is a minimal fix addressing screenshot 1 from issue #31137 (the border below tabs on the apps page).

Related Issue

Fixes #31137 (partially - addresses the apps page header border inconsistency)

Test Plan

  • Navigate to /apps in dark mode - verify no bottom border on header
  • Navigate to /plugins in dark mode - verify consistent appearance with apps page
  • Navigate to /tools and /datasets/create - verify they still have the bottom border as intended
**Original Pull Request:** https://github.com/langgenius/dify/pull/31399 **State:** closed **Merged:** No --- ## Summary - Removes `/apps` from the `isBordered` paths in `header-wrapper.tsx` to make the apps page header consistent with the plugins page - This addresses the dark mode UI inconsistency where the apps page shows a prominent bottom border that is not present on other similar pages ## Changes **Before:** Apps page (`/apps`) had a bottom border on the header (`border-b border-divider-regular`) **After:** Apps page header matches the plugin list page (no bottom border) This is a minimal fix addressing **screenshot 1** from issue #31137 (the border below tabs on the apps page). ## Related Issue Fixes #31137 (partially - addresses the apps page header border inconsistency) ## Test Plan - [ ] Navigate to `/apps` in dark mode - verify no bottom border on header - [ ] Navigate to `/plugins` in dark mode - verify consistent appearance with apps page - [ ] Navigate to `/tools` and `/datasets/create` - verify they still have the bottom border as intended
yindo added the pull-request label 2026-02-21 20:52:53 -05:00
yindo closed this issue 2026-02-21 20:52:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33218