-
Notifications
You must be signed in to change notification settings - Fork 2
Login improvements #1010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Login improvements #1010
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Assistant fix (#985) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
* Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Assistant fix (#985) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * 0.88.1 (#990) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * Beta master (#991) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
* Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues * Add softwareAgent fallback in case name is missing --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
* Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues * Add softwareAgent fallback in case name is missing * Cleaned up unused packages * Added missing fallback --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Assistant fix (#985) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * 0.88.1 (#990) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * Beta master (#991) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * Fix genAI C2PA reading bug (#993) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues * Add softwareAgent fallback in case name is missing --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * cleanup (#995) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues * Add softwareAgent fallback in case name is missing * Cleaned up unused packages * Added missing fallback --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
Beta master
update manifest
upgrade with VeraAI project name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.