Jannis Mattheis
1ee817dc2b
yarn upgrade --latest
2020-05-08 15:16:43 +02:00
Jannis Mattheis
f80c9d2270
Update puppeteer
2020-05-08 15:16:43 +02:00
Jannis Mattheis
7b90b8a8f5
Use v2 in package path
2020-05-08 10:43:17 +02:00
Stewart Thomson
d22326bba8
Open github link in new tab ( #294 )
2020-04-14 13:56:00 +00:00
Jannis Mattheis
fc1ac65954
Fix flaky plugin ui test
...
Sad thing, I don't really know why it doesn't work on travis-ci,
but somehow, the click doesn't register or atleast doesn't do what it
should.
2020-03-22 10:02:24 +01:00
Yasa Akbulut
e6bd7c03dd
Make Message cards responsive
...
On breakpoints smaller than 'sm', the date of the message will wrap
to a new line; and the image will be 32x32 instead of 70x70
2020-03-22 10:02:24 +01:00
Yasa Akbulut
07b0226412
Wrap control buttons on DefaultPage
2020-03-22 10:02:24 +01:00
Yasa Akbulut
0f7c7dd717
Use FC as SFC is deprecated in favor of it
2020-03-22 10:02:24 +01:00
Yasa Akbulut
c46bbdc01f
Make layout responsive
2020-03-22 10:02:24 +01:00
Yasa Akbulut
e858d5ad3f
Bump material-ui/core and material-ui/icons
2020-03-22 10:02:24 +01:00
Yasa Akbulut
ce056faed8
Use react-scripts proxy for development
...
Setting the `defaultDevConfig.url` to use the default port and
proxying requests via the react-scripts proxy overcomes CORS issues
and reduces friction for ui contributions
2020-03-22 10:02:24 +01:00
Jannis Mattheis
0863aba9cb
Update packr/v2
2020-03-07 20:15:25 +01:00
Raphael
e56f7bc4c7
Add notification sound for incoming messages ( #267 )
2020-02-12 18:21:35 +01:00
Jannis Mattheis
3d52a117b1
Add button for requesting notification permission
2020-02-06 20:15:14 +01:00
PSSGCSim
6dc783d99d
Break long words in webui
2019-12-14 15:16:21 +00:00
Jannis Mattheis
c9c6246c4c
Properly close ui websocket connections on browser close
2019-11-28 21:39:47 +01:00
quthla
dc741493b4
Fix web socket reconnect on web socket close ( #242 )
2019-11-28 20:01:23 +01:00
quthla
9715ecaeb1
Show banner on server errors.
2019-10-24 21:35:36 +02:00
foxbit19
ed254547db
Set main page link and add GitHub icon ( #234 )
...
Fixes #159
2019-10-20 19:40:09 +02:00
Jannis Mattheis
6edfd8400e
Remove color styles from plugin detail view ( #232 )
2019-10-19 09:42:48 +02:00
foxbit19
bdb6372235
Add refresh button to messages list
...
Fixes #171
2019-10-19 09:15:10 +02:00
foxbit19
4938a4a0ac
Add auto reconnect on connection loss ( #228 )
2019-10-13 16:57:35 +02:00
Jannis Mattheis
3069867fcc
Fix flaky test
2019-09-28 21:09:47 +02:00
Jannis Mattheis
956c089abb
Update axios
2019-09-28 21:09:47 +02:00
Jannis Mattheis
2bbe0b6149
numeric -> align="right"
2019-09-28 21:09:47 +02:00
Jannis Mattheis
81ad026e9d
raised -> contained
2019-09-28 21:09:47 +02:00
Jannis Mattheis
afbbb82199
Update @material-ui
2019-09-28 21:09:47 +02:00
Jannis Mattheis
3c55a1d884
Suppress type error (for now)
...
From what I see it should be correct.
2019-09-28 21:09:47 +02:00
Jannis Mattheis
4b1996534c
Update typescript
2019-09-28 21:09:47 +02:00
Jannis Mattheis
b4395f02f1
Add tslint as implicit dependency
2019-09-28 21:09:47 +02:00
Jannis Mattheis
06f3cbad9a
Add missing env props
...
They are now required
2019-09-28 21:09:47 +02:00
Jannis Mattheis
f90318205e
Formatting and better type definitions
2019-09-28 21:09:47 +02:00
Jannis Mattheis
97d8837d0a
Fix await on string
2019-09-28 21:09:47 +02:00
Jannis Mattheis
70c68a4d6f
Fix warning
...
See https://mathiasbynens.github.io/rel-noopener/
2019-09-28 21:09:47 +02:00
Jannis Mattheis
147ff271f8
Use Record<string,*> instead of Record<number,*>
...
Objects in js are alwais indexed by strings.
2019-09-28 21:09:47 +02:00
Jannis Mattheis
d302940da6
Initialize with null
2019-09-28 21:09:47 +02:00
Jannis Mattheis
6138d7ad92
Implicit import interfaces
2019-09-28 21:09:47 +02:00
Jannis Mattheis
f92f5e6f4c
Move to yarn
2019-09-28 21:09:47 +02:00
Jannis Mattheis
15096a98bb
Move to react-scripts
...
react-scripts-ts is outdated.
2019-09-28 21:09:47 +02:00
Jannis Mattheis
05a1aa2651
Display 500 errors via a snack ( #193 )
2019-05-26 20:55:25 +02:00
Jannis Mattheis
2ad7409750
Use extra property to determine the content type
2019-04-13 10:14:35 +02:00
Jannis Mattheis
e9bbe17fa4
Allow markdown in messages ( #180 )
2019-03-30 11:08:51 +01:00
Jannis Mattheis
62854d8e11
Show banner on network lost
2019-03-27 21:13:53 +01:00
Jannis Mattheis
b66d58c372
Fix formatting with zsh
2019-03-27 21:13:53 +01:00
Jannis Mattheis
ba609d4e37
Do not logout clientside if a network error occurs
2019-03-27 21:13:53 +01:00
Jannis Mattheis
61578d4a9d
Remove unused interface
2019-03-16 22:59:46 +01:00
Jannis Mattheis
144f5fb8e4
Prevent 'still loading' image requests
2019-03-16 22:59:46 +01:00
GianOrtiz
e32359ed15
Add update client api and dialog ( #164 )
2019-03-16 11:18:51 +01:00
饺子w
79b3a0c3da
Run webui e2e test in prod mode ( #157 )
2019-03-15 19:24:24 +01:00
eternal-flame-AD
4f29464297
use js-base64 for password base64 encoding
2019-03-10 09:12:27 +01:00
饺子w
ec5b1f8c30
Support reverse proxy with path rewrite ( #127 )
2019-02-13 18:47:48 +01:00
Anton Harniakou
347f3ce39e
Save theme settings to localStorage
2019-02-13 17:53:11 +01:00
eternal-flame-AD
ccbe64a117
use gzip middleware for WebUI
2019-02-09 13:24:44 +01:00
eternal-flame-AD
23442bfb68
fix configurer WebUI update bug
2019-02-09 12:52:01 +01:00
eternal-flame-AD
e5b24f4c92
Add plugin feature
...
Fixed database migration
Added a plugin system based on the go plugin package
2019-02-09 12:52:01 +01:00
eternal-flame-AD
de09aae987
add extras to message model
2019-02-02 13:06:30 +01:00
Jannis Mattheis
ade175119a
Remove typeface-roboto-mono
2019-01-21 19:28:07 +01:00
Jannis Mattheis
e6c3a5938e
Remove js source maps from build
2019-01-21 19:28:07 +01:00
ImgBotApp
eafb5caed5
[ImgBot] Optimize images
...
*Total -- 790.57kb -> 743.57kb (5.95%)
/logo.png -- 97.08kb -> 78.71kb (18.92%)
/ui.png -- 36.75kb -> 31.98kb (12.97%)
/ui/public/static/mstile-310x150.png -- 106.20kb -> 99.79kb (6.04%)
/ui/public/static/mstile-310x310.png -- 180.26kb -> 171.75kb (4.72%)
/ui/public/static/mstile-150x150.png -- 83.33kb -> 80.76kb (3.08%)
/ui/public/static/defaultapp.png -- 50.55kb -> 49.02kb (3.03%)
/ui/public/static/favicon-196x196.png -- 50.55kb -> 49.02kb (3.03%)
/ui/public/static/apple-touch-icon-152x152.png -- 32.56kb -> 31.79kb (2.35%)
/ui/public/static/apple-touch-icon-144x144.png -- 29.16kb -> 28.52kb (2.18%)
/ui/public/static/mstile-144x144.png -- 29.16kb -> 28.52kb (2.18%)
/ui/public/static/apple-touch-icon-114x114.png -- 19.81kb -> 19.48kb (1.67%)
/ui/public/static/apple-touch-icon-120x120.png -- 19.98kb -> 19.67kb (1.53%)
/ui/public/static/favicon-128.png -- 20.51kb -> 20.21kb (1.45%)
/ui/public/static/mstile-70x70.png -- 20.51kb -> 20.21kb (1.45%)
/ui/public/static/favicon-96x96.png -- 14.19kb -> 14.12kb (0.48%)
2019-01-20 12:00:36 +01:00
Jannis Mattheis
c77c1b18b8
Move react-script-ts to devDependencies
2018-11-30 18:29:37 +01:00
Jannis Mattheis
141193136d
Show newlines in Web-UI
2018-11-14 21:06:00 +01:00
Jannis Mattheis
d1c035d43a
Remove client on logout
2018-11-11 21:03:42 +01:00
Jannis Mattheis
887328ee65
Clear messages on application delete
2018-11-11 21:03:42 +01:00
Jannis Mattheis
985c7cf870
Fix not receiving messages after deleting all
2018-11-11 21:03:42 +01:00
Jannis Mattheis
81d00cbd57
Remove console.log
2018-11-11 21:03:42 +01:00
Jannis Mattheis
31dd466c6b
Fix messages test
2018-11-11 21:03:42 +01:00
Jannis Mattheis
ffbf7eee1f
Remove react-infinite-any-height
2018-11-11 21:03:42 +01:00
Jannis Mattheis
1a9132e5a0
Remove usage of react-infinite-any-height
...
This module uses the index as key, this is bad, because we have a real
id for identifying messages.
see https://reactjs.org/docs/lists-and-keys.html
2018-11-11 21:03:42 +01:00
Jannis Mattheis
120e41ff91
Fix version display
2018-11-11 21:03:42 +01:00
Jannis Mattheis
42f1c34863
Show more info on web socket close
2018-11-11 21:03:42 +01:00
Jannis Mattheis
b946ac2bc4
Clear all stores after logout
2018-11-11 21:03:42 +01:00
Jannis Mattheis
9d41520521
Clean up messages store
2018-11-11 21:03:42 +01:00
Jannis Mattheis
ea546d96cc
Move login to user
2018-11-11 21:03:42 +01:00
Jannis Mattheis
160ff561df
Move and rename axios
2018-11-11 21:03:42 +01:00
Jannis Mattheis
66ccb94dc7
Remove flux dependency
2018-11-11 21:03:42 +01:00
Jannis Mattheis
027639fca0
Remove dispatcher from flux
2018-11-11 21:03:42 +01:00
Jannis Mattheis
7370539fb4
Migrate browser notifications to new structure
2018-11-11 21:03:42 +01:00
Jannis Mattheis
6e629a9fc4
Move base store to common
2018-11-11 21:03:42 +01:00
Jannis Mattheis
98f6d59c9b
Move current user to root folder
2018-11-11 21:03:42 +01:00
Jannis Mattheis
d4d7dfefa4
Rename component to common
2018-11-11 21:03:42 +01:00
Jannis Mattheis
2ec7f1b98f
Move layout stuff into own folder
2018-11-11 21:03:42 +01:00
Jannis Mattheis
ad873585fa
Move user stuff into own folder
2018-11-11 21:03:42 +01:00
Jannis Mattheis
b8c6fb6380
Move message stuff into own folder
2018-11-11 21:03:42 +01:00
Jannis Mattheis
7878545ee7
Move client stuff into own folder
2018-11-11 21:03:42 +01:00
Jannis Mattheis
140578b7ab
Move application stuff into own folder
2018-11-11 21:03:42 +01:00
Jannis Mattheis
7f50928833
Move snackbar stuff into own folder
2018-11-11 21:03:42 +01:00
Jannis Mattheis
d8c413df03
Use inject everywhere
2018-11-11 21:03:42 +01:00
Jannis Mattheis
bbb344be72
Add inject utils
2018-11-11 21:03:42 +01:00
Jannis Mattheis
95846da7b7
Remove static instance from stores
2018-11-11 21:03:42 +01:00
Jannis Mattheis
865aaa3f85
Make messages test less flaky
2018-11-11 21:03:42 +01:00
Jannis Mattheis
c08a9f3814
Migrate Layout to mobx
2018-11-11 21:03:42 +01:00
Jannis Mattheis
c24cf66c3e
Enable decorator support tsconfig
2018-11-11 21:03:42 +01:00
Jannis Mattheis
35171e0cad
Add new infinite list dependency
2018-11-11 21:03:42 +01:00
Jannis Mattheis
9c232780c5
Migrate MessagesStore to mobx
...
And use new infinite list implementation
2018-11-11 21:03:42 +01:00
Jannis Mattheis
4af9b9686f
Remove GlobalAction
2018-11-11 21:03:42 +01:00
Jannis Mattheis
dcd8469f4d
Add WebSocketStore for handling the web socket
2018-11-11 21:03:42 +01:00
Jannis Mattheis
f0f3c53563
Remove react-list
...
just to buggy :(
2018-11-11 21:03:42 +01:00
Jannis Mattheis
892eb618d0
Migrate GlobalStore to mobx
2018-11-11 21:03:42 +01:00
Jannis Mattheis
3a29ee9305
Migrate ClientStore to mobx
2018-11-11 21:03:42 +01:00
Jannis Mattheis
2871e22a61
Migrate AppStore to mobx
2018-11-11 21:03:42 +01:00