diff options
| author | 2026-03-26 09:05:44 +0800 | |
|---|---|---|
| committer | 2026-03-26 09:05:44 +0800 | |
| commit | 18aceb4ddf01e964d0b81a4e926e42b72c64e355 (patch) | |
| tree | ceef83124ae966838f5620bbf37d0fc099d5f931 /.changes/particle-background.md | |
| parent | b762558df79a9bae7ec67f1f98caa9ccebcda861 (diff) | |
| download | DropOut-18aceb4ddf01e964d0b81a4e926e42b72c64e355.tar.gz DropOut-18aceb4ddf01e964d0b81a4e926e42b72c64e355.zip | |
refactor(ui): rewrite particle background
Diffstat (limited to '.changes/particle-background.md')
| -rw-r--r-- | .changes/particle-background.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changes/particle-background.md b/.changes/particle-background.md new file mode 100644 index 0000000..ca8bdf5 --- /dev/null +++ b/.changes/particle-background.md @@ -0,0 +1,5 @@ +--- +"@dropout/ui": "patch:refactor" +--- + +Rewrite `ParticleBackground` to morden component design instead of global `window` api call. |