This commit is contained in:
Mayel de Borniol 2022-07-30 10:57:57 +12:00
parent aef66626ef
commit 796edd9ac9
4 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -13,6 +13,7 @@
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
/.CodeCount
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump

View file

@ -23,4 +23,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add unique key to encircle [#248](https://github.com/bonfire-networks/bonfire-app/issues/248)
- Database Question [#3](https://github.com/bonfire-networks/activity_pub/issues/3)
- Being able to change activity type from the composer [#429](https://github.com/bonfire-networks/bonfire-app/issues/429)
- use created and extra_info mixins on Category [#433](https://github.com/bonfire-networks/bonfire-app/issues/433)

View file

@ -582,6 +582,8 @@ config :bonfire_classify, Category,
# multimixins
unquote_splicing(common.([:controlled, :feed_publishes]))
has_one(:creator, through: [:created, :creator])
# add references of tagged objects to any Category
many_to_many :tags, unquote(Pointer),
join_through: unquote(Tagged),

View file

@ -2,7 +2,7 @@
<div class={"items-start justify-center w-full max-w-screen-xl mx-auto"}>
<div
class="bg-center bg-no-repeat bg-cover h-[250px]"
style={"background-image: url(#{Bonfire.Common.Config.get([:ui, :theme, :instance_image], nil)})"}>
style={"background-image: url(#{Config.get([:ui, :theme, :instance_image], nil)})"}>
</div>
<nav