Skip to content

Commit

Permalink
Merge pull request #85 from lara-zeus/timeline-styleing
Browse files Browse the repository at this point in the history
Timeline styleing and update assets
  • Loading branch information
atmonshi authored Jan 31, 2024
2 parents fae28b2 + 9a451df commit 5fd31ad
Show file tree
Hide file tree
Showing 7 changed files with 694 additions and 493 deletions.
1,173 changes: 685 additions & 488 deletions composer.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions resources/css/filament.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
.bord {
border: solid 1px chocolate;
}
.compact-timeline .fi-timeline-item-heading {
@apply flex-col items-start md:space-y-0 md:space-x-0 gap-2 md:flex-col !important;
}
2 changes: 1 addition & 1 deletion resources/dist/filament-tail.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/frontend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/lara-zeus.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/dist/plugin.js": "/dist/plugin.js?id=d8eae76b5e99023184aa18c28e75a3e1",
"/dist/frontend.css": "/dist/frontend.css?id=c6603b2a6e4e34d76c0b86beee49a689",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=8e233e598929a75526f2db0882a08ff0"
"/dist/frontend.css": "/dist/frontend.css?id=43f24cb91985f6f0239cacd50d83b984",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=55e05b9dd28d90f3857b391b9cd9ca4e"
}
1 change: 1 addition & 0 deletions tailwind-filament.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
// Thunder
'../thunder/resources/views/**/*.blade.php',
'../thunder/src/Models/TicketsStatus.php',
'../thunder/vendor/jaocero/activity-timeline/resources/views/**/*.blade.php',
// hera
'../hera/resources/views/**/*.blade.php',
],
Expand Down

0 comments on commit 5fd31ad

Please sign in to comment.