Commit graph

9 commits

Author SHA1 Message Date
Caleb Doxsey
4eda7479ce
core/ui: add policy id (#5127)
add policy id
2024-06-04 17:16:26 -06:00
Caleb Doxsey
ab388211f2
core/ui: improve frontend build size (#5109)
* core/ui: improve frontend build size

* remove luxon

* add lodash

* remove console.log

* only generate sourcemap when watching
2024-05-09 07:10:00 -06:00
Nathan Hayfield
f54b1a7d09
adds success colors for statuses in the 200 range (#4314) 2023-06-30 16:18:35 +02:00
Caleb Doxsey
bfcd15435f
authenticate: add additional error details for hmac errors (#3878) 2023-01-11 07:53:11 -07:00
Caleb Doxsey
63b210e51d
httputil: remove error details (#3703) 2022-10-25 08:00:21 -06:00
Nathan Hayfield
0e73bd31f7
add the traces error details (#3557) 2022-08-16 18:04:02 +02:00
Nathan Hayfield
9fc43930bf
add front end support for optional first paragraph of markdown on err… (#3546)
add front end support for optional first paragraph of markdown on error messgage
2022-08-11 15:45:08 +02:00
Nathan Hayfield
fd8ec0099e
Style update for User Info Endpoint (#3055)
* style changes from mui 5

* fix spacing issue on small screen

* remove unneeded import

* add default exports

* make linter happy

* more style changes

* use startCase from lodash

Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
2022-02-18 12:39:44 -05:00
Caleb Doxsey
2824faecbf
frontend: react+mui (#3004)
* mui v5 wip

* wip

* wip

* wip

* use compressor for all controlplane endpoints

* wip

* wip

* add deps

* fix authenticate URL

* fix test

* fix test

* fix build

* maybe fix build

* fix integration test

* remove image asset test

* add yarn.lock
2022-02-07 08:47:58 -07:00