kinto-admin icon indicating copy to clipboard operation
kinto-admin copied to clipboard

Kinto Web Administration Console

Results 113 kinto-admin issues
Sort by recently updated
recently updated
newest added

We currently use Redux for global state management and Sagas to do data fetching for components. There are new strategies for managing these concerns in React. We should either write...

tech-debt
draft

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 8.10.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.10.0 8.10.0 (2024-10-17) 🚀 Features support TypeScript 5.6 (#9972) 🩹 Fixes typescript-eslint: propagate name field to extended configs...

dependencies
javascript

If unset, let the server assign it as it does now. If set the `attachment` passed to kinto.js's `collection.createRecord(..)` should contain the type https://github.com/Kinto/kinto-admin/blob/c648566146ff2670471024c4b4f8f0e26939df4b/src/components/record/RecordCreate.tsx#L37-L41 * [kinto.js supports extracting the type...

enhancement