Commit Graph

15 Commits

Author SHA1 Message Date
1aa20c00b2
v0.5.1
fix: $PostGrid get/update post order not perform ascending.
remove: window title remove version string.
fix: $Searchbar open and close with key bugs.
change: User.manager move to instance Booru.users.
2024-10-09 16:15:21 +08:00
73894739d0
v0.5.0
new: add search query suggestion,
change: fetch api optimize with api key.
enhance: searchbar will auto add tags from url.
2024-10-08 02:05:02 +08:00
77d4f78cc2
v0.4.0
new: posts page header.
enhance: hint will show up when no posts is loaded.
fix: [css] login page `login-container` width abnormal on small width screen.
change: set route path `/posts` render same as path `/`
2024-10-08 00:24:41 +08:00
a992af35c2
v0.3.5
new: danbooru account login with api is available now.
new: class Client User
adjust: [css] route element padding inline.
new: [css] color variable.
new: interface APIError.
new: [page] /login route.
new: [$nav] menu button and account button.
new: class $Drawer, with user account basic detail, and login/logout button.
new: function numberFormat.
optimize: [$IconButton] $icon default is hiding, method icon will set $icon visible.
new: [$IconButton] method link, set 'click' listener with open link.
2024-10-07 22:03:10 +08:00
315246a37a
v0.3.4
fix: event passive.
remove: Post sidebar copy link buttons.
fix: page transition transform value undefined.
enhance: $PostGrid loader will stop when no more post can fetched.
enhance: reset $PostGrid loader when booru switched.
enhance: searchbar autocomplete result same as official site.
new: class Autocomplete.
new: post sidebar add File, Booru, Webm, Source url.
2024-10-06 23:12:53 +08:00
86c2d5aa9f
v0.3.3
update: $Router package.
new: open in original site button.
change: searchbar input background remove transparency.
change: post page video player disable picture in picture.
new: post page sidebar detail add copy file link button and copy webm link button.
new: ugoria format will show icon on $PostTile.
new: $IconButton
new: Post.isUgoria
2024-10-06 18:00:35 +08:00
6104d9003f
v0.3.2
change: navigation bar app version link to home page.
change: gif format $PostTile preview action will same as video format.
new: gif format $PostTile will display format detail.
change: navigation bar background change to transparency blur.
change: searchbar selection list scrollbar width smaller.
2024-10-06 16:39:33 +08:00
1a6d0e580f
v0.3.1
fix: jumping scroll when open page.
new: new FileType 'webp'.
change: $PostGrid get posts limit change to 100 post per time.
new: sound icon come out beside on video duration if video has sound.
fix: image too big when new posts insert to $PostGrid, disable loading post's transition.
new: mouse hover/down or touch on $PostTile have scale transition.
change: $PostTile video detail color change to dark theme.
change: Post all $State property have a loading string.
new: Post.ready will return Promise when post data is fetched.
new: Post.hasSound, Post.previewURL
optimize: post_route get Post and fetching.
fix: post page video size will be clarify when rendered.
2024-10-06 15:07:48 +08:00
b5eb4811d6
v0.3.0 2024-10-06 02:21:31 +08:00
33a588a3f5 v0.2.5
fix: $Layout render problem
2024-05-20 00:55:44 +08:00
ec06a3f912 v0.2.4
update: post page layout change on small screen
2024-05-19 02:15:31 +08:00
6855e7eca8 v0.2.3
new: Auto detect and add new post.
2024-05-19 02:00:55 +08:00
1add8ce529 v0.2.2
new: Post auto load
fix: zip file preview
2024-05-18 21:11:41 +08:00
f1d6faeb75 v0.2.1
add: Scroll history
change: tag post count numeric format
2024-05-18 20:09:33 +08:00
4aff683df3 init 2024-05-17 03:30:49 +08:00