Heikki Hellgren
Heikki Hellgren
### 📜 Description https://github.com/backstage/backstage/blob/master/plugins/techdocs-node/src/techdocsTypes.ts#L23 is now in `node` plugin and not usable in the frontend ### 👍 Expected behavior TechDocsDocument should be moved to `techdocs-common` plugin ### 👎 Actual Behavior...
## Hey, I just made a Pull Request! this makes using especially the frontend API much usable as the signal can be typed instead having plain json object to play...
### 🔖 Feature description To improve internalization (https://backstage.io/docs/plugins/internationalization/), Backstage should start taking community translations in use for different languages. One good option for tooling could be Transifex (https://explore.transifex.com/) ### 🎤...
## Hey, I just made a Pull Request! Defines signal type for notifications. Also refactoring the web notification handling a bit + preparations for `done` removal. #### :heavy_check_mark: Checklist -...
## Hey, I just made a Pull Request! This allows defining pagination mode to either offset or cursor. #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected...
### Prerequisites - [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) ### What theme are you using? core ### Is your feature request related to a problem? Please describe. Currently, when there...
## Hey, I just made a Pull Request! Currently, when using ElasticSearch client, it does not return the `result.body.hits.total.value` thus there is no way to load more results for the...
### 🔖 Feature description Currently, permissions are checked multiple times for the same things in a short period of time. This can get very slow with lots of entities and...
## Hey, I just made a Pull Request! This does not guarantee that user can see all results, thus using cursors is still required Closes #23086 #### :heavy_check_mark: Checklist -...
## Hey, I just made a Pull Request! closes #23085 #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [x] Added or updated...