feat(category): 账单明细项新增分类标签,展示完整分类层级#296
Open
wait-more wants to merge 3 commits into
Open
Conversation
- docs/community/{README_ZH.md, README_EN.md, wechat-group.png}:群二维码 +
群内话题 + 备选联系方式(GitHub Issues / Telegram / 小红书抖音)+ 隐私提示
- README.md / README_EN.md 顶部链接栏加「👥 微信群 / WeChat Group」
- App「关于」页所有语言都显示「微信交流群」入口,落地页按 locale 选 ZH/EN
版;原有「小红书 / 抖音」继续 zh 限定(国内向短视频渠道)
群码 7 天有效,过期换图不用发版。
feat(community): 加微信交流群入口 + README 链接
- 第二行信息条新增一级 > 二级分类标签,消费归属更直观 - 窄屏自适应:LayoutBuilder 预测量度,空间不足时自动折行 - 搜索页/日历页/标签详情页:按 parentId 降级获取一级分类名称 - 日历页:无备注时始终保留分类标签信息行 - WebDAV:OPTIONS 不兼容时降级直连 GET - l10n:补全模板字符串占位符定义
Owner
|
@wait-more 这个做法我觉得不好 本身上面就会展示分类名称(有备注则展示备注名称) |
Owner
|
@wait-more 第二个webdav是指啥场景的问题 |
Author
感谢您的回复,这个功能是我和我的家人在使用过程中的一个痛点,每次截图自动记账有些图标不太好区分的类别总是不知道被归到哪个类别了,总是要点到详情里面去看。 我加一个功能开关,默认不打开,可以合进主线一下吗? |
Author
有些nas的webdav不支持OPTIONS字段,这时候可以降级直接GET试下。如果觉得不合适,这个可以不合。 |
Owner
不合适加了增加维护成本。 |
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.
变更类型
变更说明
账单明细项第二行信息条新增一级 > 二级分类标签,消费归属更直观可辨;
搜索页、日历页同步修改;
窄屏下自动折行,避免文字溢出。
同时修复 WebDAV 同步时 OPTIONS 请求不兼容的降级问题。
(这个功能在实际使用中很有用,每次自动记账后或查看账单时有些图标不太明显的账单总是不确定到底被分到哪个分类了总是需要点进去确认,增加这个分类的显示功能增加软件的易用性)
相关 Issue
无
测试情况
截图(如适用)
说明:1、一级分类展示;2、一级分类未备注时的展示;3、二级分类的展示;4、二级分类展示宽度不足,分类标签自动单独成一行展示。
检查清单
dart analyze无错误dart format格式化代码