mirror of
https://github.com/amidaware/tacticalrmm-web.git
synced 2026-04-26 04:25:51 +03:00
[PR #42] frontend branding #42
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm-web#42
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/amidaware/tacticalrmm-web/pull/42
Author: @sadnub
Created: 9/18/2025
Status: 🔄 Open
Base:
develop← Head:feat-branding📝 Commits (10+)
d803a49frontend branding initaade829fix favicon upload5567584package-lock.json95b07f5modify themebuilder and prompt for reload of UI when successful8035173make branding settings window taller58942deallow setting transparency00e8a49fix some static colors and login page. Calculate table headers in dark modede33c1afix subtable tab colors in light modee132a1cremove some hardcoded colors and improve the theme preview3b75399added light and light page color📊 Changes
22 files changed (+1079 additions, -84 deletions)
View changed files
📝
package-lock.json(+2 -21)📝
src/App.vue(+31 -6)📝
src/components/SubTableTabs.vue(+3 -6)📝
src/components/agents/AssetsTab.vue(+0 -1)📝
src/components/agents/SummaryTab.vue(+2 -8)📝
src/components/automation/AutomationManager.vue(+0 -1)📝
src/components/core/APIKeysTable.vue(+1 -2)📝
src/components/modals/coresettings/CustomFields.vue(+1 -3)📝
src/components/modals/coresettings/EditCoreSettings.vue(+24 -6)📝
src/components/modals/coresettings/KeyStoreTable.vue(+2 -4)📝
src/components/modals/coresettings/URLActionsTable.vue(+1 -2)📝
src/components/ui/TacticalTable.vue(+6 -6)📝
src/core/dashboard/ui/TacticalTable.vue(+2 -2)📝
src/core/settings/components/ScheduleTable.vue(+1 -2)📝
src/css/quasar.variables.sass(+7 -1)📝
src/ee/sso/components/SSOProvidersTable.vue(+1 -2)➕
src/ee/whitelabel/api.ts(+115 -0)➕
src/ee/whitelabel/components/BrandSettings.vue(+815 -0)➕
src/ee/whitelabel/types.ts(+23 -0)📝
src/layouts/MainLayout.vue(+25 -5)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.