feat: improved wording for active and not-active #577
Annotations
11 warnings
Build and Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and Test:
api/src/auth_routes.ts#L50
'HANDLER_OPTIONS' is assigned a value but never used
|
Build and Test:
api/src/couchdb/notebooks.ts#L766
Trailing spaces not allowed
|
Build and Test:
api/src/couchdb/notebooks.ts#L766
Delete `⏎······`
|
Build and Test:
api/src/index.ts#L25
Replace `CONDUCTOR_INTERNAL_PORT,·CONDUCTOR_PUBLIC_URL,·COUCHDB_INTERNAL_URL` with `⏎··CONDUCTOR_INTERNAL_PORT,⏎··CONDUCTOR_PUBLIC_URL,⏎··COUCHDB_INTERNAL_URL,⏎`
|
Build and Test:
app/src/App.tsx#L46
Replace `·NotificationProvider·` with `NotificationProvider`
|
Build and Test:
app/src/gui/components/authentication/appbarAuth.tsx#L30
'props' is defined but never used
|
Build and Test:
app/src/gui/components/authentication/appbarAuth.tsx#L33
Trailing spaces not allowed
|
Build and Test:
app/src/gui/components/authentication/appbarAuth.tsx#L72
Trailing spaces not allowed
|
Build and Test:
app/src/gui/components/ui/tab-grid.tsx#L15
Replace `·ACTIVATED_LABEL,·NOT_ACTIVATED_LABEL·` with `ACTIVATED_LABEL,·NOT_ACTIVATED_LABEL`
|
Build and Test:
app/src/gui/components/workspace/notebooks.tsx#L314
Replace `·{DE_ACTIVATE_VERB.toLowerCase()}·a{'·'}⏎··········{NOTEBOOK_NAME},·this·is·something·we·will·be·adding·soon.·If·you·need⏎··········to·make·space·on·your·device·you·can·clear·the·application·storage·or⏎··········delete·the·application.·If·a·{NOTEBOOK_NAME}·is·"{NOT_ACTIVATED_LABEL}⏎··········"·you·are·unable·to·start` with `{'·'}⏎··········{DE_ACTIVATE_VERB.toLowerCase()}·a·{NOTEBOOK_NAME},·this·is·something⏎··········we·will·be·adding·soon.·If·you·need·to·make·space·on·your·device·you⏎··········can·clear·the·application·storage·or·delete·the·application.·If·a{'·'}⏎··········{NOTEBOOK_NAME}·is·"{NOT_ACTIVATED_LABEL}"·you·are·unable·to·start⏎·········`
|