14 Commits

Author SHA1 Message Date
manukminasyan
f119095ae5 fix: use schema() instead of modalContent() for Filament 5 compatibility
Replace deprecated modalContent() with schema([CommentsEntry::make('comments')])
in both CommentsAction and CommentsTableAction to fix comment creation in
Filament 5 modals.
2026-03-27 17:48:32 +04:00
manukminasyan
889dc2828b fix: use callout component for alpha warning 2026-03-27 16:08:55 +04:00
manukminasyan
82eb6a70ad fix: move alpha alert into hero description using correct alert component 2026-03-27 16:08:10 +04:00
manukminasyan
2edcfa00f1 fix: use inline alpha warning and aspect-video preview on docs homepage 2026-03-27 16:06:57 +04:00
manukminasyan
35571760d6 feat: use filament input wrapper for textareas, add alpha callout and preview image, remove redundant introduction page 2026-03-27 16:02:17 +04:00
manukminasyan
a4d4418963 docs: update all documentation for refactored naming conventions
- CanComment trait replaces IsCommenter
- Commentator interface replaces Commenter
- Models moved to Models\ namespace (Comment, Reaction, Attachment, Subscription)
- commenter_type/commenter_id columns replace user_type/user_id
- CommentsConfig replaces Config class
- table_names config key replaces tables
- getCommentDisplayName() replaces getCommentName()
2026-03-27 15:01:50 +04:00
manukminasyan
b2ee8a1036 fix: add preview images to ecosystem cards on docs homepage 2026-03-27 14:56:44 +04:00
manukminasyan
fd5bc5271b refactor: rename for Laravel conventions and better DX
- Rename IsCommenter trait to CanComment, Commenter interface to Commentator
- Move models to Models/ namespace (Comment, Reaction, Attachment, Subscription)
- Rename user_type/user_id polymorphic columns to commenter_type/commenter_id
- Rename Config class to CommentsConfig, update config key tables->table_names
- Rename getCommentName() to getCommentDisplayName() on commentator models
- Add column_names config section for commenter morph customization
- Add table_names config with all 5 tables individually configurable
- Expand translation file with structured i18n groups
- Update all Blade views, Livewire components, events, listeners, and tests
2026-03-27 14:53:12 +04:00
manukminasyan
43b66f60f3 fix: enlarge wordmark, top-align text, update ecosystem to FilaForms + Custom Fields 2026-03-27 14:40:05 +04:00
manukminasyan
0c13d589d8 feat: add header components and version switcher for docs 2026-03-27 14:27:35 +04:00
manukminasyan
12470a1d8b feat: add docs logo SVGs for light and dark themes 2026-03-27 14:24:18 +04:00
manukminasyan
4a410bce44 fix: use node 22 for docs deployment and regenerate lock file 2026-03-27 13:57:59 +04:00
manukminasyan
d4b0b53fb5 chore: add docs package-lock.json for CI 2026-03-27 00:42:10 +04:00
manukminasyan
b8d930df1a docs: add README, boost skill, and documentation site 2026-03-27 00:29:57 +04:00