Logo
Explore Help
Register Sign In
davidl/filament-short-url
1
0
Fork 0
You've already forked filament-short-url
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
bdef0b668763cf4cded2d6bcd802dd307029e4d8
filament-short-url/resources/css/plugin.css

18 lines
370 B
CSS
Raw Normal View History

feat: global overview widget, optimized cache, CSS asset docs - Add ShortUrlGlobalOverview StatsOverviewWidget with split cache strategy: link counts cached forever (invalidated on create/delete), click stats with short TTL (geo_ip.stats_cache_ttl config) - Fix visited_at column in ShortUrlVisit queries (was created_at) - Disable Livewire polling (pollingInterval = null) - Add cache invalidation for global overview in ShortUrl::booted() - Rewrite README asset section: user-facing install instructions clarified, post-autoload-dump tip added, developer recompile notes separated
2026-06-01 18:59:17 +02:00
@import "tailwindcss";
@source "../../src/**/*.php";
@source "../../resources/views/**/*.blade.php";
.short-url-card {
position: relative !important;
}
.short-url-card .fi-ta-actions {
position: absolute !important;
top: 1.25rem !important;
right: 1.25rem !important;
z-index: 10 !important;
margin: 0 !important;
padding: 0 !important;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 24ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API