Cláudio
9ad4469f9b
Partial commit to #158
...
- Prettier package update to fix CRLF problem when running on Windows
2021-01-24 08:17:04 -03:00
Quentin Gliech
f4433d80c4
webui: dependencies upgrades
...
Most upgrades are minor version without breaking changes.
One big upgrade is Apollo 2 -> 3, which required a few changes in the
Apollo setup (see src/apollo.ts).
Other changes are due to changes in Prettier, requiring to add
parenthesis around arrow function parameters.
Because of an incompatibility in older version of typescript-eslint with
newer versions of typescript, I had to switch to the "next" unstable
version of react-scripts. It should not break stuff though.
See typescript-eslint/typescript-eslint#2442
2020-09-30 17:31:48 +02:00
Michael Muré
c9e4a356a9
webui: update some deps
2020-06-14 18:39:58 +02:00
Quentin Gliech
8b85780d76
webui: start reorganizing the component structure
2020-02-13 00:53:29 +01:00
Quentin Gliech
680dd91c0c
webui: create comment form
2020-02-13 00:19:22 +01:00
Quentin Gliech
b70b4ba4b1
webui: lint graphql files
2020-02-11 22:11:08 +01:00
Quentin Gliech
9ddcb4b092
webui: force import order
2020-02-11 20:54:38 +01:00
Quentin Gliech
e5f52401b2
webui: typecheck remaining bug list components
2020-02-11 20:54:38 +01:00
Quentin Gliech
6a502c145b
webui: convert bug list to typescript
2020-02-11 20:54:37 +01:00
Quentin Gliech
a2721971ba
webui: generate TS types for graphql queries
2020-02-11 20:54:36 +01:00
ludovicm67
aea42344de
webui: transform index and App to TypeScript
2020-02-11 20:54:36 +01:00
ludovicm67
f105f3bbdf
webui: upgrade packages + add some typescript dependencies
2020-02-11 20:54:35 +01:00
Quentin Gliech
fa13550115
webui: enhance the issue list page
...
This starts some ground work for filtering & moves the pagination logic
in the query params.
Also has a nice loading placeholder.
2020-01-24 01:12:01 +01:00
Quentin Gliech
5374a74ecb
webui: use the IntrospectionFragmentMatcher & update dependencies
2020-01-21 21:01:51 +01:00
Michael Muré
87c64cd8fb
webui: upgrade to material-ui 4
2019-08-31 22:07:06 +02:00
Michael Muré
c56801b7df
webui: update react-scripts
2019-08-31 13:43:52 +02:00
Quentin Gliech
356d1b412c
webui: Render markdown
2019-05-22 22:06:31 +02:00
Quentin Gliech
a43c7ea1c8
webui: Bump dependencies
2019-05-22 19:59:33 +02:00
Quentin Gliech
51ca8527dc
webui: Rework pagination
2019-05-22 19:52:01 +02:00
Quentin Gliech
67c84af4d7
webui: Upgrade dependencies
...
@material-ui/core: 1.5.1 → 3.9.3
@material-ui/icons: 2.0.3 → 3.0.2
apollo-boost: 0.1.23 → 0.3.1
graphql: 14.0.2 → 14.2.0
moment: 2.23.0 → 2.24.0
react: 16.7.0 → 16.8.6
react-apollo: 2.3.3 → 2.5.3
react-dom: 16.7.0 → 16.8.6
react-router: 4.3.1 → 5.0.0
react-router-dom: 4.3.1 → 5.0.0
react-scripts: 2.1.3 → 2.1.8
eslint-config-prettier: 3.3.0 → 4.1.0
eslint-plugin-prettier: 2.7.0 → 3.0.1
prettier: 1.15.3 → 1.16.4
2019-03-30 21:40:56 +01:00
Michael Muré
433c4fc46a
upgrade webui dependency
2019-01-07 22:51:55 +01:00
Michael Muré
8fc15a032f
webui: upgrade npm dependencies to fix https://nvd.nist.gov/vuln/detail/CVE-2018-16469
2018-12-23 13:57:40 +01:00
Quentin Gliech
bb4ebed08c
webui: Format everything with prettier
2018-08-19 23:14:45 +02:00
Michael Muré
5edcb6c8bd
webui: revamp the bug list
2018-08-14 02:06:02 +02:00
Quentin Gliech
62c422fa96
Basic WebUI
...
Based on Material-UI, react-router and react-apollo
2018-07-22 00:19:38 +02:00
Michael Muré
bd56024b02
cleanup webui
2018-07-17 02:10:04 +02:00
Michael Muré
ead4511250
add the infrastructure for an embedded web UI + command
2018-07-16 22:25:50 +02:00