remove react-bootstrap
- add a login dropdown component
- add a group login component
- remove reference to react-bootstrap
## install seqdiag
```bash
$ pip install seqdiag
```
## resources
- [full documentation of seqdiag](http://blockdiag.com/en/seqdiag/introduction.html)
## examples:
### Generate png with white background
```bash
$ seqdiag -f <path to>/DejaVuSansMono.ttf metacategory_editor.diag --no-transparency
```