Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/compose-mention-popover-fits-dialog.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.18.1

### Patch Changes

- [`58bd65a`](https://github.com/SmooAI/smooblue/commit/58bd65a9ab53eaa18c7edb03f1cdebe91947b221) Thanks [@brentrager](https://github.com/brentrager)! - @mention popover now pops UP above the textarea instead of down. The compose dialog has no spare room below the textarea (Post button + attachment row sit there), so the popover was clipping past the dialog footer and getting overlapped by the Post button. Up has the headroom — the dialog header is short — and the popover lifts cleanly into that space. Also bumps the popover z-index past 50 and sets `overflow: visible` on the compose sheet so a tall suggestion list isn't clipped by the upstream modal's overflow rule.

## 1.18.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "1.18.0"
version = "1.18.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/SmooAI/smooblue"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smooblue",
"version": "1.18.0",
"version": "1.18.1",
"private": true,
"description": "Native multi-column Bluesky desktop client. Rust + Dioxus.",
"repository": "https://github.com/SmooAI/smooblue",
Expand Down
Loading