Luis Eduardo Jeréz Girón
|
82f10d45db
|
Refactor javascript following Locality of Behaviour (LoB) principle
|
2024-10-14 02:17:41 -06:00 |
|
Luis Eduardo Jeréz Girón
|
6842e094b6
|
Refactor javascript building process
|
2024-10-14 01:37:29 -06:00 |
|
Luis Eduardo Jeréz Girón
|
fb97464444
|
Include support for PostgreSQL 17
|
2024-10-13 23:09:15 -06:00 |
|
Luis Eduardo Jeréz Girón
|
cd235e8ec5
|
Add duplicate functionality for backups and webhooks
|
2024-09-08 00:58:08 -06:00 |
|
Luis Eduardo Jeréz Girón
|
4a17b3511a
|
Fix html title between pages
|
2024-09-08 00:29:18 -06:00 |
|
Luis Eduardo Jeréz Girón
|
87189c5aee
|
Fix hx-boost scrolling
|
2024-09-08 00:23:40 -06:00 |
|
Luis Eduardo Jeréz Girón
|
36e2ed3811
|
Add dropdown with table options on all lists
|
2024-09-08 00:06:56 -06:00 |
|
Luis Eduardo Jeréz Girón
|
b8b7dfeda2
|
Update S3 destination instructions in dashboard summary
|
2024-09-06 22:40:14 -06:00 |
|
Luis Eduardo Jeréz Girón
|
c3960f7800
|
Refactor dashboard summary layout for improved alignment and styling of components
|
2024-09-06 22:34:54 -06:00 |
|
Luis Eduardo Jeréz Girón
|
8544bf20f1
|
Implement health check button in dashboard for displaying system health status
|
2024-09-06 22:30:13 -06:00 |
|
Luis Eduardo Jeréz Girón
|
f134cef38f
|
Remove IsLarge parameter from empty results component in dashboard for a more consistent display across pages
|
2024-09-06 21:23:50 -06:00 |
|
Luis Eduardo Jeréz Girón
|
5140884d5d
|
Add Skeleton component to dashboard pages for improved loading state representation
|
2024-09-06 21:14:59 -06:00 |
|
Luis Eduardo Jeréz Girón
|
5ab9aa8018
|
Remove loading indicators from various dashboard pages for a cleaner UI
|
2024-09-06 20:58:13 -06:00 |
|
Luis Eduardo Jeréz Girón
|
6370f2d603
|
Refactor theme management for better performance and small javascript code
|
2024-09-06 20:17:12 -06:00 |
|
Luis Eduardo Jeréz Girón
|
667748ef2e
|
Add htmx swap view transitions api
|
2024-09-06 19:51:18 -06:00 |
|
Luis Eduardo Jeréz Girón
|
0f49a2c2b7
|
Add empty results message
|
2024-09-06 19:41:50 -06:00 |
|
Luis Eduardo Jeréz Girón
|
8dd99e14e3
|
Fix text color class in dashboard summary
|
2024-09-06 19:19:09 -06:00 |
|
Luis Eduardo Jeréz Girón
|
55739b55ca
|
Update SQL queries to always return an integer for the summary charts
|
2024-09-06 19:18:16 -06:00 |
|
Luis Eduardo Jeréz Girón
|
ef8259e7d9
|
Add javascript bundler and move kill-port dependency from Dockerfile to package.json
|
2024-09-05 22:56:05 -06:00 |
|
Luis Eduardo Jeréz Girón
|
5093aa5c45
|
Add hx-boost to dashboard to prevent downloading innecesary html
|
2024-09-05 00:44:52 -06:00 |
|
Luis Eduardo Jeréz Girón
|
53155262fc
|
Refactor static file handling by adding SHA256 hash generation and versioned file paths to enhance caching and resource management
|
2024-09-05 00:00:36 -06:00 |
|
Luis Eduardo Jeréz Girón
|
89e01336da
|
Integrate SweetAlert2 for improved alerts and confirmations in HTMX functionality. Adjust alert handling across event triggers
|
2024-09-04 22:49:56 -06:00 |
|
Luis Eduardo Jeréz Girón
|
b8811a4072
|
Change webhook_executions table name
|
2024-09-01 23:53:39 -06:00 |
|
Luis Eduardo Jeréz Girón
|
dd4892c2ef
|
Log error details when failing to send webhook request in runWebhookHandler function
|
2024-09-01 23:41:54 -06:00 |
|
Luis Eduardo Jeréz Girón
|
0ac245bec2
|
Add webhook executions list
|
2024-09-01 23:37:04 -06:00 |
|
Luis Eduardo Jeréz Girón
|
e1b65a49db
|
Add EmptyResults component to handle display for empty states in the UI with customizable title and subtitle parameters
|
2024-09-01 22:49:25 -06:00 |
|
Luis Eduardo Jeréz Girón
|
fed0893a4f
|
Add run webhook functionality with handler and button in UI for executing webhooks on demand
|
2024-09-01 22:02:36 -06:00 |
|
Luis Eduardo Jeréz Girón
|
9e090b0b9a
|
Implement delete webhook functionality with handler and UI button integration
|
2024-09-01 21:46:22 -06:00 |
|
Luis Eduardo Jeréz Girón
|
0453aa946d
|
Add edit webhook functionality
|
2024-09-01 21:41:45 -06:00 |
|
Luis Eduardo Jeréz Girón
|
bea34f20a1
|
Refactor chart rendering logic to handle cases without data, improving user feedback and code clarity in summary dashboard
|
2024-08-31 11:46:59 -06:00 |
|
Luis Eduardo Jeréz Girón
|
01b3f1bdca
|
Update dashboard aside item styling: improve hover effects by adding group and group-hover classes to button elements
|
2024-08-29 16:06:01 -06:00 |
|
Luis Eduardo Jeréz Girón
|
5cdd6da3ba
|
Enhance webhook form help text: add detailed descriptions for event types and improve placeholder help for headers and body fields
|
2024-08-29 13:16:00 -06:00 |
|
Luis Eduardo Jeréz Girón
|
19704c2f60
|
Add CardBoxSimple component: simplify CardBox API with default props for easier usage in rendering card boxes
|
2024-08-29 13:12:01 -06:00 |
|
Luis Eduardo Jeréz Girón
|
e5ba061ad9
|
Enhance webhook DTO validation: add omitempty and json constraints for Headers and Body fields in createWebhookDTO struct
|
2024-08-29 13:03:57 -06:00 |
|
Luis Eduardo Jeréz Girón
|
fe96475852
|
Implement webhook management partially: add create/view features, and form handling
|
2024-08-19 23:30:44 -06:00 |
|
Luis Eduardo Jeréz Girón
|
40adc090fb
|
Add "Webhooks" item to dashboard sidebar for easy access in the navigation panel
|
2024-08-19 23:30:16 -06:00 |
|
Luis Eduardo Jeréz Girón
|
1162a09a4a
|
Add textarea control component
|
2024-08-19 23:30:03 -06:00 |
|
Luis Eduardo Jeréz Girón
|
7bbe9a5ae0
|
Update health status ping component with additional information
|
2024-08-17 14:39:37 -06:00 |
|
Luis Eduardo Jeréz Girón
|
1d44086f53
|
Update dashboard to load Chart.js library only when necessary
|
2024-08-17 13:58:45 -06:00 |
|
Luis Eduardo Jeréz Girón
|
54329798ac
|
Add charts to summary
|
2024-08-16 00:38:49 -06:00 |
|
Luis Eduardo Jeréz Girón
|
14fc3c481b
|
Keep aside scroll between reloads
|
2024-08-15 22:53:11 -06:00 |
|
Luis Eduardo Jeréz Girón
|
5a8c47446c
|
Add databases and destinations health checks and some ui improvements
|
2024-08-15 22:46:05 -06:00 |
|
Luis Eduardo Jeréz Girón
|
2932c0caa1
|
Update slim-select.js to not defer
|
2024-08-15 19:13:58 -06:00 |
|
Luis Eduardo Jeréz Girón
|
3fbc3bfd5a
|
Make select controls searchable
|
2024-08-15 13:23:36 -06:00 |
|
Luis Eduardo Jeréz Girón
|
7a4bd72227
|
Update modal component styling
|
2024-08-15 13:23:03 -06:00 |
|
Luis Eduardo Jeréz Girón
|
07037f0890
|
Update table names
|
2024-08-14 23:47:41 -06:00 |
|
Luis Eduardo Jeréz Girón
|
42046d395b
|
Improve timezone docs
|
2024-08-14 23:44:18 -06:00 |
|
Luis Eduardo
|
ef81e7b4fc
|
Merge pull request #29 from julien-wff/Feat/timezone-bound-display
Feat/timezone bound displays
|
2024-08-14 23:29:12 -06:00 |
|
Luis Eduardo
|
8d96ed8b6b
|
Merge pull request #28 from julien-wff/Feat/filename-timezone-helper
Feat/filename timezone helper
|
2024-08-14 23:17:42 -06:00 |
|
Julien W
|
07af002c4a
|
Add .Local() to all time formatting to reflect server timezone
|
2024-08-13 15:09:01 +02:00 |
|