Mudkip

Results 29 comments of Mudkip
trafficstars

The app currently uses Material You dynamic theme and light/dark mode automatically. On stock Android 12 or newer the color theme can be changed by changing the wallpaper and/or choose...

The app currently uses Material You dynamic theme and light/dark mode automatically. On stock Android 12 or newer the color theme can be changed by changing the wallpaper and/or choose...

Could you please describe your use cases for this feature? Do you want to receive notification of new memos of same account's other devices, or public memos of other accounts...

I can't reproduce this issue with Open API login and Memos 0.9.1. Could you please reply with the output of this API with your web browser: ``` https://{YOUR_MEMOS_HOST}/api/user/me ``` Please...

Moe Memos doesn't sort memos on client side in Explore page because of pagination, it keeps the sort order of server response. According to https://github.com/usememos/memos/blob/d3e32f0d5abeb5fadb95b31f1fe0e1aa91e137b2/store/db/sqlite/memo.go#L99 (which https://github.com/usememos/memos/blob/57c5a924271869a5600e78d0f057afc48e7fd24f/api/v1/memo.go#L405 uses), the server...

Memos 0.22 has an `order_by_pinned` filter which is only used in the default memo list. So pin status won't affect Explore page now.

Please reply with the response body of your `https://{your proxy server hostname}}/api/v1/workspace/profile`.

~It seems Blinko uses trpc and there is sort of a generator for Swift: https://github.com/calasanmarko/trpc-swift~ ~Or better we can generate OpenAPI document based on the trpc router of Blinko then...