You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css
wxiaoguang 698ae7aa5b
Fix dynamic content loading init problem (#33748)
1. Rewrite `dirauto.ts` to `observer.ts`. 
* We have been using MutationObserver for long time, it's proven that it
is quite performant.
    * Now we extend its ability to handle more "init" works.
2. Use `observeAddedElement` to init all non-custom "dropdown".
3. Use `data-global-click` to handle click events from dynamically
loaded elements.
* By this new approach, the old fragile selector-based
(`.comment-reaction-button`) mechanism is removed.
4. By the way, remove unused `.diff-box` selector, it was abused and
never really used.

A lot of FIXMEs in "repo-diff.ts" are completely fixed, newly loaded
contents could work as expected.
2 weeks ago
..
chroma Various code view improvements (#30014) 12 months ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Refactor markdown editor and use it for milestone description editor (#32688) 3 months ago
features Add cropping support when modifying the user/org/repo avatar (#33498) 1 month ago
markup Fix poor table column width due to breaking words (#31473) 9 months ago
modules Improve "generate new access token" form (#33730) 2 weeks ago
repo Fix flex width (#33414) 2 months ago
shared Forbid deprecated `break-word` in CSS (#30934) 10 months ago
standalone Add toasts to UI (#25449) 2 years ago
themes Repo file list enhancements (#32835) 3 months ago
actions.css Fix various overflows on actions view (#30344) 11 months ago
admin.css User details page (#26713) 2 years ago
base.css Align sidebar gears to the right (#33721) 2 weeks ago
dashboard.css Pulse page improvements (#30149) 11 months ago
explore.css Fix and/or comment some legacy CSS problems (#33015) 3 months ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Fix mCaptcha bug (#33659) 3 weeks ago
helpers.css Replace `gt-word-break` with `tw-break-anywhere` (#31183) 9 months ago
home.css Refactor language menu and dom utils (#32450) 4 months ago
index.css Improve "generate new access token" form (#33730) 2 weeks ago
install.css Fix some UI problems (install/checkbox) (#30854) 10 months ago
org.css Clean up legacy form CSS styles (#33081) 2 months ago
repo.css Fix dynamic content loading init problem (#33748) 2 weeks ago
review.css Refactor markdown editor and use it for milestone description editor (#32688) 3 months ago
user.css Optimize repo-list layout to enhance visual experience (#31272) 9 months ago