]> Untitled Git - lemmy-ui.git/commit
Add Taglines support (#854)
authorAnon <makotech222@users.noreply.github.com>
Sun, 20 Nov 2022 16:08:44 +0000 (10:08 -0600)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 16:08:44 +0000 (11:08 -0500)
commite2a29a5bada0a00c998c2b57e2d99098bc793b4b
tree02a6eb462de15d7af7d6464872e6b0a855062576
parent36c1c1f26230fc149faacebb8ee12deffaa347a7
Add Taglines support (#854)

* Add Taglines support

* Fix issue with deletion not rendering properly.

* Address PR comments

* Missed alllanguages

* Cleanup tagline match

* Update js client

* Move taglines to siteres

* Only show taglines editor after site setup

* Update js client
package.json
src/assets/css/main.css
src/shared/components/home/home.tsx
src/shared/components/home/site-form.tsx
src/shared/utils.ts