[PR #7044] React/type widgets #4748

Open
opened 2025-10-01 16:40:08 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TriliumNext/Trilium/pull/7044
Author: @eliandoran
Created: 9/20/2025
Status: 🔄 Open

Base: mainHead: react/type_widgets


📝 Commits (10+)

  • 3d64c32 chore(react/type_widget): start with fresh note detail
  • 06bfb00 chore(react/type_widget): determine note type
  • 1fb3295 chore(react/type_widget): move old widgets
  • 3dbf20a chore(react/type_widget): port empty search
  • 07b86c8 chore(react/type_widget): port empty workspace switcher
  • bbb927c chore(react/type_widget): port doc widget
  • c9fe358 chore(react/type_widget): port none type widget
  • d1a9890 chore(react/type_widget): port protected session
  • fa55c57 chore(react/type_widget): port book
  • db7cda3 chore(react/type_widget): have book react to reloaded children

📊 Changes

134 files changed (+5040 additions, -5507 deletions)

View changed files

📝 apps/client/src/components/app_context.ts (+6 -4)
📝 apps/client/src/components/note_context.ts (+1 -1)
📝 apps/client/src/layouts/desktop_layout.tsx (+2 -2)
📝 apps/client/src/layouts/layout_commons.tsx (+2 -2)
📝 apps/client/src/layouts/mobile_layout.tsx (+3 -3)
📝 apps/client/src/services/keyboard_actions.ts (+9 -3)
📝 apps/client/src/services/link.ts (+1 -1)
📝 apps/client/src/services/open.ts (+1 -1)
📝 apps/client/src/services/shortcuts.ts (+14 -4)
📝 apps/client/src/services/utils.ts (+23 -0)
📝 apps/client/src/stylesheets/style.css (+1 -1)
📝 apps/client/src/stylesheets/theme-next/base.css (+5 -0)
📝 apps/client/src/translations/cn/translation.json (+1 -1)
📝 apps/client/src/translations/de/translation.json (+1 -1)
📝 apps/client/src/translations/en/translation.json (+1 -1)
📝 apps/client/src/translations/es/translation.json (+1 -1)
📝 apps/client/src/translations/fr/translation.json (+1 -1)
📝 apps/client/src/translations/pt/translation.json (+5 -1)
📝 apps/client/src/translations/pt_br/translation.json (+1 -1)
📝 apps/client/src/translations/ro/translation.json (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TriliumNext/Trilium/pull/7044 **Author:** [@eliandoran](https://github.com/eliandoran) **Created:** 9/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `react/type_widgets` --- ### 📝 Commits (10+) - [`3d64c32`](https://github.com/TriliumNext/Trilium/commit/3d64c320fbab6ee76a5c642233c7b82b5142d47e) chore(react/type_widget): start with fresh note detail - [`06bfb00`](https://github.com/TriliumNext/Trilium/commit/06bfb0073aaa6f5c420d78f7dae2e9bc7ecf9120) chore(react/type_widget): determine note type - [`1fb3295`](https://github.com/TriliumNext/Trilium/commit/1fb329565fcd520a68ff8760885a3450d088a4f2) chore(react/type_widget): move old widgets - [`3dbf20a`](https://github.com/TriliumNext/Trilium/commit/3dbf20af520685ab1f4f3cadd395d0a12aeba5f9) chore(react/type_widget): port empty search - [`07b86c8`](https://github.com/TriliumNext/Trilium/commit/07b86c8cf7214e1204a1d606ea734898c713d22f) chore(react/type_widget): port empty workspace switcher - [`bbb927c`](https://github.com/TriliumNext/Trilium/commit/bbb927c83f64351cee54cd2b7b341f5705d56ac8) chore(react/type_widget): port doc widget - [`c9fe358`](https://github.com/TriliumNext/Trilium/commit/c9fe3588110f5c477825559e46eab0607629bad5) chore(react/type_widget): port none type widget - [`d1a9890`](https://github.com/TriliumNext/Trilium/commit/d1a989093215825cf6dc7ce0629e6e987f1e1dba) chore(react/type_widget): port protected session - [`fa55c57`](https://github.com/TriliumNext/Trilium/commit/fa55c5720ee75f15bd5ba26ad0aaaeb0a5d41c4c) chore(react/type_widget): port book - [`db7cda3`](https://github.com/TriliumNext/Trilium/commit/db7cda3fe633bf309fcdb4e5c3ae57de98204020) chore(react/type_widget): have book react to reloaded children ### 📊 Changes **134 files changed** (+5040 additions, -5507 deletions) <details> <summary>View changed files</summary> 📝 `apps/client/src/components/app_context.ts` (+6 -4) 📝 `apps/client/src/components/note_context.ts` (+1 -1) 📝 `apps/client/src/layouts/desktop_layout.tsx` (+2 -2) 📝 `apps/client/src/layouts/layout_commons.tsx` (+2 -2) 📝 `apps/client/src/layouts/mobile_layout.tsx` (+3 -3) 📝 `apps/client/src/services/keyboard_actions.ts` (+9 -3) 📝 `apps/client/src/services/link.ts` (+1 -1) 📝 `apps/client/src/services/open.ts` (+1 -1) 📝 `apps/client/src/services/shortcuts.ts` (+14 -4) 📝 `apps/client/src/services/utils.ts` (+23 -0) 📝 `apps/client/src/stylesheets/style.css` (+1 -1) 📝 `apps/client/src/stylesheets/theme-next/base.css` (+5 -0) 📝 `apps/client/src/translations/cn/translation.json` (+1 -1) 📝 `apps/client/src/translations/de/translation.json` (+1 -1) 📝 `apps/client/src/translations/en/translation.json` (+1 -1) 📝 `apps/client/src/translations/es/translation.json` (+1 -1) 📝 `apps/client/src/translations/fr/translation.json` (+1 -1) 📝 `apps/client/src/translations/pt/translation.json` (+5 -1) 📝 `apps/client/src/translations/pt_br/translation.json` (+1 -1) 📝 `apps/client/src/translations/ro/translation.json` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-01 16:40:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TriliumNext/Trilium#4748
No description provided.