Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ce3506d

Browse files
committed
feat(search): display calendar view if the right viewType attribute is set
1 parent 01f6368 commit ce3506d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

apps/client/src/widgets/view_widgets/calendar_view.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ const TPL = /*html*/`
3131
color: unset;
3232
}
3333
34+
.search-result-widget-content .calendar-view {
35+
position: absolute;
36+
top: 0;
37+
left: 0;
38+
right: 0;
39+
bottom: 0;
40+
}
41+
3442
.calendar-container {
3543
height: 100%;
3644
--fc-page-bg-color: var(--main-background-color);

docs/Release Notes/Release Notes/v0.94.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* Docker: Rootless [Dockerfiles are now available](https://github.com/TriliumNext/Notes/pull/1923/files) by @perfectra1n
5959
* [Text notes: add a way to move up and down text lines via a keyboard shortcut](https://github.com/TriliumNext/Notes/issues/1002) by @dogfuntom
6060
* [improve tab scroll UX by switching from instant to smooth behavior](https://github.com/TriliumNext/Notes/pull/2030) by @SiriusXT
61+
* Calendar view: display calendar view if `#viewType=calendar` is set.
6162

6263
## 📖 Documentation
6364

0 commit comments

Comments
 (0)