Andras Bacsai
cc7c25aafd
fix: dashboard refactor
2024-11-03 21:11:35 +01:00
Tim Koch
23211c3d14
Utilize <section> on dashboard page
2024-10-31 18:03:16 +04:00
Andras Bacsai
a1124a885d
feat: project search on frontend
2024-10-05 15:03:40 +02:00
Andras Bacsai
5ec45d547a
Merge branch 'next' into fix-#2546-deletion-issues
2024-09-18 18:05:06 +02:00
ayntk-ai
ff1e08cf8b
add toast dispatching
2024-09-02 23:25:18 +02:00
ayntk-ai
dfd218ec06
fixes here and there
2024-09-02 19:27:21 +02:00
ayntk-ai
a3dd48de1d
destination and dashboard confirmation
2024-08-31 14:51:59 +02:00
Andras Bacsai
7fd06a49db
refactor: Update Docker Compose parsing function to convert service variables to key-value pairs
2024-08-26 10:51:01 +02:00
ayntk-ai
c813373d21
fix validation if null, empty or undefined
2024-08-18 21:00:30 +02:00
ayntk-ai
abd2aefd6c
remove duplicated validation
2024-08-18 20:55:54 +02:00
Andras Bacsai
99354f0d7d
Refactor default_environment method to handle projects with 0 environments
2024-06-24 18:41:44 +02:00
Andras Bacsai
87b7337d9e
fix: projects with 0 envs
2024-06-24 18:33:01 +02:00
Andras Bacsai
c17079e045
refactor: Update dashboard.blade.php to use project's default environment for redirection
2024-06-21 14:34:54 +02:00
Andras Bacsai
1d0a1ab16a
feat: charts
2024-06-17 14:21:27 +02:00
Andras Bacsai
35cea852ca
feat: add titles
2024-06-07 11:01:10 +02:00
Andras Bacsai
f5eaedfc72
just to create a bug report for livewire
2024-05-29 09:09:22 +02:00
Andras Bacsai
d94e1ba55b
ui: fix a few boxes here and there
2024-05-10 09:56:39 +02:00
Andras Bacsai
0452a4e1ac
feat: the final pricing plan, pay-as-you-go
2024-05-02 12:27:04 +02:00
Andras Bacsai
ac98f5862a
Refactor environment variable helper text in blade files
2024-04-17 10:49:24 +02:00
Andras Bacsai
85fb27a631
Refactor project links and add click event handlers
2024-04-08 13:04:33 +02:00
Andras Bacsai
c5eff85c28
Update version numbers and fix UI styling
2024-03-25 16:42:41 +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
04c92ec4bd
Update modal input behavior and limit-reached layout
2024-03-22 17:02:09 +01:00
Andras Bacsai
54834891fb
Update styles and classes in blade files
2024-03-22 16:52:20 +01:00
Andras Bacsai
87e56c2f66
Update border color to dark mode
2024-03-22 12:06:16 +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
b61860b3ab
ui: redesign
2024-03-20 12:54:06 +01:00
Andras Bacsai
91950e1891
ui: redesign
2024-03-19 15:37:16 +01:00
Andras Bacsai
ef2be40478
Refactor dashboard view to remove unnecessary code and improve readability
2024-03-18 14:35:46 +01:00
Andras Bacsai
8e2ee5e5e4
fix: dashboard view if no project found
2024-03-18 14:32:49 +01:00
Andras Bacsai
6cb3df9350
rename boarding to onboarding
2024-03-13 12:11:37 +01:00
Andras Bacsai
f78fd212bb
fix: subscription / plan switch, etc
2024-02-23 12:59:14 +01:00
Andras Bacsai
154b1b05e4
feat: able to add dynamic configurations from proxy dashboard
2024-02-22 13:29:28 +01:00
Andras Bacsai
3c4243d854
fix: go to prod env from dashboard if there is no other envs defined
2024-02-08 13:12:23 +01:00
Andras Bacsai
548304765c
feat: cleanup queue
2024-02-08 12:47:00 +01:00
Andras Bacsai
e7fdff0f69
feat: tags
...
ui: improvements
2024-02-02 11:50:28 +01:00
Andras Bacsai
f7853ee174
Refactor deployments_per_server variable and update dashboard view
...
This commit refactors the `deployments_per_server` variable in the `Dashboard` class to remove the type hint and updates the corresponding view file to handle the changes. The `deployments_per_server` variable is now grouped by `server_name` and converted to an array. This improves the organization and readability of the code.
2024-01-29 13:26:50 +01:00
Andras Bacsai
fd3cdc2c7d
Update deployment status border color
2024-01-29 08:32:04 +01:00
Andras Bacsai
84c3f832ae
Add missing closing div tag in dashboard.blade.php
2024-01-29 08:30:00 +01:00
Andras Bacsai
561e424a7d
feat: dashboard live deployment view
2024-01-27 18:44:40 +01:00
Andras Bacsai
6ecb9c21ce
cloud: send notification email if payment
2024-01-24 11:28:01 +01:00
Andras Bacsai
4c3907c296
refactor routes
2024-01-07 16:23:41 +01:00
Andras Bacsai
f03aa57758
fix: routing, switch back to old one
2023-12-27 16:45:01 +01:00
Andras Bacsai
b06b465ffa
fix: add catch all route
2023-12-13 15:29:45 +01:00
Andras Bacsai
601a1e128e
fixes
2023-12-11 20:22:31 +01:00