feat(type_de_champ): type_de_champ editor in stimulus/turbo

This commit is contained in:
Paul Chavard 2022-06-16 14:56:53 +02:00 committed by Paul Chavard
parent 1573d20ee9
commit 6801b04b7b
34 changed files with 898 additions and 248 deletions

View file

@ -64,8 +64,6 @@ class Dossiers::MessageComponent < ApplicationComponent
end
end
private
def highlight?
commentaire.created_at.present? && @messagerie_seen_at&.<(commentaire.created_at)
end