You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin pages are a mix of Backbone models+collections and React views. Let's replace such models/collections with JS objects and helper glue. All admin page implementations (users, languages, projects) work the same way, so the same approach should be applied to all of them.
The text was updated successfully, but these errors were encountered:
Admin pages are a mix of Backbone models+collections and React views. Let's replace such models/collections with JS objects and helper glue. All admin page implementations (users, languages, projects) work the same way, so the same approach should be applied to all of them.
The text was updated successfully, but these errors were encountered: