nova-comments icon indicating copy to clipboard operation
nova-comments copied to clipboard

A commenting tool for Laravel Nova

Results 30 nova-comments issues
Sort by recently updated
recently updated
newest added

Being able to use markdown would just add clarity / ability to create better comments https://github.com/kirschbaum-development/nova-comments/blob/3d18bb93ec0ebfed37300fc9c0c6faebaeb0245f/src/Nova/Comment.php#L47-L49 ```php Markdown::make('comment') ->alwaysShow() ->hideFromIndex(), ``` ref: * https://nova.laravel.com/docs/4.0/resources/fields.html#markdown-field ## [Markdown Field](https://nova.laravel.com/docs/4.0/resources/fields.html#markdown-field) The Markdown field...

enhancement

just an idea. when a comment is posted, notify the user owning model or taking part of the discussion via notifications -> https://nova.laravel.com/docs/4.0/customization/notifications.html

enhancement

is there any way to add an attachment within the comment?

enhancement

The Commenter resource tool loads no comments with a 409 and 404s on submitting a new comment. Loading makes a request to http://127.0.0.1:8000/nova-api/comments?page=1&orderBy=created_at&orderByDirection=desc&viaResource=issues&viaResourceId=4&viaRelationship=comments&relationshipType=hasMany and throws Symfony\Component\HttpKernel\Exception\HttpException at \vendor\laravel\framework\src\Illuminate\Foundation\Application.php:1116 https://flareapp.io/share/J7oj2odP?error=J7oj2odP&owner_token=Z9rRtT9iV2S0HkeKk60A6GngRV1udzCF#F60L1116 Submitting...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits 40674a4 update changelog, version d8cc569...

dependencies
javascript

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.0 to 1.2.7. Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog 0ebf4eb [actions] add reusable workflows e115b63 [eslint] add eslint; rules to enable...

dependencies
javascript

This changes add translation options via localized strings

I have translated the package so that it also works in other languages. Maybe this will improve the usability.