1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
Commit Graph

61 Commits

Author SHA1 Message Date
marzavec
f3fc443f89
Merge branch 'master' into version-2-dev 2023-12-29 21:44:48 -08:00
marzavec
4d7ec411d3 syncing new themes from master branch 2023-12-29 22:44:29 -08:00
carrot
b8fd2fb931 Add complete mode to updateMessage 2023-11-21 22:35:12 +08:00
brilliantbetty
b56ccbef2b
Update client.js 2023-07-17 19:23:38 -07:00
brilliantbetty
1b025aaf8b
Update client.js 2023-07-12 14:58:03 -07:00
MinusGix
889e5e4c1c Roughly fix/improve behavior of input on some mobile devices 2023-06-05 12:54:14 -05:00
MinusGix
7c612871f4 Impl updateMessage command 2023-06-01 13:16:12 -05:00
carrot
b999bb76ad
Added AMOLED Theme in client.js 2023-04-04 19:54:22 +08:00
xjzh123
b54adf4610 fix my-message css for users with tripcodes 2022-11-05 22:09:51 +08:00
Potatochips2001
c5b0a58518
Update client.js 2022-10-14 03:47:42 -04:00
Potatochips2001
fbcedb89a2
Update client.js 2022-04-30 02:22:26 -04:00
bujijam
6d6d966a8a add fried-egg theme 2022-02-13 12:11:42 +08:00
V9
e2323012c7
add gruvbox-light to schemes in client.js 2021-12-15 09:34:09 +08:00
Potatochips2001
86bc14eeb4
Update client.js 2021-11-17 05:47:50 -05:00
Roslot
c4b594e9a4
Added new "lax" theme to list of themes 2021-10-20 12:50:46 -04:00
V9
20fc516b6a
carrot 2021-10-04 09:55:22 +08:00
anti.lol
f7a16d6ef1 woops forgot to add the theme 2021-09-02 23:49:44 +04:30
anti.lol
9df3a1a710 Revert "added the tokyo-night theme and highlight scheme"
This reverts commit fd9850b2e2.
2021-09-02 23:44:31 +04:30
anti.lol
fd9850b2e2 added the tokyo-night theme and highlight scheme
reformatted some highlighting
2021-08-31 22:08:51 +04:30
Arteom Balanuta
2f6372b0fd * console.error() added to a empty catch block.
* typo fixes
2021-07-11 13:44:42 +03:00
marzavec
7b7a511b8d syncing dev changes 2020-11-09 11:55:54 -08:00
marzavec
866fa9bcff Added event channel 2020-10-10 00:34:59 -05:00
MinusGix
3552b73679
Update client.js 2020-08-04 19:27:35 -04:00
Matthew Madness
e32f7e2084
Update client.js
Added extra color schemes
2020-08-03 00:41:03 -04:00
Matthew Madness
f47afdcb9d
Update client.js 2020-08-02 21:53:59 -04:00
MinusGix
1f8eb7b2c2
Fix null nick bug 2020-07-21 13:59:56 -05:00
marzavec
3b29d928bb New Theme Request
According to issue #101
2020-04-03 10:42:46 -05:00
MinusGix
c5c9cfbe53 Add android-white theme 2020-03-12 19:23:37 -05:00
marzavec
5af59f85f3 Client update
See changelog.md
2019-08-17 16:24:29 -07:00
MinusGix
8b50c0e90d
Update client.js 2019-08-13 18:25:32 -05:00
OpSimple
9fcb235ad5
Minor change for a major fix
I forgot to change `holEl.textContent` with `holEl.innerHTML` after I shifted the links parsing line at the last. Earlier, I felt its need to preserve the anchor tags. Finally, fixed it!
2019-08-11 01:15:21 +05:30
OpSimple
985dd6f4b9
Modified the way to apply syntax highlighting
Modified the way to detect and apply syntax highlighting so that it can used along with normal text and katex at the same time, in the same message. It also contains some previous changes made by the admin(you) of the server.
2019-08-10 04:56:35 +05:30
Roslot
4e80350df5 Fixed regex bug in @mentions 2019-06-26 22:04:59 -04:00
Roslot
a3b9a6abda Bugfix for @mentions 2019-05-19 17:11:16 -04:00
Roslot
2f566de8b1 Fixed permission requesting, notifications off by default 2019-05-11 23:30:01 -04:00
Roslot
1fb02f4e79 Fixed audio on ff, chrome, edge 2019-05-11 22:35:04 -04:00
Roslot
53e4968cb4 Added notifications and sound alerts in client.js 2019-05-09 02:37:13 -04:00
marzavec
f16b7b7a49
Merge pull request #61 from MinusGix/patch-1
Fix issue of the client not seeing disconnection if they have no myNick variable
2019-04-26 06:26:36 -07:00
MinusGix
b0cbcc73fb
Update client.js 2019-04-25 16:54:43 -05:00
MinusGix
5831613a77
Update client.js 2019-04-25 16:07:15 -05:00
MinusGix
1399400c39
Make autocomplete with multiple unused results not insert tab 2019-04-12 18:55:35 -05:00
MinusGix
41b55de964
Pressing Tab inserts a Tab Character
This would make so when you press tab and it does not find any autocomplete it will insert a tab character. This is useful behavior for writing code quickly in chat.
2019-04-10 17:30:32 -05:00
Grégory Paul
75fa07b213 Introducing wsPath to update path for local installation 2019-03-03 22:41:03 +01:00
Grégory Paul
101f20c084 Use wss if page is hosted on https 2019-03-03 15:50:31 +01:00
MinusGix
6dc30d5287
Change verifyNickname to es5 rather than es6.
We're not really using much es6 features, so we might as well make this a normal function so that people with browsers that are old due to not being able to update them (such as apple devices not getting updates the os after end of life). Also replaces the `const` with a `var` since it doesn't really matter if it's modified or not and that is an es6 feature was well.
This might fix https://github.com/hack-chat/main/issues/33 or at least the issues 'CheekyChops' having. I didn't test this code, but it's such a simple change.
2019-01-13 16:08:16 -06:00
anti_lol
084143e581
Update client.js 2019-01-11 19:41:34 +03:30
anti_lol
33fd10b954
Update client.js 2019-01-11 19:32:22 +03:30
anti_lol
53064f0778
Update client.js 2019-01-11 17:54:10 +03:30
marzavec
c23aa0657e fix issue #42 2018-11-03 09:51:05 -05:00
marzavec
9150325ca2 removed frontpage links, updated wording 2018-10-23 10:15:40 -05:00