mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-21 22:23:47 +00:00
feat(ui): unify brand accents and polish shared controls
Standardize highlighted buttons, selected controls, and loading indicators on coollabs accent colors; improve light-mode log toolbar styling; enhance small popups with compact/icon modes; and align navbars, helpers, and related layouts with matching tests.
This commit is contained in:
@@ -90,6 +90,13 @@ test('shared environment variables table still omits Managed column', function (
|
||||
expect($show)->toContain('! $isSharedVariable');
|
||||
});
|
||||
|
||||
test('shared environment variables empty state has spacing around the card', function () {
|
||||
$editor = file_get_contents(resource_path('views/components/shared-variables/editor.blade.php'));
|
||||
|
||||
expect($editor)
|
||||
->toMatch('/<div class="p-3">\s*<x-empty title="No shared variables"/');
|
||||
});
|
||||
|
||||
test('managed environment variables are ordered first', function () {
|
||||
$component = file_get_contents(app_path('Livewire/Project/Shared/EnvironmentVariable/All.php'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user