Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: new design * chore: add bootstrap 4 * EPMDJ-5903: Update widget * EPMDJ-5901: Update extension popup * feat: options page new design * chore: delete unnecessary files * fix(bootstrap-import): add missing styles * feat: split content-script and iframe widget styles * feat: add latest uikit styles * fix(widget): box shadow & top position gap * fix: widget messing parent page layout & flickering * fix: options page regex * refactor(popup): minor conditional rendering fix * chore: rename content-script-2 folder * fix(options page): address form logic Fix message on successful update Fix needRestart logic * fix(options page): url address regex TODO: regex is still flawed, e.g.: - :0123, :0000 ports will pass validation; - any number will pass validation (as a whole url); Replace it with JS validation function * feat: Add logo to widget * feat: Add different messages when agent is busy or offline * fix(popup): layout + agent not registered message * chore: bump version to 0.3.29 * fix: various text & layout issues * fix: Options page placeholder and error message * fix: Popup placeholders and error message * fix: Start test error layout * fix: Widget hints and messages * fix: Remove line breaks * fix: Update error messages and placeholders * fix: "Hide Widget" button - uppercase "w" Co-authored-by: RomanDavlyatshin <davlyatshinra@gmail.com> * feat(EPMDJ-6320): new admin URL address validator * feat: add validateBackedAdress rule * feat: add format for backendAddress field * feat: install and setup jest * fix: error in the name validateBackendAdress * feat: add protocol formatter * fix: delete restart logic * fix: update validation * feat(validateBackendAdress): add tests cases * fix: correct format to http protocol * fix: update tests * fix: update restart logic * feat: add parse url function * fix: update error message * fix(connection-form): update validation * fix: update layout and error message styles * fix: error message optional port Co-authored-by: RomanDavlyatshin <davlyatshinra@gmail.com> Co-authored-by: Ilia_Solovev1 <49729985+IliaSolovev@users.noreply.github.com> Co-authored-by: RomanAchilov <dakaktak95@gmail.com> Co-authored-by: RomanAchilov <41574246+RomanAchilov@users.noreply.github.com> * fix: SG session action error handling * fix: popup layout * fix: Layout * feat: Move AgentNotFound component to App component * chore: Sort imports * fix: Remove the unnecessary block * feat: Show n/a in coverage for js agent and service group * fix: double n/a when JS agent is in service group * fix: test finished - scope coverage n/a for SG * fix: add check isMounted before updating state * feat: finish/abort failed - action-specific error message * feat: Add specific message for cancel/finish test error * feat: Add getSessiomErrorMessage function Co-authored-by: Ilia_Solovev1 <49729985+IliaSolovev@users.noreply.github.com> * fix: rewrite address validator Co-authored-by: Ilia_Solovev1 <49729985+IliaSolovev@users.noreply.github.com> Co-authored-by: RomanAchilov <dakaktak95@gmail.com> Co-authored-by: RomanAchilov <41574246+RomanAchilov@users.noreply.github.com>
- Loading branch information