Showing insights with a better foundation

This commit is contained in:
Jorge Manrubia
2025-05-13 06:50:02 +02:00
parent cd53ef59eb
commit 9b8ebf09ef
7 changed files with 66 additions and 21 deletions
+2
View File
@@ -31,6 +31,8 @@ class Command::Parser
Command::ClearFilters.new(params: filter.as_params)
when "/close"
Command::Close.new(card_ids: cards.ids, reason: command_arguments.join(" "))
when "/visit"
Command::VisitUrl.new(url: command_arguments.first)
when "/tag"
Command::Tag.new(tag_title: tag_title_from(command_arguments.join(" ")), card_ids: cards.ids)
else