thelounge/client/components
Nachtalb 042cfb7582
Fix missing users in userlist after removing searchinput
Because the "Username" components still had the same ":key" vue tried to in-place update them. This doesn't quite work for objects (in this case "user" or "user.original"). Thus we change the key for the search so that it actually inits a new component and thus evaluates its content correctly.
2021-05-09 23:33:35 +02:00
..
MessageTypes Improved handling of empty userdata 2021-04-11 15:59:42 +02:00
Special Remove the only use of Vue.filter 2020-01-08 11:11:44 +02:00
Windows Merge pull request #4197 from Nachtalb/richrd/message-search 2021-05-03 16:18:15 -07:00
App.vue Create an event bus 2020-04-24 14:09:09 +03:00
Channel.vue Implement jump to channel feature. 2020-02-10 19:04:35 +02:00
ChannelWrapper.vue classes for unread and highlight 2021-05-05 21:51:35 -04:00
Chat.vue Disable search if we have no message provider 2021-04-12 23:12:11 +02:00
ChatInput.vue Merge pull request #4055 from thelounge/xpaw/enterkeyhint 2020-08-31 13:14:24 +03:00
ChatUserList.vue Fix missing users in userlist after removing searchinput 2021-05-09 23:33:35 +02:00
ConfirmDialog.vue Create an event bus 2020-04-24 14:09:09 +03:00
ContextMenu.vue Always use multi-prefix modes 2020-09-01 11:45:08 +03:00
DateMarker.vue client: lay some groundwork for jump to message 2021-04-12 22:00:51 +02:00
ImageViewer.vue Create an event bus 2020-04-24 14:09:09 +03:00
InlineChannel.vue Use es6 import syntax 2019-11-25 20:13:12 +02:00
JoinChannel.vue Upgrade eslint-plugin-vue and fix rules 2020-09-30 17:44:07 +03:00
LinkPreview.vue Create an event bus 2020-04-24 14:09:09 +03:00
LinkPreviewFileSize.vue Use friendlysize helper consistently 2019-12-16 22:00:35 +02:00
LinkPreviewToggle.vue Upgrade eslint-plugin-vue and fix rules 2020-09-30 17:44:07 +03:00
Mentions.vue Update prettier and apply formatting 2020-08-25 12:49:53 +03:00
Message.vue client: lay some groundwork for jump to message 2021-04-12 22:00:51 +02:00
MessageCondensed.vue client: lay some groundwork for jump to message 2021-04-12 22:00:51 +02:00
MessageList.vue client: lay some groundwork for jump to message 2021-04-12 22:00:51 +02:00
MessageSearchForm.vue Stay in chan during search by searching on /chat-:id/search 2021-04-30 01:53:07 +02:00
NetworkForm.vue Restrict what the browser should try to autocomplete 2021-04-12 14:10:33 +02:00
NetworkList.vue Upgrade eslint-plugin-vue and fix rules 2020-09-30 17:44:07 +03:00
NetworkLobby.vue Upgrade eslint-plugin-vue and fix rules 2020-09-30 17:44:07 +03:00
ParsedMessage.vue Fix context menu generation 2019-11-25 20:13:16 +02:00
RevealPassword.vue Fix lint and format with prettier. 2019-11-25 20:12:30 +02:00
RoutedChat.vue client: lay some groundwork for jump to message 2021-04-12 22:00:51 +02:00
Session.vue Separate active sessions section 2020-03-17 17:36:13 +02:00
Sidebar.vue Display icon in footer when an update is available 2020-01-17 12:03:16 +02:00
SidebarToggle.vue Refactor sidebar behaviour to no longer use methods in root Vue instance 2019-11-25 20:13:04 +02:00
Username.vue Merge remote-tracking branch 'origin/master' into richrd/message-search 2021-04-12 22:00:49 +02:00
VersionChecker.vue Update prettier and apply formatting 2020-08-25 12:49:53 +03:00