James P

Results 11 issues of James P

When using our media manager to remove an image if the file is in a folder it will fail silently. ### *How to reproduce* 1. Create a new project 2....

bug
wontfix
media

When using `TinaMarkdown` alt text isn't inserted into the image tag even if it is included: Example ```![example image](/img/example.jpg)``` returns `

bug

When loading data, we place an overlay over the site with "Tina is loading data, please wait" but in the side bar we have "Tina didn't find any queries" From...

bug

Currently in tinaCMS package we are using ``` export interface FormifyArgs { formConfig: FormOptions; createForm: FormCreator; createGlobalForm: FormCreator; skip?: () => void; } ``` When we should be using: ```...

bug

## description When using two HTML components together it causes the second one to become unusable. No errors or warnings in our audit. ## Repro steps: 1. set schema to...

bug

When using use-stripe-subscription you get the following ```warn - ./node_modules/use-stripe-subscription/node_modules/stripe/lib/utils.js Module not found: Can't resolve 'child_process' in '/Users/ndimatteo/code/projects/ntl/node_modules/use-stripe-subscription/node_modules/stripe/lib'``` It doesn't cause functionality issues but we should investigate how to remove...

This PR adds in documentation search which is important. This is based upon Smooth doc implementation and uses docsearch by algo

Our API name field for both creation and updating doesn't warn the user that they have a API with the same name. We only need to enforce this in the...

Dashboard
API
Improvement

Unkey sends out a number of emails but we need the following to be rewritten or added. 1. On sign up 2. Day 3 (Welcome from James) 3. Trial ends...

Feature