Benedikt Kulmann
6511321873
Fix accounts ui with new settings API
2020-08-27 10:33:04 +02:00
Benedikt Kulmann
8e011b7eb2
Add recompiled assets
2020-08-21 16:19:03 +02:00
Benedikt Kulmann
6b011fb91c
Add account uuid to request body for fetching roles
2020-08-21 11:45:04 +02:00
Lukas Hirt
2cf9e918ba
Add vuex as direct dependency instead of peerDependency
2020-08-21 11:45:03 +02:00
Benedikt Kulmann
fb3b6dcd5f
Fix generate target in Makefile
2020-07-01 11:40:00 +02:00
Benedikt Kulmann
4e1d6b4557
Add fake imports to make fileb0x work
2020-07-01 11:05:34 +02:00
Benedikt Kulmann
5b3ef18903
Copy over Avatar component from phoenix
...
This component should move to ODS soon, so that we can just use it. At
the moment we have to copy it here to get proper avatars loaded.
2020-07-01 11:05:34 +02:00
Benedikt Kulmann
907d6cf58b
Prevent text wrapping in list headers
2020-07-01 11:05:34 +02:00
Benedikt Kulmann
e23615c764
Sort accounts by preferredName field
2020-07-01 11:05:33 +02:00
Benedikt Kulmann
a8922f62c2
Change accounts service requests to POST
...
Microweb only supports POST requests. So as long as we're using that, we
need to have everything as POST.
2020-07-01 11:05:33 +02:00
Benedikt Kulmann
48d28cf7dd
Add more information to accounts list
2020-07-01 11:05:33 +02:00
Benedikt Kulmann
352b633e84
Show very basic account list
...
This is the first step. Only shows name and email so far (because we
don't have more data). Was necessary to change the request type of the
list request to POST because it is not supported by microweb to have GET
requests.
2020-07-01 11:05:33 +02:00
Benedikt Kulmann
f883c5bd0b
Set up reflex for make watch
2020-07-01 11:05:33 +02:00
Benedikt Kulmann
b1ba52f02b
Add asset generation from javascript bundle
...
On `make generate` the `pkg/assets/embed.go` will be generated from the
current state of the javascript app bundle in `assets/accounts.js`. So
you'll have to run `yarn build` first and then `make generate`.
2020-07-01 11:05:32 +02:00