This commit is contained in:
ivanminutillo 2022-11-03 15:27:32 +01:00
parent 461aa10a54
commit 3b634f742c
4 changed files with 10 additions and 33 deletions

View file

@ -624,12 +624,6 @@ emoji-picker {
height: 100%;
}
.tab.tab-bordered {
--tw-border-opacity: 0;
--tab-border: 3px;
}
.prose {
word-break: break-word;
}
@ -642,13 +636,16 @@ emoji-picker {
width: 100% !important;
}
.not-distraction-free {
word-break: break-word;
.tabs_nav .tab {
border-bottom: 0;
}
.tab.tab-bordered {
height: auto;
padding-bottom: 6px;
.tabs_nav .tab.tab-active {
border-bottom: 3px solid;
}
.not-distraction-free {
word-break: break-word;
}
.text-sm pre,

View file

@ -5,24 +5,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
## [Unreleased (2022-11-03)]
### Added
- Enable/disable extensions [#448](https://github.com/bonfire-networks/bonfire-app/issues/448)
- Coordination MVP [#445](https://github.com/bonfire-networks/bonfire-app/issues/445) by mayel & ivanminutillo
- Static page generator [#444](https://github.com/bonfire-networks/bonfire-app/issues/444)
- Export my data [#235](https://github.com/bonfire-networks/bonfire-app/issues/235)
- Customise bonfire without forking [#89](https://github.com/bonfire-networks/bonfire-app/issues/89)
- Config-driven routing [#88](https://github.com/bonfire-networks/bonfire-app/issues/88)
### Changed
- Refactor navs/sidebars to use dynamic navigation & widgets provided by extensions [#447](https://github.com/bonfire-networks/bonfire-app/issues/447)
- LivePush security - efficient version [#234](https://github.com/bonfire-networks/bonfire-app/issues/234)
- More efficient (batched) insertion of associated data [#233](https://github.com/bonfire-networks/bonfire-app/issues/233)
- Beta: the great renaming/reorg, a stable API? [#232](https://github.com/bonfire-networks/bonfire-app/issues/232)
- Improve feeds performance based on benchmark [#226](https://github.com/bonfire-networks/bonfire-app/issues/226)
### Other
- UI for federation configuration [#39](https://github.com/bonfire-networks/bonfire-app/issues/39)
- Publish creation of sub-topic in the topic's feed [#439](https://github.com/bonfire-networks/bonfire-app/issues/439) by mayel
- When I reply to a task, the activity in the feed does not show the parent activity [#449](https://github.com/bonfire-networks/bonfire-app/issues/449)
- Feature Proposal: Use prefers-color-scheme [#451](https://github.com/bonfire-networks/bonfire-app/issues/451)

View file

@ -63,7 +63,7 @@
<span>{l("Howdy")} {e(@current_user, :profile, :name, "")}</span>
</div>
</div>
<!-- <Bonfire.Classify.Web.TopicsNavLive id="my_fav_topics" /> -->
<div class="mt-6">

View file

@ -41,7 +41,7 @@
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "04222a455ae6252a4edfd069d2af8e74821563c9", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "3eaac8ed8ed8fa003fbe3d350ac54c369399a0fd", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "9ad77d90f4d0342cda24af7268e3dba941d52b54", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "56737eaadc7a0e04e9e88938e60a842810b20e88", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "00a52a074ac17671acf6bf654d9ea1117ca42d48", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "6cfd9133a505a34f2af55c2f61d8a1ed4cbf5513", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "d5aa6cb57cb9ca64b038c677dea64a3e8fad4ea6", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "15fe67ec3ef7cb9216dd6f9af68db4258a4fb508", [branch: "main"]},