From 3c572f1f1f2a3d636ad9bf3ddc0a128a9286055b Mon Sep 17 00:00:00 2001 From: Lodewiges Date: Fri, 18 Jul 2025 00:07:02 +0200 Subject: [PATCH 1/5] intial commit --- .../forum/categories/category/threads/thread/posts/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/routes/forum/categories/category/threads/thread/posts/index.js b/app/routes/forum/categories/category/threads/thread/posts/index.js index 7a33ba396..67a99e1f3 100644 --- a/app/routes/forum/categories/category/threads/thread/posts/index.js +++ b/app/routes/forum/categories/category/threads/thread/posts/index.js @@ -68,7 +68,9 @@ export default class PostsIndexRoute extends AuthenticatedRoute { } activate() { - bindKeyboardShortcuts(this); + bindKeyboardShortcuts(this, { + ignoredElementSelectors: ['input', 'textarea'], + }); } deactivate() { From 86f9b9d906784471d667f031c5ad03c68ee567d8 Mon Sep 17 00:00:00 2001 From: Lodewiges Date: Mon, 11 Aug 2025 21:44:28 +0200 Subject: [PATCH 2/5] change or something --- app/components/forum/forum-post-new.hbs | 12 +++- app/components/forum/forum-post-new.js | 58 ++++++++++++++++++- .../category/threads/thread/posts/index.js | 6 +- 3 files changed, 70 insertions(+), 6 deletions(-) diff --git a/app/components/forum/forum-post-new.hbs b/app/components/forum/forum-post-new.hbs index 958ed41b4..235832737 100644 --- a/app/components/forum/forum-post-new.hbs +++ b/app/components/forum/forum-post-new.hbs @@ -1,5 +1,15 @@ +{{!-- app/components/forum/forum-post-new.hbs --}} +

- +