Reto Brunner
3fbbc39cd6
client/commands: statically import commands
...
Dynamic imports won't work very well with modules and we don't
really need them, it's just there to save us an import statement.
Let's flip this to a static version.
2024-05-04 12:29:57 +02:00
Reto Brunner
f25fee4c6c
previews: fix possibly undefined
2024-04-21 15:11:52 +02:00
Max Leiter
dd05ee3a65
TypeScript and Vue 3 ( #4559 )
...
Co-authored-by: Eric Nemchik <eric@nemchik.com>
Co-authored-by: Pavel Djundik <xPaw@users.noreply.github.com>
2022-06-18 17:25:21 -07:00
Max Leiter
551f85ea51
Fix /collapse and /expand from interacting with the server in public mode ( #4488 )
...
Reported by xnaas on IRC
2022-02-18 12:21:17 -08:00
Max Leiter
40a5ee70b6
Disable /search and hide help item if searching is disabled
2021-11-17 20:23:51 -08:00
JeDaYoshi
0a6c33af57
Create a message for search disabled error
2021-07-07 23:00:44 +00:00
JeDaYoshi
162b42d9b0
Apply changes to getCommands/search
2021-07-07 22:12:28 +00:00
JeDaYoshi
058b3155d0
Display error when /search is not enabled
...
Fixes thelounge/thelounge#4273
2021-07-03 22:53:45 +00:00
Nachtalb
24a738d521
Add new command to open the search window
2021-05-06 03:22:09 +02:00
Pavel Djundik
0cb8dc73bb
Use es6 import syntax
2019-11-25 20:13:12 +02:00
Pavel Djundik
f2309c7c89
Improve router experience
2019-11-25 20:13:07 +02:00
Pavel Djundik
6b8fea8afc
Avoid emitting multiple events to the server when collapsing/expanding channel previews
...
Fixes #1377
2019-11-25 20:12:56 +02:00
Pavel Djundik
742cd8d4bf
Move most things out of utils
2019-11-25 20:12:54 +02:00
Pavel Djundik
2f635069e0
Move vuex state to a separate file and reorganize some code
...
Co-Authored-By: Tim Miller-Williams <timmw@users.noreply.github.com>
2019-11-25 20:12:54 +02:00
Richard Lewis
2049a16d64
Implement switchToChannel method.
2019-11-25 20:12:51 +02:00
Pavel Djundik
e845e17a63
Convert some clicks to router push
2019-11-25 20:12:51 +02:00
Jordan Day
493f9b1b6c
Prefix channel before join
2019-10-05 14:12:22 -05:00
Pavel Djundik
5f0f745d10
Only send /join for current channel if there are no arguments
2019-02-12 12:49:06 +02:00
Pavel Djundik
f9967a92c7
Remove console.log
2019-02-12 12:48:42 +02:00
Pavel Djundik
a54a726e93
Refactor client side commands
...
Co-Authored-By: Max Leiter <hello@maxleiter.com>
2019-02-12 12:48:42 +02:00