react-client
react-client copied to clipboard
The frontend of the upcoming version 2.0
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
### Component/Part various parts of the editor and API communication ### Description This PR fixes several things I detected while playing around with [alpha.hedgedoc.dev](https://alpha.hedgedoc.dev). The PR is best reviewed commit...
**Describe the solution you'd like** The backend allows to set a flag that uploaded media is kept although a note is deleted. The frontend should add a checkbox "Keep uploaded...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | markmap-common | [`0.13.4` -> `0.14.0`](https://renovatebot.com/diffs/npm/markmap-common/0.13.4/0.14.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@next/bundle-analyzer](https://togithub.com/vercel/next.js) | [`12.2.2` -> `12.2.5`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/12.2.2/12.2.5) | [](https://docs.renovatebot.com/merge-confidence/)...
**Is your feature request related to a problem? Please describe.** #1787 removed the editor preferences dialog. This is done because CodeMirror 6 doesn't have one global config object anymore. The...
### Component/Part common modals ### Description This PR adds tests for the common modal components ### Steps - [x] Added / updated tests - [x] I read the [contribution documentation](https://github.com/hedgedoc/react-client/blob/main/CONTRIBUTING.md)...
### Component/Part metadata GUI ### Description This PR adds a metadata GUI editor. ### Steps - [x] Added implementation - [ ] Added / updated tests - [ ] Extended...
### Description This PR adds a template chooser for new notes. Notes can be marked as template by setting the frontmatter property `template: true`. They have a special icon in...