Austin Alvarado

Results 10 issues of Austin Alvarado

On my centos 6.9 machine, git symbolic-ref doesn't have the --short option. One way to accommodate for older git versions is ```$($git_eng rev-parse --abbrev-ref 2>/dev/null)```. Or i could have just...

When creating a new attribute, clicking the checkbox to make it editable should check and disable the box that makes it visible. This can be done after moving away from...

cleanup
frontend

Currently missing, but could be added: support for groups in the Add operation Modify operation

enhancement
backend

Currently, the frontend has no knowledge of the config. This leads to awkward things such as probing the backend to determine if password reset is enabled. Frontend configuration would also...

enhancement
frontend

Yew strongly advises to [key all lists](https://yew.rs/docs/concepts/html/lists#keyed-lists), which can help with more efficient rendering. I don't know if it provides any benefit right now, but it's probably nice to adhere...

good first issue
cleanup
frontend

Can leverage the avatar component from #407

enhancement
frontend

Avatars can only be a JPEG currently. It would be nice if other formats (ex. PNG) were supported

enhancement
help wanted
backend
frontend

There's a handful of places that set up a dialog for confirmation - this is a simple and common enough pattern that we should really have a component for it

enhancement
good first issue
cleanup
frontend