Improve database asset field image browsing#14843
Merged
Vanessa219 merged 1 commit intosiyuan-note:devfrom May 18, 2025
Merged
Conversation
Contributor
Author
|
@88250 D大快瞅一眼!这个功能期待很久了,想尽快能用上!但一直没动静,所以就自己搞了。代码很简单(照着原来的函数ctrl cv了一下),测试了没问题 |
88250
approved these changes
May 18, 2025
88250
added a commit
that referenced
this pull request
May 18, 2025
Contributor
Author
|
@Vanessa219 v大,感觉保留query好一些吧,这样可以只看搜索出来的条目的图片 |
Contributor
我认为这个需求合理 |
Member
|
过滤条件不全,只用 query 的话会有分歧。比如排序,列上的过滤条件等。 |
Contributor
Author
|
api返回的数据已经是把列筛选过滤了的 |
Contributor
Author
|
query参数传的只是搜索框的内容。列筛选排序相关的是根据当前视图id(viewid)确定的,不传query参数的话,浏览的比实际展现的要多了 |
Member
|
那 pageSize 啥的呢?这个也移除了。 |
Contributor
Author
|
pageSize应该没必要加了,我看D大把api关于pageSize的也删掉了 |
EightDoor
added a commit
to EightDoor/siyuan
that referenced
this pull request
May 22, 2025
* commit 'b3764d6a20dce9dde1ae1fcfc2dd11c2d60df2f3': (35 commits) 🎨 siyuan-note#14843 🔖 Release v3.1.30 🔖 Release v3.1.30 📝 Update changelogs ♻️ siyuan-note#14851 🐛 Improve resizing image width by dragging (siyuan-note#14851) 📝 Update changelogs 🎨 siyuan-note#14821 🎨 siyuan-note#14843 🎨 Improve av image preview siyuan-note#14843 Optimize attributeView image browsing (siyuan-note#14843) 🎨 Improve the style of folded lists (siyuan-note#14830) 🎨 siyuan-note#14813 🎨 Improve exporting to YueQue siyuan-note#14846 📝 Update the user guide 🎨 siyuan-note#14821 🎨 siyuan-note#14324 🐛 Fix cron job setup siyuan-note#14817 ⬆️ Upgrade kernel deps 🎨 Improve exporting image ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #11900