Lunny Xiao
|
7de114a332
|
Rework delete org and rename org UI (#34762)
# What's the problem of the original implementation
Renaming organization will mix with organization's information change
make the operation difficult to keep consistent.
This PR created a danger zone like what's repository setting. It also
moved organization's `rename` and `delete` operations to this zone. The
original updating repository will not change the name any more.
This is also a step to extract the `updaterepository` function
completely.
Before:


After:




---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2025-06-21 18:21:48 +00:00 |
|
silverwind
|
3c2406a2f3
|
Use CSS inset shorthand (#30939)
Use [inset](https://developer.mozilla.org/en-US/docs/Web/CSS/inset)
shorthand instead of longhands. There may be more cases but these ones I
was able to definitely identify.
|
2024-05-11 14:28:56 +00:00 |
|
silverwind
|
a21ca9b5a5
|
Remove fomantic dimmer module (#30723)
Tested extensively using modal which is the only dependant.
|
2024-04-29 14:49:50 +00:00 |
|