Compare commits
2 Commits
main
...
fix/config
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1b9035b51 | ||
|
|
0a0d5bc529 |
@ -29,6 +29,7 @@ Docs: https://docs.clawd.bot
|
||||
|
||||
### Fixes
|
||||
- Gateway: include inline config env vars in service install environments. (#1735) Thanks @Seredeep.
|
||||
- UI: add ellipsis to config section titles in the Control UI. (#1784) Thanks @robbyczgw-cla.
|
||||
- BlueBubbles: route phone-number targets to DMs, avoid leaking routing IDs, and auto-create missing DMs (Private API required). (#1751) Thanks @tyler6204. https://docs.clawd.bot/channels/bluebubbles
|
||||
- BlueBubbles: keep part-index GUIDs in reply tags when short IDs are missing.
|
||||
- Web UI: hide internal `message_id` hints in chat bubbles.
|
||||
|
||||
@ -413,6 +413,9 @@
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
letter-spacing: -0.01em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.config-section-hero__desc {
|
||||
@ -586,6 +589,9 @@
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
letter-spacing: -0.01em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.config-section-card__desc {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user