Andras Bacsai
4052d1bd05
Refactor color classes from yellow to warning across the application
...
- Updated color classes in NotifyDemo.php to use warning colors.
- Added new warning color variables in app.css.
- Changed warning icon colors in callout.blade.php.
- Updated loading spinner and hover states in global-search.blade.php.
- Refactored warning messages and styles in project application views.
- Adjusted log display colors in get-logs.blade.php.
- Updated private key status indicators in index.blade.php.
- Changed hover and text colors for documentation links in cloudflare-tunnel.blade.php.
- Refactored server creation messages in by-hetzner.blade.php.
- Updated proxy warning button colors in proxy.blade.php.
- Changed loading spinner colors in show.blade.php.
- Updated deployment status colors in deployments.blade.php and show.blade.php.
2025-11-28 16:23:32 +01:00
Andras Bacsai
64d52a2af8
fix: update border color utility for input-sticky-active and coolbox components
2025-11-28 14:14:21 +01:00
Andras Bacsai
0eefa64ce4
feat(ui): Improve new resource page UI layout and styling ( #7291 )
2025-11-28 14:01:17 +01:00
Andras Bacsai
d905ae107b
Refactor UI components to use 'coolbox' class for consistent styling across various views
...
- Updated dashboard, destination, project, and server views to replace 'box' class with 'coolbox' for improved visual consistency.
- Modified links and buttons in shared variables and scheduled tasks views to utilize 'coolbox' class.
- Ensured all relevant components reflect the new styling approach, enhancing user experience and interface coherence.
2025-11-28 13:55:54 +01:00
Andras Bacsai
bc39c2caa8
fix: eliminate layout shift on input border indicator using box-shadow
...
Replace border-based left indicator with inset box-shadow to prevent unwanted layout shifts when focusing or marking fields as dirty. The solution reserves 4px space with transparent shadow in default state and transitions to colored shadow on focus/dirty without affecting the box model. Update all form components (input, textarea, select, datalist) for consistency.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 15:29:06 +01:00
ShadowArcanist
d71efadce4
fix: add missing yellow border for search box focus in dark mode for new resource page
2025-11-20 11:57:02 +05:30
Andras Bacsai
239e28630f
style: update background colors to use gray-50 for consistency in auth views
2025-11-06 08:43:43 +01:00
Andras Bacsai
54964d54d4
fix: clean up utility classes and improve readability in Blade templates
2025-11-05 08:59:05 +01:00
Andras Bacsai
8775b3f74d
fix: enhance menu item styles and update theme color meta tag
2025-11-04 21:15:59 +01:00
Andras Bacsai
8a307ad2a3
Changes auto-committed by Conductor
2025-10-20 14:07:45 +02:00
Andras Bacsai
aacb6016b0
Changes auto-committed by Conductor
2025-10-16 13:43:52 +02:00
Andras Bacsai
2a8f02ed58
Changes auto-committed by Conductor
2025-10-16 09:48:32 +02:00
Andras Bacsai
3241bd2a74
fix(css): update focus styles for input and button utilities to improve accessibility
2025-10-09 16:38:27 +02:00
Andras Bacsai
2f124592d2
fix(css): update success color to match design specifications
2025-10-09 16:38:05 +02:00
Andras Bacsai
61e688affd
refactor(checkbox, utilities, global-search): enhance focus styles for better accessibility
2025-10-09 12:46:36 +02:00
Andras Bacsai
b536638bcf
ui(styles): enhance focus styles for buttons and links
...
- Added focus-visible styles for buttons and links to improve accessibility and user experience.
- Updated button utility styles to include focus-visible states for better visual feedback.
- Enhanced dropdown item styles to support focus-visible states, ensuring consistent interaction design.
2025-10-01 18:45:49 +02:00
Andras Bacsai
bed7ad833e
ui(core): update projects property type and enhance UI styling
...
- Changed the projects property in the Dashboard component from an array to a Collection for improved data handling.
- Added new color variables in CSS for better theming options.
- Updated button styles across various components for consistency and improved user experience.
- Refined dropdown and notification components for better visual alignment and usability.
2025-10-01 08:23:35 +02:00
ShadowArcanist
12629b471d
Fixed long text on helper popup not wrapping based on screensize
2025-09-29 13:16:00 +05:30
ShadowArcanist
610ef31034
Hidden metrics charts grid borders on darkmode (it was too bright on darkmode)
2025-09-19 22:51:24 +05:30
ShadowArcanist
0ef0247e14
Improved metrics graph tooltip to show usage in a better way and added timestamp to the tooltip
2025-09-19 22:40:08 +05:30
Andras Bacsai
90817914d9
refactor(ui): separate views for instance settings to separate paths to make it cleaner
2025-06-30 08:50:17 +02:00
Andras Bacsai
0e27d1f46d
fix(ui): update border styling for consistency across components and enhance loading indicators
2025-06-25 10:56:35 +02:00
Andras Bacsai
f8c3d29e1a
fix(css): refine utility classes in utilities.css for proper Tailwind directive application
2025-06-06 22:05:45 +02:00
Andras Bacsai
30d820962d
fix(css): adjust utility classes in utilities.css for consistent application of Tailwind directives
2025-06-06 22:05:24 +02:00
peaklabs-dev
9331ccaf3e
fix(css): bg-coollabs-gradient not working anymore
2025-05-19 23:01:28 +02:00
peaklabs-dev
2ef71d9114
fix(css): 8+ issue with new tailwind v4
2025-05-19 22:47:33 +02:00
peaklabs-dev
ca77dc8eb9
fix(css): tailwind v5 things
2025-05-19 22:27:04 +02:00
Andras Bacsai
61e45fbf3d
style(css): enhance badge utility styles in utilities.css
2025-05-19 15:31:35 +02:00
Andras Bacsai
ebe269324c
style(css): refine badge utility styles in utilities.css
2025-05-19 15:29:48 +02:00
Andras Bacsai
bd3f987fef
style(css): update padding utility for password input and add newline in app.css
2025-05-19 13:43:08 +02:00
0x4e32
c728e6f2ba
feat(ui): Upgrade to Tailwind v4 ( #5710 )
2025-05-14 12:43:23 +02:00
Andras Bacsai
d7ded7f8e5
refactor(database): enhance SSL configuration handling for various databases
2025-03-26 17:24:46 +01:00
Andras Bacsai
e8b3f68e66
feat(ui): Improve GitHub repository selection and styling
2025-03-11 22:29:17 +01:00
Andras Bacsai
7a8f66b2ec
fix: logs icons everywhere + terminal
2025-01-16 12:40:37 +01:00
Andras Bacsai
0ce01238d7
fix: html css
2024-12-17 13:40:07 +01:00
Andras Bacsai
ec1312a3f8
able to change zoom
2024-12-02 22:12:07 +01:00
Andras Bacsai
062c198d1d
test zoom out
2024-12-02 08:08:09 +01:00
peaklabs-dev
642cc6a9ca
fix light mode sticky search is dark
2024-11-25 22:12:34 +01:00
Andras Bacsai
16763372fc
fix: search should be more visible on scroll on new resource
2024-11-25 15:46:23 +01:00
peaklabs-dev
026fcdaf52
remove unused packages and add new tailwind scrollbar package
2024-11-11 12:55:47 +01:00
Tim Koch
c3fc22479a
Apply mb-12 to <section> elements
...
I think Coolify's design would benefit from a bit more space
between groups of content throughout the site.
HTML's section elements are a perfect fit to
a) semantically group related content and
b) add spacing/visual coherence to it at the same time
2024-10-31 18:03:16 +04:00
Tim Koch
1a668d6c46
Make h1 text size even larger
...
This is to make it even easier to visually distringuish between h1 and other heading elements.
For example, on pages with a h1 heading and multiple section headings,
this makes it easier to understand the structure of the page subconciously.
2024-10-31 18:03:16 +04:00
Tim Koch
fca1815216
Apply tailwind shadow to .box class
...
Makes .box elements appear raised above the background.
Only works in light mode!
2024-10-31 18:03:15 +04:00
Andras Bacsai
063aa702b1
chore: Add log1x/laravel-webfonts package
2024-06-25 13:44:46 +02:00
Andras Bacsai
5e625f71c5
feat: local fonts
2024-06-25 13:35:58 +02:00
Andras Bacsai
5201818f52
fix: monaco editor
...
fix: apex charts
2024-06-24 11:21:39 +02:00
Andras Bacsai
683872ef4e
test zoom
2024-05-29 10:00:15 +02:00
Andras Bacsai
98b6aec203
feat: admin view for deleting users
2024-05-21 14:29:06 +02:00
Andras Bacsai
b74eab8377
ui: fix tag view
2024-05-08 10:36:30 +02:00
Andras Bacsai
848e6102a1
fix css here and there
2024-05-06 13:58:19 +02:00
Francesco Bruno
1b30ee606f
improved responsivness in case the service/app/database is deployed
2024-05-05 18:14:14 +00:00
Francesco Bruno
91dbf1f01a
navbar changed in order top move as first element the button for start/redeploy
2024-05-05 16:33:52 +00:00
Francesco Bruno
6102e441d6
In small screen the submenu is moved up, under the navbar-main
2024-05-05 15:23:25 +00:00
Francesco Bruno
0cddce7a37
Changed the navbar-main class to utilize overflow-x-scroll, preventing the page from overflowing entirely.
2024-05-03 14:51:08 +00:00
Francesco Bruno
a86d13632e
Format foar a correct tailwind positioning of classes and eliminated usless spaces.
2024-05-03 14:49:41 +00:00
Andras Bacsai
da521020f6
Fix styling issues and add new badge class in app.css
2024-04-25 14:51:25 +02:00
Andras Bacsai
a00b5aa136
Update .button styles in app.css
2024-04-16 10:09:56 +02:00
Andras Bacsai
7c0e8d9421
Refactor pricing plans component and update button styles
2024-04-12 21:45:36 +02:00
Andras Bacsai
9c7f40e4fe
feat: upload large backups
2024-04-11 12:13:11 +02:00
Andras Bacsai
31651aeaab
ui: light buttons
2024-04-02 20:35:44 +02:00
Andras Bacsai
51d716253f
feat: watch paths
2024-03-28 15:05:12 +01:00
Andras Bacsai
971b17b364
ui fixes
2024-03-28 12:30:06 +01:00
Andras Bacsai
db5ff7f16d
Update CSS and Blade file
2024-03-28 09:25:42 +01:00
Andras Bacsai
79d589c7a9
wip: automatic cloudflare tunnels
2024-03-27 18:24:24 +01:00
Andras Bacsai
6cc93250b8
fix: uis
2024-03-27 14:51:58 +01:00
Andras Bacsai
8f47761200
ui: fix log outputs
2024-03-27 10:54:17 +01:00
Andras Bacsai
64a9a72457
fix: ui for tags
2024-03-26 11:52:45 +01:00
Andras Bacsai
b942f8c726
ui ui ui
2024-03-26 10:24:53 +01:00
Andras Bacsai
f661f23ee5
Update background color and text color in app.css
2024-03-25 19:16:39 +01:00
Andras Bacsai
5a631df2a2
uiuiuiui
2024-03-25 19:07:59 +01:00
Andras Bacsai
9ad6ce5851
ui ui ui ui
2024-03-25 11:33:38 +01:00
Andras Bacsai
a66090b594
ui + package updates
2024-03-25 10:41:44 +01:00
Andras Bacsai
b418a78e2e
ui ui ui (pig)
2024-03-24 16:00:25 +01:00
Andras Bacsai
54834891fb
Update styles and classes in blade files
2024-03-22 16:52:20 +01:00
Andras Bacsai
503b86ac13
Update navbar styling and fix subtitle padding
2024-03-22 13:47:54 +01:00
Andras Bacsai
2f50f64ecf
Update input component and toast position
2024-03-22 13:09:02 +01:00
Andras Bacsai
66fe124dd1
Update CSS styles and fix SVG icons
2024-03-22 12:47:19 +01:00
Andras Bacsai
8b7e1e4169
Refactor code and update UI components
2024-03-22 11:34:15 +01:00
Andras Bacsai
473bad24b7
ux ux ux ux ui ui ui ui
2024-03-21 14:30:35 +01:00
Andras Bacsai
b5775ff9d2
ui ui ui ui ui ui ux ux ux ux ux ux
2024-03-21 12:44:32 +01:00
Andras Bacsai
fafc4fb71e
Update UI elements and text content
2024-03-20 15:46:59 +01:00
Andras Bacsai
3a391aa3cb
Merge branch 'next' into feature/oauth
2024-03-20 13:59:56 +01:00
Andras Bacsai
b61860b3ab
ui: redesign
2024-03-20 12:54:06 +01:00
Andras Bacsai
91950e1891
ui: redesign
2024-03-19 15:37:16 +01:00
Pat Rocchio
1f37318f79
Add oauth support
...
- Support azure, bitbucket, github, gitlab, google providers
- Add authentication page to settings
Co-authored-by: Suraj Kumar <srjkmr1024@gmail.com>
Co-authored-by: Michael Castanieto <mcastanieto@gmail.com>
Co-authored-by: Mike Kim <m.kim4247@gmail.com>
2024-03-11 17:29:57 -04:00
Andras Bacsai
1d59383c78
feat: clone to env
2024-02-04 16:54:12 +01:00
Andras Bacsai
e7fdff0f69
feat: tags
...
ui: improvements
2024-02-02 11:50:28 +01:00
Andras Bacsai
6312c0ba84
feat: tags and tag deploy webhooks
2024-02-01 15:38:12 +01:00
Andras Bacsai
561e424a7d
feat: dashboard live deployment view
2024-01-27 18:44:40 +01:00
Andras Bacsai
fb478c79b3
feat: shared environments
2024-01-23 17:13:23 +01:00
Andras Bacsai
8d04fbdb74
feat: search between resources
2024-01-12 11:25:20 +01:00
Andras Bacsai
a0abde8652
ui: add image name to service stack + better options visibility
2023-12-14 14:24:54 +01:00
Andras Bacsai
f32191b889
fix modal
2023-12-06 16:59:52 +01:00
Andras Bacsai
e5c860319f
modal fix
2023-12-06 16:32:40 +01:00
Andras Bacsai
3fc264560c
Update dependencies and fix minor bugs.
2023-11-13 15:19:49 +01:00
Andras Bacsai
3dd9182281
Add sponsorship notification and disable option,
...
update dependencies
2023-11-13 14:44:54 +01:00
Andras Bacsai
db0e3cfcc4
fix: database proxy for services
...
version++
tiny css modifications
2023-11-10 09:41:42 +01:00
Andras Bacsai
0838343841
fix: pull requests
...
feat: add follow for full screen logs
2023-11-01 20:55:21 +01:00
Andras Bacsai
be8ea78b1b
feat: deployment logs fullscreen
2023-11-01 14:06:15 +01:00
Andras Bacsai
1175d68ab5
feat: full screen logs
...
fix: logs are in order now
2023-11-01 13:47:40 +01:00
Andras Bacsai
f470ebbbe0
ui: updates
2023-10-20 09:29:09 +02:00
Andras Bacsai
dcaa7a6ad7
fix: server validation process
2023-10-09 11:00:18 +02:00
Andras Bacsai
e2e64e36a0
feat: disable service, required version
2023-10-05 10:58:08 +02:00
Andras Bacsai
d62af76097
update boarding flow
2023-08-23 10:14:39 +02:00
Andras Bacsai
b39ca51d41
wip: boarding
2023-08-22 17:44:49 +02:00
Andras Bacsai
b941f35812
fix: ui + subscription
2023-08-14 14:00:10 +02:00
Andras Bacsai
c7fc00095c
feat: pricing plans ans subs
2023-07-27 16:22:13 +02:00
Andras Bacsai
fd89735521
Added +add flows everywhere
...
ui: changed vibrant button to not so vibrant
2023-07-26 13:23:47 +02:00
Andras Bacsai
a0b2868e95
UI stuffs
2023-07-13 13:16:24 +02:00
Andras Bacsai
1342634907
ui upgrades
2023-07-05 21:26:21 +02:00
Andras Bacsai
fed35d9c13
fix: registration/login button
...
fix: init user registrations
2023-06-29 17:16:50 +02:00
Andras Bacsai
7ce1dc0d48
fixes
2023-06-22 20:52:49 +02:00
Andras Bacsai
42504f0936
updates
2023-06-19 11:15:46 +02:00
Andras Bacsai
448182497f
updates
2023-06-19 10:58:00 +02:00
Andras Bacsai
0123ae97a1
fixes
2023-06-16 13:13:09 +02:00
Andras Bacsai
3589b92ec9
fix
2023-06-16 12:35:40 +02:00
Andras Bacsai
8daad8f8b8
fixes
2023-06-16 12:00:36 +02:00
Andras Bacsai
2b8467e6a1
css fix
2023-06-16 10:45:27 +02:00
Andras Bacsai
05c9126184
updates
2023-06-16 10:32:29 +02:00
Andras Bacsai
384ab2dd18
fix css
2023-06-15 08:38:15 +02:00
Andras Bacsai
4698ab9722
fix
2023-06-14 12:48:29 +02:00
Andras Bacsai
76bd4ae8ef
fix
2023-06-13 10:30:07 +02:00
Andras Bacsai
c701fbad32
fix
2023-06-13 10:11:11 +02:00
Andras Bacsai
e4704fb7e6
updates
2023-06-13 10:02:58 +02:00
Andras Bacsai
0f7512a394
fix
2023-06-12 22:30:47 +02:00
Andras Bacsai
6626795a99
table css
2023-06-12 21:12:07 +02:00
Andras Bacsai
d029029043
switch proxy
2023-06-08 08:39:00 +02:00
Andras Bacsai
774b8d987b
ui updates
2023-06-07 21:44:16 +02:00
Andras Bacsai
50bac2c056
udpates
2023-06-07 10:33:45 +02:00
Andras Bacsai
e2a5b5706e
updates
2023-06-06 13:48:20 +02:00
Andras Bacsai
2014183e88
fixes
2023-06-06 08:43:01 +02:00
Andras Bacsai
63a2e69cc6
new magic bar
2023-06-06 00:18:48 +02:00
Andras Bacsai
6a599c53d7
updates
2023-06-05 13:50:34 +02:00
Andras Bacsai
b82648ef5b
modal
2023-06-05 12:13:13 +02:00
Andras Bacsai
e5aad4d170
updates
2023-06-05 12:07:55 +02:00
Andras Bacsai
39d37010a3
fixes
2023-06-02 12:34:45 +02:00
Andras Bacsai
4a96b4b622
hm
2023-06-01 13:39:22 +02:00
Andras Bacsai
0aa816b4f2
a lot hehe
2023-06-01 12:15:33 +02:00
Andras Bacsai
7341e2586d
fixes
2023-05-31 22:23:17 +02:00
Andras Bacsai
232d2ccf79
mostly css
2023-05-31 10:19:29 +02:00
Andras Bacsai
40bab90946
catch-all traefik
2023-05-31 09:22:08 +02:00
Andras Bacsai
0f50d1accd
updates
2023-05-30 15:52:17 +02:00
Andras Bacsai
84a5099dd6
asd
2023-05-26 15:19:14 +02:00
Andras Bacsai
820ae61c20
scrollbar
2023-05-26 15:19:01 +02:00
Andras Bacsai
3ba9f399b8
fix
2023-05-25 21:23:03 +02:00
Andras Bacsai
62a214920d
updates
2023-05-25 15:47:27 +02:00
Andras Bacsai
6e7ee0ca48
a ton 👷♂️
2023-05-24 14:26:50 +02:00
Andras Bacsai
ee515ff940
wip
2023-05-23 09:53:24 +02:00
Andras Bacsai
c023fdae8b
fixes
2023-05-22 22:30:33 +02:00
Andras Bacsai
a044354294
css
2023-05-22 15:47:40 +02:00