Gitter
Gitter copied to clipboard
A Blazor Gitter Client
On the client side, we use Blazor.Extensions.Logging to log to the browser console. Not yet implemented on the server side.
I don't generally use it, but tested it for #85. I get: >System.InvalidOperationException: JavaScript interop calls cannot be issued at this time. This is because the component is being statically...
Best as I can see, we currently use the gulp (and npm) infrastructure for two reasons: * it compiles SCSS to CSS, does some further jiggling, and copies the result...
Suggest users when typing `@` followed by part of a user name or display name. Multiple aspects required: * we need a UI like Gitter's own, or like in https://github.com/Blazored/Typeahead/...
I recently disabled the existing JS call because in use it was annoying - I can't remember what I didn't like, but it just didn't work well. Maybe the first...
In testing the API, I've found that `/v1/rooms/:roomId/users` has the same weird query behavior as the regular gitter client — that is, some users simply cannot be found, for whatever...
There are stubs for some of the main APis we might need, but many still need adding.
It would be great on mobile if we could either view a traditional message list or, optionally, one message full page with actions to move previous/next (swipes or buttons).
For now, this just uses an API key for the user auth. It should log them in maybe?
We are going to need settings before long, so we should decide how to handle it. I'm going to suggest we keep it simple, with one page that has a...