mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[PR #608] [MERGED] Add page titles, 401, 403 page. Decouple modal from fast switcher. #2936
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#2936
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
react← Head:react📝 Commits (2)
fe2ed37Add page titles, 401, 403 page. Decouple modal from fast switcher.3e8ac51Merge 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.