]> Untitled Git - lemmy.git/commit
UI Settings - Blur NSFW & Auto Expand (#3377)
authorDomenic Horner <domenic@tgxn.net>
Wed, 26 Jul 2023 11:53:45 +0000 (19:53 +0800)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 11:53:45 +0000 (07:53 -0400)
commitf9351b651217cd437801e5f579891f5ad815e05d
treefd0929cbd30705ee9936edd91c0e20d2d1a2d0e0
parent9b123f45eca1f364d038e52fab43ed3dea36fa98
UI Settings - Blur NSFW & Auto Expand (#3377)

* add new flag to api

* add new ui settings for local user

* remove extraneous def

* add props to application reg.

* fix clippy updated these

* re-order db schema entries

* remove dupe

* update lemmy sdk

* update lemmy js client

---------

Co-authored-by: Nutomic <me@nutomic.com>
api_tests/src/shared.ts
crates/api/src/local_user/save_settings.rs
crates/api_common/src/person.rs
crates/db_schema/src/schema.rs
crates/db_schema/src/source/local_user.rs
crates/db_views/src/registration_application_view.rs
migrations/2023-06-27-065106_add_ui_settings/down.sql [new file with mode: 0644]
migrations/2023-06-27-065106_add_ui_settings/up.sql [new file with mode: 0644]