userCrayzcancel
branchsbox.web/mastercancel

7 Commits over 31 Days - 0.01cph!

1 Year Ago
Add button to clear a user's session Update UserData before accessing org page or creating an org
1 Year Ago
Revert "Easily cancel async operations when navigating around pages" This reverts commit b418b95f3fc3d9b93715a64d1c04d6b20deb1818. Better use the existing solution :)
1 Year Ago
Easily cancel async operations when navigating around pages Fixes sbox-issues/issues/2067
1 Year Ago
DisplayName matches the requirements of editor's addon manager Fix for sbox-issues/issues/2080
1 Year Ago
Restore utility page
1 Year Ago
Only bring over data seed in Development
1 Year Ago
Development environment switch for web (#1) * Endpoint configuration * Don't generate these keys for these, we set them explicitly * Consider fk constraints to allow new schema creation * Refresh blob upload endpoint * Live/dev switch + fixes to accommodate new db creation * Don't need this anymore * Cleanup * Preset configs are fields instead of getters * Update dev config * No more need to manually set dev environment * Don't need this log in dev env * Simple data seed for new local dbs * Select the right local db when seeding * Dev environment utility page * StringPool data seed * Select Unknown when inserting score for non per map ranks EF Core breaks with FK relationships id as 0.. for new dbs auto increment from 1, and explicitly grab the string we want here * Add leaderboard game with ranks to data seed * Update data seed * Blobs upload to a subdir in dev env * Update config * Fix compile error * Simplify the development environment check * Cleanup, safety check * Fix error on data seed * Fix data seed error * Bit of cleanup * Add back development top bar * Temporary caution