[PR #608] [MERGED] Add page titles, 401, 403 page. Decouple modal from fast switcher. #2936

Closed
opened 2026-03-02 13:56:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/608
Author: @k-grube
Created: 1/14/2022
Status: Merged
Merged: 1/14/2022
Merged by: @KelvinTegelaar

Base: reactHead: react


📝 Commits (2)

  • fe2ed37 Add page titles, 401, 403 page. Decouple modal from fast switcher.
  • 3e8ac51 Merge branch 'react' of github.com:k-grube/CIPP into react

📊 Changes

10 files changed (+247 additions, -91 deletions)

View changed files

📝 package-lock.json (+69 -0)
📝 package.json (+2 -0)
📝 src/App.js (+13 -4)
📝 src/components/FastSwitcher.js (+67 -44)
📝 src/components/index.js (+7 -0)
📝 src/layout/DefaultLayout.js (+2 -4)
src/views/pages/page401/Page401.js (+31 -0)
src/views/pages/page403/Page403.js (+31 -0)
📝 src/views/pages/page404/Page404.js (+12 -20)
📝 src/views/pages/page500/Page500.js (+13 -19)

📄 Description

No description provided


🔄 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/KelvinTegelaar/CIPP/pull/608 **Author:** [@k-grube](https://github.com/k-grube) **Created:** 1/14/2022 **Status:** ✅ Merged **Merged:** 1/14/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `react` ← **Head:** `react` --- ### 📝 Commits (2) - [`fe2ed37`](https://github.com/KelvinTegelaar/CIPP/commit/fe2ed37e45c92281b7e9dee5381cb6278a2da0a0) Add page titles, 401, 403 page. Decouple modal from fast switcher. - [`3e8ac51`](https://github.com/KelvinTegelaar/CIPP/commit/3e8ac510add5ed937bd68a30eb8f244d80a40155) Merge branch 'react' of github.com:k-grube/CIPP into react ### 📊 Changes **10 files changed** (+247 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+69 -0) 📝 `package.json` (+2 -0) 📝 `src/App.js` (+13 -4) 📝 `src/components/FastSwitcher.js` (+67 -44) 📝 `src/components/index.js` (+7 -0) 📝 `src/layout/DefaultLayout.js` (+2 -4) ➕ `src/views/pages/page401/Page401.js` (+31 -0) ➕ `src/views/pages/page403/Page403.js` (+31 -0) 📝 `src/views/pages/page404/Page404.js` (+12 -20) 📝 `src/views/pages/page500/Page500.js` (+13 -19) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 13:56:07 +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/CIPP#2936
No description provided.