MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Update list of schools without full page refresh #123

Closed thatoddmailbox closed 4 years ago

thatoddmailbox commented 4 years ago

Currently, whenever a school is added/removed/enabled/disabled, the entire page must be reloaded. This is because the school list comes from auth/me, and, after a login, there's no way for Preact components to request that the user's info be refreshed. It would be nice if this were fixed, especially since it seems like, in some cases, we will want to go straight from adding a school to opening that school's settings modal.

thatoddmailbox commented 4 years ago

Done in 2b8b205