dotfiles/app/lib/prymn_web
Nikos Papadakis 26ba60b95d
app: refactor the Connection to make it asynchronous when connecting
Some work has been done on making the Connection feel nicer, but also
more work is needed to not have the channel be exposed to the upper
layers of the application. We should wrap all the GRPC calls in the
GenServer (which may also allow caching on certain calls such as
get_sys_info)
2023-08-28 23:32:42 +03:00
..
components app: add 'Skip to content' link for accessibility' 2023-08-17 13:24:09 +03:00
controllers Add typespecs, remove unneeded documentation 2023-07-29 14:45:09 +03:00
live app: refactor the Connection to make it asynchronous when connecting 2023-08-28 23:32:42 +03:00
endpoint.ex rename backend -> app 2023-07-19 23:24:24 +03:00
gettext.ex rename backend -> app 2023-07-19 23:24:24 +03:00
router.ex app: add user authentication 2023-07-28 23:44:00 +03:00
telemetry.ex app: add user authentication 2023-07-28 23:44:00 +03:00
user_auth.ex Add typespecs, remove unneeded documentation 2023-07-29 14:45:09 +03:00