{"id":17477420,"url":"https://github.com/codewithdennis/filament-theme-inspector","last_synced_at":"2025-04-06T13:09:33.021Z","repository":{"id":258355287,"uuid":"874647313","full_name":"CodeWithDennis/filament-theme-inspector","owner":"CodeWithDennis","description":"Easily see the fi- class of any element on the page by hovering over it. A tooltip displays the class name, and you can copy it with a click!","archived":false,"fork":false,"pushed_at":"2025-02-10T10:37:51.000Z","size":3945,"stargazers_count":48,"open_issues_count":7,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T10:58:31.071Z","etag":null,"topics":["custom-theme","filament","filamentphp","laravel","php","plugin","theme"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeWithDennis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"CodeWithDennis"}},"created_at":"2024-10-18T07:57:11.000Z","updated_at":"2025-02-23T21:37:05.000Z","dependencies_parsed_at":"2024-11-09T12:23:57.275Z","dependency_job_id":"3a772d3a-ebeb-4a48-93f8-cf9ba372f343","html_url":"https://github.com/CodeWithDennis/filament-theme-inspector","commit_stats":{"total_commits":40,"total_committers":3,"mean_commits":"13.333333333333334","dds":0.275,"last_synced_commit":"814793090c393078254ebfbb6881be2fd911a503"},"previous_names":["codewithdennis/filament-theme-inspector"],"tags_count":8,"template":false,"template_full_name":"filamentphp/plugin-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-theme-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-theme-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-theme-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithDennis%2Ffilament-theme-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWithDennis","download_url":"https://codeload.github.com/CodeWithDennis/filament-theme-inspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485287,"owners_count":20946398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-theme","filament","filamentphp","laravel","php","plugin","theme"],"created_at":"2024-10-18T20:08:03.861Z","updated_at":"2025-04-06T13:09:32.995Z","avatar_url":"https://github.com/CodeWithDennis.png","language":"PHP","funding_links":["https://github.com/sponsors/CodeWithDennis"],"categories":[],"sub_categories":[],"readme":"# Filament Theme Inspector\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/codewithdennis/filament-theme-inspector.svg?style=flat-square)](https://packagist.org/packages/codewithdennis/filament-theme-inspector)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/codewithdennis/filament-theme-inspector/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/codewithdennis/filament-theme-inspector/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/codewithdennis/filament-theme-inspector/fix-php-code-styling.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/codewithdennis/filament-theme-inspector/actions?query=workflow%3A\"Fix+PHP+code+styling\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/codewithdennis/filament-theme-inspector.svg?style=flat-square)](https://packagist.org/packages/codewithdennis/filament-theme-inspector)\n\nEasily see the fi- class of any element on the page by hovering over it. A tooltip displays the class name, and you can copy it with a click!\n\n\nhttps://github.com/user-attachments/assets/d8ecbc95-cfbf-4340-8405-2814a03739c5\n\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require codewithdennis/filament-theme-inspector\n```\n\nMake sure you clear the cache after installing the package.\n\n```bash\nphp artisan filament:upgrade\n```\n\n## Usage\n\nAdd the following plugin to your plugins method on your panel.\n\n```php\nuse CodeWithDennis\\FilamentThemeInspector\\FilamentThemeInspectorPlugin;\n\n-\u003eplugins([\n    FilamentThemeInspectorPlugin::make()\n        -\u003edisabled(fn () =\u003e ! app()-\u003ehasDebugModeEnabled())\n])\n```\n\n### Freeze (Hold / Toggle)\nBy default, the freeze button (`ALT` or `⌘`) needs to be held down to freeze the tooltip in place. You can change this behavior to toggle by using the toggle method.\n\n```php\nFilamentThemeInspectorPlugin::make()\n    -\u003etoggle(),\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [CodeWithDennis](https://github.com/CodeWithDennis)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdennis%2Ffilament-theme-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithdennis%2Ffilament-theme-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdennis%2Ffilament-theme-inspector/lists"}