[PR #1721] [MERGED] Frontend tweaks #3378

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1721
Author: @JohnDuprey
Created: 9/3/2023
Status: Merged
Merged: 9/4/2023
Merged by: @KelvinTegelaar

Base: devHead: dev


📝 Commits (10+)

  • fdf29da Merge pull request #50 from KelvinTegelaar/dev
  • e223e90 Merge pull request #54 from KelvinTegelaar/dev
  • e59b74b Merge pull request #55 from KelvinTegelaar/dev
  • 06c0057 Tenant Selector Offcanvas
  • eecd749 remove logging
  • 1be36e0 Tenant Dashboard Improvements
  • d273f25 FontAwesome Global Library
  • 7e3140a Set footer position to sticky
  • 90dc81e CippActionsOffcanvas - Refresh button
  • 16d7a19 Add tooltips

📊 Changes

13 files changed (+439 additions, -387 deletions)

View changed files

📝 src/App.js (+4 -0)
📝 src/components/header/AppHeaderDropdown.js (+11 -4)
📝 src/components/layout/AppFooter.js (+1 -1)
src/components/tables/CellDelegatedPrivilege.js (+25 -0)
📝 src/components/tables/index.js (+2 -0)
📝 src/components/utilities/CippActionsOffcanvas.js (+2 -1)
📝 src/components/utilities/CippOffcanvas.js (+18 -3)
src/components/utilities/CippTenantOffcanvas.js (+106 -0)
📝 src/components/utilities/TenantSelector.js (+33 -27)
📝 src/data/portals.json (+16 -8)
📝 src/views/cipp/CIPPSettings.js (+28 -38)
📝 src/views/home/Home.js (+188 -206)
📝 src/views/tenant/administration/Tenants.js (+5 -99)

📄 Description

  • Add Teanant Selector offcanvas to the header
  • Add CellBadge for GDAP/DAP status on dashboard
  • Add FontAwesome library to App.js for using icons by name
    • Support for icon names in json templates
  • Add Refresh button to CippActionsOffcanvas and Recent Jobs

🔄 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/1721 **Author:** [@JohnDuprey](https://github.com/JohnDuprey) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/4/2023 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`fdf29da`](https://github.com/KelvinTegelaar/CIPP/commit/fdf29da3c397c2517ad9ae58074297efe60ceaf0) Merge pull request #50 from KelvinTegelaar/dev - [`e223e90`](https://github.com/KelvinTegelaar/CIPP/commit/e223e90cc132f7979dc46846c116ff5c9658aba1) Merge pull request #54 from KelvinTegelaar/dev - [`e59b74b`](https://github.com/KelvinTegelaar/CIPP/commit/e59b74bcf215fbb8140e3231c232ed5722cbdc5d) Merge pull request #55 from KelvinTegelaar/dev - [`06c0057`](https://github.com/KelvinTegelaar/CIPP/commit/06c0057800b3bf7aa0ea73a3211053963b3be407) Tenant Selector Offcanvas - [`eecd749`](https://github.com/KelvinTegelaar/CIPP/commit/eecd749050f2876037abb07f1df0ab618891a816) remove logging - [`1be36e0`](https://github.com/KelvinTegelaar/CIPP/commit/1be36e0e5d5613536cf98e2502aafacd4268fd7d) Tenant Dashboard Improvements - [`d273f25`](https://github.com/KelvinTegelaar/CIPP/commit/d273f25da2ed84c585939fe86d716d99104f3ce2) FontAwesome Global Library - [`7e3140a`](https://github.com/KelvinTegelaar/CIPP/commit/7e3140a4a92d62b4f3fde4b75ae6f940f96a1e1b) Set footer position to sticky - [`90dc81e`](https://github.com/KelvinTegelaar/CIPP/commit/90dc81e533ef7939c23edd99a4ffcf29eda18ff1) CippActionsOffcanvas - Refresh button - [`16d7a19`](https://github.com/KelvinTegelaar/CIPP/commit/16d7a1925f1f513477dd95ffae16922ed8cd78bb) Add tooltips ### 📊 Changes **13 files changed** (+439 additions, -387 deletions) <details> <summary>View changed files</summary> 📝 `src/App.js` (+4 -0) 📝 `src/components/header/AppHeaderDropdown.js` (+11 -4) 📝 `src/components/layout/AppFooter.js` (+1 -1) ➕ `src/components/tables/CellDelegatedPrivilege.js` (+25 -0) 📝 `src/components/tables/index.js` (+2 -0) 📝 `src/components/utilities/CippActionsOffcanvas.js` (+2 -1) 📝 `src/components/utilities/CippOffcanvas.js` (+18 -3) ➕ `src/components/utilities/CippTenantOffcanvas.js` (+106 -0) 📝 `src/components/utilities/TenantSelector.js` (+33 -27) 📝 `src/data/portals.json` (+16 -8) 📝 `src/views/cipp/CIPPSettings.js` (+28 -38) 📝 `src/views/home/Home.js` (+188 -206) 📝 `src/views/tenant/administration/Tenants.js` (+5 -99) </details> ### 📄 Description - Add Teanant Selector offcanvas to the header - Add CellBadge for GDAP/DAP status on dashboard - Add FontAwesome library to App.js for using icons by name - Support for icon names in json templates - Add Refresh button to CippActionsOffcanvas and Recent Jobs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 13:58:04 +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#3378
No description provided.