react-client icon indicating copy to clipboard operation
react-client copied to clipboard

The frontend of the upcoming version 2.0

Results 106 react-client issues
Sort by recently updated
recently updated
newest added

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

type: maintenance

### 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...

type: bug

**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...

type: feature enhancement
priority: 3 low

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/markmap-common/0.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/12.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: maintenance

**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...

type: feature
scope: editor
priority: 1 high

### 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)...

type: code quality enhancement

### Component/Part metadata GUI ### Description This PR adds a metadata GUI editor. ### Steps - [x] Added implementation - [ ] Added / updated tests - [ ] Extended...

type: feature
status: blocked for UI/UX questions

### 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...

type: feature
status: blocked for UI/UX questions