GithubHelp home page GithubHelp logo

fhraise / fhraise Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 693 KB

An experimental/demo Kotlin Multiplatform project exploring a new paradigm in the restaurant industry.

Home Page: https://fhraise.xfqlittlefan.xyz

License: GNU General Public License v3.0

Kotlin 99.18% HTML 0.30% JavaScript 0.52%
compose-multiplatform kotlin-multiplatform kotlin-native ktor kotlin compose-android compose-desktop compose-wasm compose-web jetpack-compose

fhraise's Introduction

Fhraise

fhraise's People

Contributors

dependabot[bot] avatar xfqwdsj avatar

Stargazers

 avatar  avatar

fhraise's Issues

[功能] 保存颜色模式状态

功能请求类型

新功能

平台

全部/通用

功能请求

持久化存储颜色模式的状态

场景

No response

可能的解决方案

No response

其他信息

No response

联系方式

No response

[功能] 认证用户

功能请求类型

新功能

功能请求

使用无密码和无验证登录

大致流程

新用户使用用户名/手机号/邮件地址或无任何信息的游客登录,会被提醒:该账户为临时账户,将被清理,可以选择立即转正或暂不转正

转正可使用邮箱验证码。由于资费,手机号目前无法实现转正

如果用户需要使用密码登录,也可添加密码,但会被提醒添加密码后账户安全性会降低

账户转正后,仍可使用用户名/手机号/邮件地址进行无验证登录,但无法访问账户信息,应用内显示为游客登录。验证登录方案:应用内的网络令牌、邮箱验证码和密码,几种方案均可选择,无论用户有没有配置,且服务器响应只有成功或失败,保护账户安全

[错误] 登录界面底部按钮仍有可能遮挡内容

错误类型

界面错误

平台

全部

版本

v0.1.96

环境

有软键盘的操作系统

错误

目前的底部按钮逻辑仍有可能导致展开键盘时出现在屏幕上

场景

No response

可能的解决方案

No response

日志

No response

截图或视频

No response

其他信息

No response

联系方式

No response

[功能] 主界面

功能请求类型

新功能

平台

全部/通用

功能请求

主界面设计

场景

No response

可能的解决方案

No response

其他信息

No response

联系方式

No response

[错误] 登录界面点击输入框后,底部按钮显示不正常

错误类型

界面错误

平台

Android

版本

v0.1.82

环境

操作系统:Android 10;设备:HUAWEI MATE 20

错误

当我点击登录界面的输入手机号框时,底部更多登录选项的按钮会浮到键盘上面,挡住了输入手机号码的输入框。点击界面的其他地方之后又恢复正常显示

场景

No response

可能的解决方案

按钮应用的边距中,取消键盘高度,可能会解决此问题。

日志

No response

截图或视频

Screenshot_20240128_184950_xyz xfqlittlefan fhraise

其他信息

No response

联系方式

[email protected]

[错误] 颜色模式调整失效

错误类型

界面错误

平台

全部

版本

auth-server 分支

环境

所有

错误

颜色模式调整时只可以使按钮变成太阳,且当系统处于深色模式,同时 UI 正在更新时会导致深/浅色切换闪烁

场景

No response

可能的解决方案

No response

日志

No response

截图或视频

No response

其他信息

#32

联系方式

No response

[功能] 持久化存储键值对

功能请求类型

新功能

平台

全部/通用

功能请求

新增一个持久化存储键值对的方法

场景

No response

可能的解决方案

No response

其他信息

No response

联系方式

No response

[功能] 重构字符串

功能请求类型

新功能

平台

全部/通用

功能请求

将应用 UI 中所有的字符串重构为使用字符串资源

场景

No response

可能的解决方案

No response

其他信息

Compose Multiplatform 在 1.6.0 版本中新增了对字符串资源的支持

联系方式

No response

[功能] 检查更新

功能请求类型

新功能

平台

全部/通用

功能请求

建议打开APP的时候可以自动检查更新,询问用户后下载。如果用户没看到,或者是想晚点更新,可以在顶上的那个APP图标右上角标注New,以此来提示用户有新版本可供下载。

场景

当有新版本发布时,当我打开应用程序,我希望看到更新提示的界面。

可能的解决方案

No response

其他信息

No response

联系方式

[email protected]

[功能] 重构自适应布局

功能请求类型

功能优化

平台

全部/通用

功能请求

目前登录页面的自适应布局灵活性很低,可复用性低,需要一套通用的方案

场景

No response

可能的解决方案

No response

其他信息

No response

联系方式

No response

[功能] 取消登录界面底部按钮的动画

功能请求类型

功能优化

平台

全部/通用

功能请求

取消登录界面底部按钮的动画

场景

一闪而过的动画会可能让人疑惑

可能的解决方案

直接取消底部按钮的键盘高度边距(Compat、Medium 模式)

其他信息

No response

联系方式

No response

[功能] 在应用内部某个地方添加当前程序的版本号

功能请求类型

功能优化

平台

Android

功能请求

希望在应用程序的某一个地方,加上当前版本号,以一个较浅的颜色显示。

场景

当我遇到应用程序内部问题时,我可以更快地确定此应用程序的版本。

可能的解决方案

No response

其他信息

No response

联系方式

[email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.