Commit Graph

2169 Commits

Author SHA1 Message Date
Ajay Bura e799287e28 Better error handling when server room list is private
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-10-03 09:53:54 +05:30
Ajay Bura 8e5a5baf52 Better error handling when server room list is private
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-10-03 09:53:54 +05:30
kfiven 6b625e146d Changed p to Text component 2021-09-30 20:56:39 +05:30
kfiven 1dd7f0371d Changed p to Text component 2021-09-30 20:56:39 +05:30
Gero Gerke 4545d66d1a Improve message when there are no public rooms on a server 2021-09-30 17:24:28 +02:00
Gero Gerke 7d032bb684 Improve message when there are no public rooms on a server 2021-09-30 17:24:28 +02:00
Gero Gerke 0a848a078e Disallow sending to rooms with insufficient powerlevel
Fixes #123
2021-09-30 16:17:01 +02:00
Gero Gerke ecc4a40eea Disallow sending to rooms with insufficient powerlevel
Fixes #123
2021-09-30 16:17:01 +02:00
Ajay Bura fadca6470d Merge pull request #117 from ajbura/master
v1.3.1: Bug fixes
2021-09-26 18:59:53 +05:30
Ajay Bura 83c6914a50 Merge pull request #117 from ajbura/master
v1.3.1: Bug fixes
2021-09-26 18:59:53 +05:30
Ajay Bura 7477dc95d4 v1.3.1
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-26 18:51:22 +05:30
Ajay Bura 0f06d88e18 v1.3.1
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-26 18:51:22 +05:30
Ajay Bura 11a2905a9b Fixed #115: High CPU usages while idling
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-26 18:47:37 +05:30
Ajay Bura ea5f7b65f3 Fixed #115: High CPU usages while idling
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-26 18:47:37 +05:30
Ajay Bura 17b34c2d83 Fixed #103: Crash when space nesting has a loop
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-25 20:18:06 +05:30
Ajay Bura 9ce95da8f4 Fixed #103: Crash when space nesting has a loop
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-25 20:18:06 +05:30
Ajay Bura 988cd8dc59 fixed dark theme color
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-25 18:18:58 +05:30
Ajay Bura abd1fd3efb fixed dark theme color
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-09-25 18:18:58 +05:30
Ajay Bura a22fe931b7 Merge pull request #116 from jamesjulich/chip
Added chip component.
2021-09-23 16:43:40 +05:30
Ajay Bura 90ab8dac27 Merge pull request #116 from jamesjulich/chip
Added chip component.
2021-09-23 16:43:40 +05:30
Ajay Bura fbec513063 Updated Chip.scss property ordering 2021-09-23 16:40:52 +05:30
Ajay Bura c96d556094 Updated Chip.scss property ordering 2021-09-23 16:40:52 +05:30
jamesjulich c3b5344dfa Added chip component. 2021-09-20 11:02:15 -05:00
jamesjulich 26f68a890e Added chip component. 2021-09-20 11:02:15 -05:00
marcin mikołajczak 21db1063d6 Fix typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-14 09:30:37 +02:00
marcin mikołajczak d6d1b0eeef Fix typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-09-14 09:30:37 +02:00
Ajay Bura 89033d7728 v1.3.0 2021-09-14 10:24:42 +05:30
Ajay Bura 0e9228ba7c v1.3.0 2021-09-14 10:24:42 +05:30
Ajay Bura 13946bf1cc Added server disconnection message (#35) 2021-09-14 10:10:11 +05:30
Ajay Bura 5a17badfae Added server disconnection message (#35) 2021-09-14 10:10:11 +05:30
Ajay Bura 24964d473c Renamed favourite to pin 2021-09-14 09:31:15 +05:30
Ajay Bura 437c6f8262 Renamed favourite to pin 2021-09-14 09:31:15 +05:30
Ajay Bura 9c335b7e29 Added toggle to see password (#73) 2021-09-14 09:01:31 +05:30
Ajay Bura 65d55d6660 Added toggle to see password (#73) 2021-09-14 09:01:31 +05:30
Ajay Bura 0a5494aeac Fixed scroll issue on login screen 2021-09-14 08:33:17 +05:30
Ajay Bura 7ba1aabc09 Fixed scroll issue on login screen 2021-09-14 08:33:17 +05:30
Ajay Bura 39f8e8d0e8 Merge pull request #95 from jamesjulich/paste-image
Support pasting images as attachments. Fixes #87.
2021-09-14 07:50:07 +05:30
Ajay Bura 470fdd62bb Merge pull request #95 from jamesjulich/paste-image
Support pasting images as attachments. Fixes #87.
2021-09-14 07:50:07 +05:30
jamesjulich a205d73613 Support pasting images as attachments. Fixes #87. 2021-09-13 09:34:08 -05:00
jamesjulich 6434d10e52 Support pasting images as attachments. Fixes #87. 2021-09-13 09:34:08 -05:00
Ajay Bura 2b7588492a Fixed read recipt issue 2021-09-13 19:47:40 +05:30
Ajay Bura 2ed4fc9fbf Fixed read recipt issue 2021-09-13 19:47:40 +05:30
Ajay Bura 1e77b62a68 Save edited message on enter (#78) 2021-09-13 16:30:23 +05:30
Ajay Bura 0bbe6a0a12 Save edited message on enter (#78) 2021-09-13 16:30:23 +05:30
Ajay Bura 8a4a2b5308 Added onKeyDown prop to Input comp 2021-09-13 16:29:42 +05:30
Ajay Bura 767784a79c Added onKeyDown prop to Input comp 2021-09-13 16:29:42 +05:30
Ajay Bura 806b8f42f8 Added cancel button and support for empty display name (#91) 2021-09-13 13:33:24 +05:30
Ajay Bura 872e2f9753 Added cancel button and support for empty display name (#91) 2021-09-13 13:33:24 +05:30
Ajay Bura b536f5f65e Added progress spinner in ImageUplaod (#91) 2021-09-13 12:27:55 +05:30
Ajay Bura 09f7225eb7 Added progress spinner in ImageUplaod (#91) 2021-09-13 12:27:55 +05:30