Commit graph

156 commits

Author SHA1 Message Date
WolverinDEV
8ca9a8594f Fixed some compile errors 2020-07-20 19:23:44 +02:00
WolverinDEV
04592e6813 Fixed some small css editor flex shrink issue 2020-07-20 19:17:55 +02:00
WolverinDEV
f6a270c3f4 Fixed one variable and an unused style import 2020-07-20 19:15:51 +02:00
WolverinDEV
e377a77e32 Added the basics for popoutable windows and a CSS style editor 2020-07-20 19:08:13 +02:00
WolverinDEV
0aeb64ed15 Removed jsrender from vendor list and importing it as npm module 2020-07-19 19:05:06 +02:00
WolverinDEV
cc3e9134ef Improved settings type safety 2020-07-19 18:49:00 +02:00
WolverinDEV
64cefce509 Disabled the transpile only flag in the typescript loader plugin 2020-07-19 17:12:41 +02:00
WolverinDEV
873aecbc2e some general project restructuring 2020-07-19 16:34:08 +02:00
WolverinDEV
3155fb85f0 Updated a lot of chat related things 2020-07-17 23:56:20 +02:00
WolverinDEV
f3f8d1cae9 Working un reactifying the conversations 2020-07-12 16:31:57 +02:00
WolverinDEV
4365e03dbe Fixed some granted value bugs within the PermissionEditor.tsx 2020-06-28 14:40:30 +02:00
WolverinDEV
e84a4dcaf0 Fixed some non translatable messages 2020-06-17 17:41:39 +02:00
WolverinDEV
fde0027147 Fixed exception on invalid permission when the value was disabled before 2020-06-15 23:10:35 +02:00
WolverinDEV
61516c10df Fixed type which made the copy permission button not work 2020-06-15 21:57:43 +02:00
WolverinDEV
57213bbcd1 Fixed error when users don't have permissions to view the clients in a server group 2020-06-15 17:10:32 +02:00
WolverinDEV
be1065d210 Fixed missing react key attributes 2020-06-15 17:07:47 +02:00
WolverinDEV
7e8c77fd09 Fixed a small UI display bug when directly opening the permission editor for the client/client channel permissions 2020-06-15 17:02:28 +02:00
WolverinDEV
8978d3d5d2 Removed the old permission editor 2020-06-15 16:58:17 +02:00
WolverinDEV
c38b2c8d83 Permission editor reworking 2020-06-15 16:56:05 +02:00
WolverinDEV
b1ea450c5d Some updates 2020-06-13 18:47:05 +02:00
WolverinDEV
99a8ab9017 Some minor updates 2020-06-11 14:53:14 +02:00
WolverinDEV
c8bf0a339d Added the ability to duplicate bookmarks 2020-06-11 14:51:40 +02:00
WolverinDEV
630dca9dfc fixed issue #107 2020-06-11 14:40:54 +02:00
WolverinDEV
5af68c0a1c Fixed some minor transfer bugs as well added some more features required for the native clients file transfer 2020-06-10 22:44:50 +02:00
WolverinDEV
804f8de18d Reworked the file transfer system, added a channel file browser and fixed some minor bugs 2020-06-10 18:13:56 +02:00
WolverinDEV
93fd5af1b8 Using a React base modal for the client/music volume change which uses a logarithmic volume bar 2020-05-20 20:47:48 +02:00
WolverinDEV
5c5d138c30 Fixed some minor import issues 2020-05-07 22:33:01 +02:00
WolverinDEV
606d5ac1f7 Some file transfer adjustments 2020-05-03 20:59:18 +02:00
WolverinDEV
f6df05764d Fixed mouse 1 button select 2020-05-01 15:22:19 +02:00
WolverinDEV
2019cfe549 Fixed bookmark savings 2020-04-21 15:50:11 +02:00
WolverinDEV
7b261d6f15 Using React for the client channel and a lot of performance updates related to the channel tree 2020-04-18 19:37:30 +02:00
WolverinDEV
76cd711f67 Fixed react DOM removal on settings close and the settings debug popup has been disabled 2020-04-10 21:08:41 +02:00
WolverinDEV
3b500daac7 Added hotkeys to the client 2020-04-10 20:57:50 +02:00
WolverinDEV
702f0bae43 Improved the initial page load 2020-04-09 23:09:59 +02:00
WolverinDEV
f7d6671457 A lot of updated related to the menu bar and the basic event handler system 2020-04-09 15:10:14 +02:00
WolverinDEV
cccd780724 Merged with master 2020-04-06 16:32:33 +02:00
WolverinDEV
25901ff72c Starting with react 2020-04-06 16:29:40 +02:00
WolverinDEV
9274666ba9 Fixed type 2020-04-04 21:53:41 +02:00
WolverinDEV
84356be456 Importing the permission type as "{}", else the d.ts generator will make bs 2020-04-04 13:47:54 +02:00
WolverinDEV
06672360c3 Merged with the master branch 2020-04-03 00:15:47 +02:00
WolverinDEV
c460d05ee5 Improved the webpack script and using constants for build version detection 2020-04-01 21:47:33 +02:00
WolverinDEV
3044e035bc Removing unused imports from generate module declarations 2020-04-01 01:17:36 +02:00
WolverinDEV
3ec30c07f9 Removed moment and webrtc adapter and bundle it with webpack 2020-03-31 15:47:25 +02:00
WolverinDEV
d5ed46150e Added tr caching to webpack 2020-03-31 15:19:53 +02:00
WolverinDEV
0e3a415983 Refactored the app to use webpack 2020-03-30 13:44:18 +02:00
WolverinDEV
447e84ed0f Reset all js files and start from zero, this time more structured 2020-03-29 12:54:15 +02:00
WolverinDEV
13b65a1f35 Starting with webpack 2020-03-27 23:36:57 +01:00
WolverinDEV
a7c8d764f4 Added a welcomer guide 2020-03-27 16:15:15 +01:00
WolverinDEV
7250c146d8 Improved the connect modal overflow behaviour 2020-03-19 11:48:40 +01:00
WolverinDEV
5a85d2421c Decreased typescript version 2020-02-22 15:44:37 +01:00