Commit Graph

2095 Commits

Author SHA1 Message Date
Andras Bacsai a9832e2783 Merge pull request #3949 from peaklabs-dev/fix-project-deletion
Fix: Projects can be deleted with resources
2024-11-07 13:43:56 +01:00
Andras Bacsai 3f8208e81b fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
Andras Bacsai a297c9fcab fix: better invitation errors 2024-11-07 12:32:23 +01:00
Andras Bacsai 376a2341af refactor scheduled task job (and related stuffs) 2024-11-07 11:09:38 +01:00
Andras Bacsai a097f3b830 ui 2024-11-06 12:49:57 +01:00
Andras Bacsai f8e6e925b6 cleanup 2024-11-05 17:17:34 +01:00
Andras Bacsai a07605205e refactor application advanced view 2024-11-05 12:28:33 +01:00
Andras Bacsai f9465790f7 delete unused component 2024-11-05 11:51:58 +01:00
Andras Bacsai 9995663f01 fix notifications 2024-11-05 11:33:33 +01:00
Andras Bacsai 5ce6c3ded1 refactor server limit check job + email notifications view 2024-11-05 11:22:23 +01:00
Andras Bacsai ae7d88df9f fix: refactor tags view / remove obsolete one 2024-11-05 10:11:15 +01:00
Andras Bacsai d24d1394f7 refactor telegram notifications view 2024-11-04 17:48:39 +01:00
Andras Bacsai e1d105606d fix: add user/pw to db view 2024-11-04 14:33:00 +01:00
Andras Bacsai 2baea6e89f fix 2024-11-04 14:23:21 +01:00
Andras Bacsai ffb1e10248 fix dragonfly view 2024-11-04 14:22:42 +01:00
Andras Bacsai 7fb1a1fc75 fix: use Auth(), add new db proxy stop event refactor clickhouse view 2024-11-04 14:18:16 +01:00
Andras Bacsai 1ab459a09b fix: reworded 2024-11-04 12:54:42 +01:00
Andras Bacsai 34c7aa122c refactor backup edit view 2024-11-04 12:40:10 +01:00
Andras Bacsai c11dfdee1f refactor create scheduled backup livewire 2024-11-04 11:53:32 +01:00
Andras Bacsai e30dcf1101 refactor application preview livewire 2024-11-04 11:32:03 +01:00
Andras Bacsai e4d5969326 refactor swarm view livewire 2024-11-04 11:25:45 +01:00
Andras Bacsai 83b3f6fe49 refactor application source view 2024-11-04 00:14:44 +01:00
Andras Bacsai ca7290cebe refactor project env edit livewire 2024-11-04 00:00:58 +01:00
Andras Bacsai 2f0f244382 refactor project edit livewire 2024-11-03 23:55:04 +01:00
Andras Bacsai 3b4a81be2a refactor add environment + remove unnecessary livewire component 2024-11-03 23:49:31 +01:00
Andras Bacsai e99155b13d remove unnecessary leftover 2024-11-03 23:49:06 +01:00
Andras Bacsai 8854eeb911 refactor new project 2024-11-03 23:42:00 +01:00
Andras Bacsai 1bdc2c6d7c refactor discord notification view 2024-11-03 23:19:44 +01:00
Andras Bacsai fd546cec9d fix: refactor destination/docker view 2024-11-03 23:08:24 +01:00
Andras Bacsai 4ed76f88f8 fix: destinations livewire refactor
removed unnecessary livewire components, renamed them ,etc etc
2024-11-03 22:19:41 +01:00
Andras Bacsai ec81b4ce5c fix: transactional email livewire 2024-11-03 21:45:17 +01:00
Andras Bacsai 8c9989136b fix: remove livewire legacy from help view 2024-11-03 21:27:26 +01:00
Andras Bacsai c211227141 fix: add min/max length to input/texarea 2024-11-03 21:27:02 +01:00
Andras Bacsai cc7c25aafd fix: dashboard refactor 2024-11-03 21:11:35 +01:00
Andras Bacsai 46c218d773 fix ui 2024-11-03 15:07:16 +01:00
Andras Bacsai 52b4e6216c fix: cloud admin view 2024-11-03 13:43:28 +01:00
Andras Bacsai b77ee11da5 Refactor livewire server show view to remove redundant code 2024-11-01 23:52:43 +01:00
Ted c9f2e192e4 Merge branch 'next' into next 2024-11-01 09:33:54 +00:00
Andras Bacsai 5ce2422b90 fix: stripe webhooks
fix: add custome created webhook
2024-10-31 23:26:40 +01:00
Ted 2ca6da1517 fix: fix my own grammar
Didn't feel like "versions of" was needed...
2024-10-31 19:52:38 +00:00
Ted ced0d1f6e9 fix: grammar for helper 2024-10-31 19:46:11 +00:00
🏔️ Peak 231ce49817 Merge pull request #4068 from TimKochDev/design
Design: More Space and Visual Hierarchy
2024-10-31 16:33:24 +01:00
Tim Koch 23211c3d14 Utilize <section> on dashboard page 2024-10-31 18:03:16 +04: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 f073d01a5f Give more space to navbar
Especially in full width and mobile view, the navbar looked cramped
because there was very little padding to the left end of the screen.
This commit adds horizontal padding to the navbar
and increases its width from 48 to 56 tailwind units.
2024-10-31 18:03:16 +04:00
Tim Koch a35e2f427b Fix inconsistent navbar padding
"Coolify" had pl-3 while the SwitchTeam element and the menu items below had px-2
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
peaklabs-dev 567fe73df7 remove duplicated step 3 2024-10-31 13:45:26 +01:00
🏔️ Peak 01bdde2f2b Merge branch 'next' into fix-autocompletes 2024-10-31 13:41:00 +01:00