Commit Graph
4 Commits
Author SHA1 Message Date
e37342db0c Add modals to Organization and Team remove/leave (#16471)
* Add modals to Organization and Team remove/leave

Add confirmation modals to Organization and Team remove and leave.

Fix #16215

Signed-off-by: Andrew Thornton <[email protected]>

* avoid for-in

Signed-off-by: Andrew Thornton <[email protected]>

* Revert "avoid for-in"

This reverts commit 2af9a6f9d46ed31b6fc6e3a29e695577dcf09f75.

* Apply suggestions from code review

Co-authored-by: silverwind <[email protected]>

Co-authored-by: 6543 <[email protected]>
Co-authored-by: silverwind <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
2021-08-26 22:57:40 -04:00
Cirno the StrongestandGitHub 21fbee1503 Various UI fixes (#14239)
* Fix #14238

* Fix #14235

* Fix #14237

* Fix #14234

* Use octicon to show private status of repo in admin dashboard

* Fix #14232

* Fix #14236
2021-01-04 13:18:12 +01:00
c85bb62635 Replace more icons with SVG, repo search tweaks (#13860)
* Replace more icons with SVG

- Replace remaining icons on admin page with SVG
- Fix vertical menu background on arc-green
- Minor improvments to frontpage repo search
- More icon replacements here and there

* fix integration

* whitespace tweak

* add comment

Co-authored-by: techknowlogick <[email protected]>
2020-12-09 14:03:19 -05:00
Jonas FranzandLunny Xiao 7a4c29c739 OAuth2 Grant UI (#6625)
* Add oauth2 grants ui

Signed-off-by: Jonas Franz <[email protected]>

* Add delete functionality
Add translations

Signed-off-by: Jonas Franz <[email protected]>

* Fix unit tests

Signed-off-by: Jonas Franz <[email protected]>

* Fix unit tests

Signed-off-by: Jonas Franz <[email protected]>

* Refactor DeleteOAuth2Grant
Use results.Close()

Signed-off-by: Jonas Franz <[email protected]>

* Refactor DeleteOAuth2Grant (again)

Signed-off-by: Jonas Franz <[email protected]>

* Check if user ID is zero

Signed-off-by: Jonas Franz <[email protected]>

* Check if grant ID is zero

Signed-off-by: Jonas Franz <[email protected]>
2019-04-17 16:18:16 +08:00