├── .build ├── .nginx │ └── nginx.conf └── docker │ └── env.sh ├── .coderabbit.yaml ├── .dockerignore ├── .editorconfig ├── .env ├── .env.docker ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── epic.md │ ├── feature_request.md │ └── user_story.md ├── config.yml ├── copilot-instructions.md ├── instructions │ └── sonarqube_mcp.instructions.md ├── prompts │ ├── speckit.analyze.prompt.md │ ├── speckit.checklist.prompt.md │ ├── speckit.clarify.prompt.md │ ├── speckit.constitution.prompt.md │ ├── speckit.implement.prompt.md │ ├── speckit.plan.prompt.md │ ├── speckit.specify.prompt.md │ └── speckit.tasks.prompt.md ├── stale.yml └── workflows │ ├── build-deploy-k8s-dev-hetzner.yml │ ├── build-deploy-k8s-sandbox-hetzner.yml │ ├── build-deploy-k8s-test-hetzner.yml │ └── build-release-docker-hub.yml ├── .gitignore ├── .graphqlrc.json ├── .lintstagedrc.json ├── .pnpmrc ├── .prettierignore ├── .prettierrc.yml ├── .scripts ├── fix-dev-vite.sh └── schema.sql ├── .specify ├── memory │ └── constitution.md ├── scripts │ └── bash │ │ ├── check-prerequisites.sh │ │ ├── common.sh │ │ ├── create-new-feature.sh │ │ ├── setup-plan.sh │ │ └── update-agent-context.sh └── templates │ ├── agent-file-template.md │ ├── checklist-template.md │ ├── plan-template.md │ ├── spec-template.md │ └── tasks-template.md ├── .travis.yml ├── .vscode ├── extensions.json ├── launch.json ├── mcp.json └── settings.json ├── @types ├── @elastic │ └── apm-rum │ │ └── index.d.ts └── i18next.d.ts ├── Dockerfile ├── LICENSE ├── README.md ├── agents.md ├── codegen.yml ├── crowdin.yml ├── docs ├── code-guidelines.md ├── context-segment-architecture.svg ├── development-setup.md ├── features │ └── vcStore.md ├── search-cards-architecture.svg ├── service-worker-version-handling.md ├── svg.md ├── target-development-setup.md └── wysiwyg-markdown-editor.md ├── eslint.config.mjs ├── index.html ├── manifests ├── 25-web-deployment-dev.yaml ├── 26-web-deployment-test.yaml └── 30-web-service.yaml ├── package.json ├── pnpm-lock.yaml ├── public ├── 404.svg ├── alkemio-banner-ukraine.png ├── alkemio-banner.jpg ├── alkemio-banner │ ├── alkemio-banner-xl.png │ └── global-banner.svg ├── alkemio-logo.svg ├── alkemio-og.png ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── browser-test.html ├── contributors │ ├── users-grayed-home.png │ └── users-grayed.png ├── default-visuals │ └── space │ │ ├── avatar │ │ ├── alkemio-default-avatar-0.jpg │ │ ├── alkemio-default-avatar-1.jpg │ │ ├── alkemio-default-avatar-2.jpg │ │ ├── alkemio-default-avatar-3.jpg │ │ ├── alkemio-default-avatar-4.jpg │ │ ├── alkemio-default-avatar-5.jpg │ │ ├── alkemio-default-avatar-6.jpg │ │ ├── alkemio-default-avatar-7.jpg │ │ ├── alkemio-default-avatar-8.jpg │ │ ├── alkemio-default-avatar-9.jpg │ │ ├── alkemio-default-avatar-a.jpg │ │ ├── alkemio-default-avatar-b.jpg │ │ ├── alkemio-default-avatar-c.jpg │ │ ├── alkemio-default-avatar-d.jpg │ │ ├── alkemio-default-avatar-e.jpg │ │ ├── alkemio-default-avatar-f.jpg │ │ └── alkemio-default-avatar.jpg │ │ ├── banner │ │ ├── alkemio-default-banner-0.jpg │ │ ├── alkemio-default-banner-1.jpg │ │ ├── alkemio-default-banner-2.jpg │ │ ├── alkemio-default-banner-3.jpg │ │ ├── alkemio-default-banner-4.jpg │ │ ├── alkemio-default-banner-5.jpg │ │ ├── alkemio-default-banner-6.jpg │ │ ├── alkemio-default-banner-7.jpg │ │ ├── alkemio-default-banner-8.jpg │ │ ├── alkemio-default-banner-9.jpg │ │ ├── alkemio-default-banner-a.jpg │ │ ├── alkemio-default-banner-b.jpg │ │ ├── alkemio-default-banner-c.jpg │ │ ├── alkemio-default-banner-d.jpg │ │ ├── alkemio-default-banner-e.jpg │ │ ├── alkemio-default-banner-f.jpg │ │ └── alkemio-default-banner.jpg │ │ └── card │ │ ├── alkemio-default-card-0.jpg │ │ ├── alkemio-default-card-1.jpg │ │ ├── alkemio-default-card-2.jpg │ │ ├── alkemio-default-card-3.jpg │ │ ├── alkemio-default-card-4.jpg │ │ ├── alkemio-default-card-5.jpg │ │ ├── alkemio-default-card-6.jpg │ │ ├── alkemio-default-card-7.jpg │ │ ├── alkemio-default-card-8.jpg │ │ ├── alkemio-default-card-9.jpg │ │ ├── alkemio-default-card-a.jpg │ │ ├── alkemio-default-card-b.jpg │ │ ├── alkemio-default-card-c.jpg │ │ ├── alkemio-default-card-d.jpg │ │ ├── alkemio-default-card-e.jpg │ │ ├── alkemio-default-card-f.jpg │ │ └── alkemio-default-card.jpg ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── logo-preview.svg ├── logo-white.png ├── logo-white.svg ├── logo.png ├── logo192.png ├── manifest.json ├── my-dashboard │ ├── tipsntricks-concepts.webp │ ├── tipsntricks-faq.webp │ ├── tipsntricks-genai.webp │ ├── tipsntricks-space.webp │ └── tipsntricks-welcome.webp ├── required.svg ├── service-worker.js ├── share-dialog │ └── alkemio.png ├── side-note-icon.png └── site.webmanifest ├── specs ├── 001-002-whiteboard-public-share │ ├── PR-DESCRIPTION.md │ ├── contracts │ │ └── graphql-schema-changes.md │ ├── data-model.md │ ├── plan.md │ ├── quickstart.md │ ├── requirements.md │ ├── research.md │ ├── spec.md │ └── tasks.md ├── 001-guest-access-toggle │ ├── checklists │ │ └── requirements.md │ ├── contracts │ │ └── whiteboardGuestAccess.graphql │ ├── data-model.md │ ├── plan.md │ ├── quickstart.md │ ├── research.md │ ├── spec.md │ └── tasks.md ├── 001-guest-whiteboard-contributions │ ├── contracts │ │ ├── api-contract.md │ │ └── graphql-schema.md │ ├── data-model.md │ ├── plan.md │ ├── quickstart.md │ ├── research.md │ ├── spec.md │ └── tasks.md ├── 002-guest-whiteboard-access │ ├── accessibility-audit.md │ ├── checklists │ │ └── requirements.md │ ├── contracts │ │ ├── api-contract.md │ │ └── graphql-fragments.graphql │ ├── data-model.md │ ├── performance-metrics.md │ ├── plan.md │ ├── quickstart.md │ ├── research.md │ ├── spec.md │ └── tasks.md └── 002-tag-cloud │ ├── checklists │ └── requirements.md │ ├── data-model.md │ ├── plan.md │ ├── quickstart.md │ ├── research.md │ ├── spec.md │ └── tasks.md ├── src ├── core │ ├── 40XErrorHandler │ │ ├── 40XErrors.ts │ │ ├── ErrorBoundary.tsx │ │ └── RedirectToAncestorDialog.tsx │ ├── analytics │ │ ├── SentryErrorBoundaryProvider.tsx │ │ ├── SentryTransactionScopeContext.tsx │ │ ├── apm │ │ │ ├── context │ │ │ │ ├── ApmProvider.tsx │ │ │ │ ├── index.ts │ │ │ │ └── useApm.ts │ │ │ └── useApmInit.ts │ │ ├── events │ │ │ └── collaborationGuestAccess.ts │ │ └── geo │ │ │ ├── UserGeoProvider.tsx │ │ │ ├── index.ts │ │ │ └── useUserGeo.ts │ ├── apollo │ │ ├── config │ │ │ ├── paginationPolicy.ts │ │ │ └── typePolicies.ts │ │ ├── context │ │ │ └── ApolloProvider.tsx │ │ ├── generated │ │ │ ├── apollo-helpers.ts │ │ │ ├── apollo-hooks.ts │ │ │ └── graphql-schema.ts │ │ ├── graphqlLinks │ │ │ ├── consoleLink.ts │ │ │ ├── guestHeaderLink.ts │ │ │ ├── httpLink.ts │ │ │ ├── index.ts │ │ │ ├── omitTypenameLink.ts │ │ │ ├── redirectLink.ts │ │ │ ├── retryLink.ts │ │ │ ├── useErrorHandlerLink.ts │ │ │ └── useErrorLoggerLink.ts │ │ ├── hooks │ │ │ ├── useApolloErrorHandler.ts │ │ │ └── useGraphQLClient.ts │ │ ├── subscriptions │ │ │ ├── useSubscribeToMore.ts │ │ │ └── useSubscriptionToSubEntity.ts │ │ └── utils │ │ │ ├── clearCacheForQuery.spec.ts │ │ │ ├── clearCacheForQuery.ts │ │ │ ├── clearCacheForType.ts │ │ │ └── removeFromCache.ts │ ├── auth │ │ ├── authentication │ │ │ ├── AuthenticationLayout.tsx │ │ │ ├── components │ │ │ │ ├── AcceptTermsButton.tsx │ │ │ │ ├── AcceptTermsButtonContextual.tsx │ │ │ │ ├── AcceptTermsCheckbox.tsx │ │ │ │ ├── AcceptTermsContext.tsx │ │ │ │ ├── AuthFormHeader.tsx │ │ │ │ ├── AuthProviders │ │ │ │ │ ├── apple.svg │ │ │ │ │ ├── github.svg │ │ │ │ │ ├── linkedin.svg │ │ │ │ │ ├── microsoft.svg │ │ │ │ │ └── vidua.svg │ │ │ │ ├── Button.tsx │ │ │ │ ├── FixedHeightLogo.tsx │ │ │ │ ├── Kratos │ │ │ │ │ ├── KratosAcceptTermsCheckbox.tsx │ │ │ │ │ ├── KratosButton.tsx │ │ │ │ │ ├── KratosCheckbox.tsx │ │ │ │ │ ├── KratosFeedback.tsx │ │ │ │ │ ├── KratosForm.tsx │ │ │ │ │ ├── KratosHidden.tsx │ │ │ │ │ ├── KratosInput.tsx │ │ │ │ │ ├── KratosProps.ts │ │ │ │ │ ├── KratosSocialButton.tsx │ │ │ │ │ ├── constants.ts │ │ │ │ │ ├── helpers.ts │ │ │ │ │ └── messages.tsx │ │ │ │ ├── KratosAcceptTermsButton.tsx │ │ │ │ ├── KratosUI.tsx │ │ │ │ ├── KratosVisibleAcceptTermsCheckbox.tsx │ │ │ │ └── PlatformIntroduction.tsx │ │ │ ├── constants │ │ │ │ └── authentication.constants.ts │ │ │ ├── context │ │ │ │ └── AuthenticationProvider.tsx │ │ │ ├── hooks │ │ │ │ ├── useAuthenticationContext.ts │ │ │ │ ├── useKratosClient.ts │ │ │ │ ├── useKratosFlow.ts │ │ │ │ ├── useLogoutUrl.ts │ │ │ │ └── useWhoami.ts │ │ │ ├── pages │ │ │ │ ├── AcceptTerms.tsx │ │ │ │ ├── AuthRequiredPage.tsx │ │ │ │ ├── EmailVerificationRequiredPage.tsx │ │ │ │ ├── LocationStateWithKratosErrors.ts │ │ │ │ ├── LoginPage.tsx │ │ │ │ ├── LoginSuccessPage.tsx │ │ │ │ ├── LogoutPage.tsx │ │ │ │ ├── RecoveryPage.tsx │ │ │ │ ├── RegistrationPage.tsx │ │ │ │ ├── RegistrationSuccessPage.tsx │ │ │ │ ├── SettingsPage.tsx │ │ │ │ ├── SignUp.tsx │ │ │ │ └── VerificationPage.tsx │ │ │ ├── routing │ │ │ │ ├── ErrorRoute.tsx │ │ │ │ ├── IdentityRoute.tsx │ │ │ │ ├── LoginRoute.tsx │ │ │ │ ├── LogoutRoute.tsx │ │ │ │ ├── RecoveryRoute.tsx │ │ │ │ ├── RegistrationRoute.tsx │ │ │ │ ├── SettingsRoute.tsx │ │ │ │ ├── VerifyRoute.tsx │ │ │ │ └── useRedirectToIdentityDomain.ts │ │ │ └── utils │ │ │ │ ├── isAcceptTermsCheckbox.ts │ │ │ │ └── useSignUpReturnUrl.ts │ │ └── verification │ │ │ └── components │ │ │ └── EmailVerificationNotice │ │ │ └── EmailVerificationNotice.tsx │ ├── container │ │ ├── ComponentOrChildrenFn.tsx │ │ └── SimpleContainer.ts │ ├── help │ │ └── dialog │ │ │ └── HelpDialog.tsx │ ├── http │ │ └── queryRequest.ts │ ├── i18n │ │ ├── ach │ │ │ └── translation.ach.json │ │ ├── bg │ │ │ └── translation.bg.json │ │ ├── config.ts │ │ ├── de │ │ │ └── translation.de.json │ │ ├── en │ │ │ └── translation.en.json │ │ ├── es │ │ │ └── translation.es.json │ │ ├── fr │ │ │ └── translation.fr.json │ │ ├── nl │ │ │ └── translation.nl.json │ │ ├── pt │ │ │ └── translation.pt.json │ │ └── utils │ │ │ └── TranslationKey.ts │ ├── lazyLoading │ │ ├── GlobalErrorContext.tsx │ │ ├── GlobalErrorDialog.tsx │ │ └── lazyWithGlobalErrorHandler.ts │ ├── logging │ │ └── sentry │ │ │ ├── bootstrap.ts │ │ │ ├── log.ts │ │ │ └── scope.ts │ ├── pages │ │ └── Errors │ │ │ ├── Error403.tsx │ │ │ ├── Error404.tsx │ │ │ ├── Error40X.tsx │ │ │ └── ErrorPage.tsx │ ├── routing │ │ ├── NavigationHistory.ts │ │ ├── NoIdentityRedirect.tsx │ │ ├── NotAuthenticatedRoute.tsx │ │ ├── Redirect.tsx │ │ ├── Restricted.tsx │ │ ├── ScrollToTop.tsx │ │ ├── publicRoutes.tsx │ │ ├── useBackToPath.ts │ │ ├── useCanGoBack.ts │ │ ├── useNavigate.ts │ │ ├── useQueryParams.ts │ │ └── useRestrictedRedirect.tsx │ ├── state │ │ ├── GlobalStateProvider.tsx │ │ ├── global │ │ │ └── notifications │ │ │ │ └── notificationMachine.ts │ │ ├── useGlobalState.ts │ │ └── usePersistedState.tsx │ ├── ui │ │ ├── actions │ │ │ ├── Actions.tsx │ │ │ ├── ActionsBar │ │ │ │ └── ActionsBar.tsx │ │ │ ├── BackButton.tsx │ │ │ ├── ButtonNarrow.tsx │ │ │ ├── DeleteButton.tsx │ │ │ ├── EditButton.tsx │ │ │ ├── SaveButton.tsx │ │ │ └── SendButton.tsx │ │ ├── authorship │ │ │ └── Authorship.tsx │ │ ├── avatar │ │ │ ├── Avatar.tsx │ │ │ └── ErrorHandlingAvatar.tsx │ │ ├── button │ │ │ ├── ButtonBaseAlignReset.tsx │ │ │ ├── ButtonWithTooltip.tsx │ │ │ ├── CreationButton.tsx │ │ │ ├── FloatingActionButtons.tsx │ │ │ ├── FullWidthButton.tsx │ │ │ ├── FullscreenButton.tsx │ │ │ ├── HelpButton.tsx │ │ │ ├── LinkButton.tsx │ │ │ ├── LoadingIconButton.tsx │ │ │ ├── NegativeButton.tsx │ │ │ ├── ScrollToTop.tsx │ │ │ └── UploadButton.tsx │ │ ├── card │ │ │ ├── ActionsMenu.tsx │ │ │ ├── CardActions.tsx │ │ │ ├── CardContent.tsx │ │ │ ├── CardDescription.tsx │ │ │ ├── CardDescriptionWithTags.tsx │ │ │ ├── CardDetails.tsx │ │ │ ├── CardExpandButton.tsx │ │ │ ├── CardFooter.tsx │ │ │ ├── CardFooterAvatar.tsx │ │ │ ├── CardFooterBadge.tsx │ │ │ ├── CardFooterCountWithBadge.tsx │ │ │ ├── CardFooterDate.tsx │ │ │ ├── CardHeader.tsx │ │ │ ├── CardHeaderCaption.tsx │ │ │ ├── CardHeaderDetail.tsx │ │ │ ├── CardImage.tsx │ │ │ ├── CardImageHeader.tsx │ │ │ ├── CardMatchedTerms.tsx │ │ │ ├── CardRibbon.tsx │ │ │ ├── CardSegmentCaption.tsx │ │ │ ├── CardTags.tsx │ │ │ ├── ContributeCard.tsx │ │ │ ├── ContributeCardSkeleton.tsx │ │ │ ├── ContributorCardHorizontal.tsx │ │ │ ├── ContributorTooltip.tsx │ │ │ ├── ExpandableCardFooter.tsx │ │ │ ├── MessageCounter.tsx │ │ │ ├── Ribbon.tsx │ │ │ └── cardsLayout │ │ │ │ └── ScrollableCardsLayoutContainer.tsx │ │ ├── content │ │ │ ├── AddContentButton.tsx │ │ │ ├── BasePageContentBlock.tsx │ │ │ ├── BlockSectionTitleWithIcon.tsx │ │ │ ├── BlockTitleWithIcon.tsx │ │ │ ├── ContentColumn.tsx │ │ │ ├── DashboardBanner.tsx │ │ │ ├── ExpandContent │ │ │ │ ├── ExpandContentIcon.svg │ │ │ │ ├── ExpandContentIcon.tsx │ │ │ │ └── index.ts │ │ │ ├── InfoColumn.tsx │ │ │ ├── LabeledCount.tsx │ │ │ ├── PageContent.tsx │ │ │ ├── PageContentBlock.tsx │ │ │ ├── PageContentBlockBanner.tsx │ │ │ ├── PageContentBlockCollapsible.tsx │ │ │ ├── PageContentBlockContextualMenu.tsx │ │ │ ├── PageContentBlockFooter.tsx │ │ │ ├── PageContentBlockGrid.tsx │ │ │ ├── PageContentBlockHeader.tsx │ │ │ ├── PageContentBlockHeaderCardLike.tsx │ │ │ ├── PageContentBlockHeaderWithDialogAction.tsx │ │ │ ├── PageContentBlockSeamless.tsx │ │ │ ├── PageContentColumn.tsx │ │ │ ├── PageContentColumnBase.tsx │ │ │ ├── PageContentRibbon.tsx │ │ │ ├── SeeMore.tsx │ │ │ └── SeeMoreExpandable.tsx │ │ ├── dialog │ │ │ ├── DialogHeader.tsx │ │ │ └── DialogWithGrid.tsx │ │ ├── dialogs │ │ │ ├── ConfirmationDialog.tsx │ │ │ ├── RemoveModal.tsx │ │ │ └── __snapshots__ │ │ │ │ └── RemoveModal.spec.tsx.snap │ │ ├── error │ │ │ └── ErrorBlock.tsx │ │ ├── forms │ │ │ ├── AltToggle │ │ │ │ └── AltToggle.tsx │ │ │ ├── CollaborativeMarkdownInput │ │ │ │ ├── CollaborativeMarkdownInput.tsx │ │ │ │ ├── CollaborativeMarkdownInputStyles.tsx │ │ │ │ ├── hooks │ │ │ │ │ └── useCollaboration.ts │ │ │ │ ├── stateless-messaging │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── read.only.code.ts │ │ │ │ │ ├── stateless.base.message.ts │ │ │ │ │ ├── stateless.message.ts │ │ │ │ │ ├── stateless.read.only.state.message.ts │ │ │ │ │ ├── stateless.save.message.ts │ │ │ │ │ └── util.ts │ │ │ │ └── useUserCursor.ts │ │ │ ├── DatePicker │ │ │ │ ├── AlkemioTimePicker.tsx │ │ │ │ ├── FormikDatePicker.tsx │ │ │ │ ├── FormikDurationMinutes.tsx │ │ │ │ └── FormikTimePicker.tsx │ │ │ ├── FormikAutocomplete.tsx │ │ │ ├── FormikCheckboxField.tsx │ │ │ ├── FormikEffect.tsx │ │ │ ├── FormikFileInput │ │ │ │ └── FormikFileInput.tsx │ │ │ ├── FormikInputField │ │ │ │ └── FormikInputField.tsx │ │ │ ├── FormikInputProps.ts │ │ │ ├── FormikMultiSelect.tsx │ │ │ ├── FormikRadiosSwitch.tsx │ │ │ ├── FormikSelect.tsx │ │ │ ├── FormikSwitch.tsx │ │ │ ├── MarkdownInput │ │ │ │ ├── CharacterCountContext.tsx │ │ │ │ ├── FormikMarkdownField.tsx │ │ │ │ ├── MarkdownInput.tsx │ │ │ │ ├── MarkdownValidator.ts │ │ │ │ └── hooks │ │ │ │ │ ├── MarkdownInputStyles.tsx │ │ │ │ │ ├── useEditorConfig.ts │ │ │ │ │ ├── useImageUpload.ts │ │ │ │ │ ├── useMarkdownEditor.ts │ │ │ │ │ └── useMarkdownInputUI.ts │ │ │ ├── MarkdownInputControls │ │ │ │ ├── InsertEmbedCodeButton │ │ │ │ │ ├── Iframe.ts │ │ │ │ │ └── InsertEmbedCodeButton.tsx │ │ │ │ ├── InsertEmojiButton.tsx │ │ │ │ ├── InsertImageButton.tsx │ │ │ │ ├── MarkdownInputControls.tsx │ │ │ │ ├── MarkdownInputToolbarButton.tsx │ │ │ │ ├── Tables │ │ │ │ │ ├── InsertTableMenu.tsx │ │ │ │ │ ├── TableControls.tsx │ │ │ │ │ ├── TableOperationsIcon.tsx │ │ │ │ │ └── useTableState.ts │ │ │ │ ├── ToggleLinkButton.tsx │ │ │ │ ├── ToolbarButton.tsx │ │ │ │ └── ToolbarMenuItem.tsx │ │ │ ├── SettingsGroups │ │ │ │ ├── DualSwitchSettingsGroup.tsx │ │ │ │ ├── RadioSettingsGroup.tsx │ │ │ │ ├── SwitchSettingsGroup.tsx │ │ │ │ ├── components │ │ │ │ │ └── NotificationSwitchTooltip.tsx │ │ │ │ ├── services │ │ │ │ │ └── NotificationValidationService.ts │ │ │ │ └── types │ │ │ │ │ └── NotificationTypes.ts │ │ │ ├── characterCounter │ │ │ │ └── CharacterCounter.tsx │ │ │ ├── editMode.ts │ │ │ ├── emoji │ │ │ │ └── EmojiSelector.tsx │ │ │ ├── field-length.constants.ts │ │ │ ├── radioButtons │ │ │ │ ├── FormikRadioButtonsGroup.tsx │ │ │ │ └── RadioButtonsGroup.tsx │ │ │ ├── select │ │ │ │ └── SeamlessSelect.tsx │ │ │ ├── tagsInput │ │ │ │ └── TagsInput.tsx │ │ │ └── validator │ │ │ │ ├── README.md │ │ │ │ ├── TESTS.md │ │ │ │ ├── displayNameValidator.test.ts │ │ │ │ ├── displayNameValidator.ts │ │ │ │ ├── emailValidator.test.ts │ │ │ │ ├── emailValidator.ts │ │ │ │ ├── nameIdValidator.test.ts │ │ │ │ ├── nameIdValidator.ts │ │ │ │ ├── nameValidator.test.ts │ │ │ │ ├── nameValidator.ts │ │ │ │ ├── nonReservedNameIdValidator.test.ts │ │ │ │ ├── nonReservedNameIdValidator.ts │ │ │ │ ├── subdomainValidator.test.ts │ │ │ │ ├── subdomainValidator.ts │ │ │ │ ├── textLengthValidator.test.ts │ │ │ │ ├── textLengthValidator.ts │ │ │ │ ├── urlValidator.test.ts │ │ │ │ └── urlValidator.ts │ │ ├── fullscreen │ │ │ └── useFullscreen.tsx │ │ ├── grid │ │ │ ├── GridContainer.tsx │ │ │ ├── GridContext.ts │ │ │ ├── GridItem.tsx │ │ │ ├── GridProvider.tsx │ │ │ ├── Gutters.tsx │ │ │ ├── GuttersGrid.tsx │ │ │ ├── constants.ts │ │ │ └── utils.ts │ │ ├── icon │ │ │ ├── BadgeCounter.tsx │ │ │ ├── BadgeLabel.tsx │ │ │ ├── Icon.tsx │ │ │ ├── RoundedBadge.tsx │ │ │ └── RoundedIcon.tsx │ │ ├── image │ │ │ ├── Image.tsx │ │ │ ├── ImageBlurredSides.tsx │ │ │ ├── ImageFadeIn.tsx │ │ │ └── useImageErrorHandler.tsx │ │ ├── keyboardNavigation │ │ │ ├── NextBlockAnchor.tsx │ │ │ ├── SkipLink.tsx │ │ │ └── visibleOnFocus.ts │ │ ├── language │ │ │ └── LanguageSelect.tsx │ │ ├── layout │ │ │ ├── pageBanner │ │ │ │ └── PageBanner.tsx │ │ │ ├── pageBannerCard │ │ │ │ └── PageBannerCardWrapper.tsx │ │ │ └── pageFooter │ │ │ │ ├── FooterLink.tsx │ │ │ │ └── PageFooter.tsx │ │ ├── link │ │ │ ├── ConditionalLink.tsx │ │ │ ├── RouterLink.tsx │ │ │ └── UrlBase.tsx │ │ ├── list │ │ │ ├── BadgeCardView.tsx │ │ │ └── SubspaceLinkList.tsx │ │ ├── loading │ │ │ ├── Loading.spec.tsx │ │ │ ├── Loading.tsx │ │ │ └── __snapshots__ │ │ │ │ └── Loading.spec.tsx.snap │ │ ├── location │ │ │ ├── LocationCaption.tsx │ │ │ ├── LocationCardSegment.tsx │ │ │ └── getLocationString.ts │ │ ├── markdown │ │ │ ├── CroppedMarkdown.tsx │ │ │ ├── MarkdownOptionsContext.tsx │ │ │ ├── OneLineMarkdown.tsx │ │ │ ├── PlainText.ts │ │ │ ├── WrapperMarkdown.tsx │ │ │ ├── components │ │ │ │ ├── MarkdownBlockquote.tsx │ │ │ │ ├── MarkdownCode.tsx │ │ │ │ ├── MarkdownComponent.tsx │ │ │ │ ├── MarkdownHeading.tsx │ │ │ │ ├── MarkdownInlineCode.tsx │ │ │ │ ├── MarkdownLink.tsx │ │ │ │ ├── MarkdownList.tsx │ │ │ │ ├── MarkdownListItem.tsx │ │ │ │ ├── MarkdownMedia.tsx │ │ │ │ ├── MarkdownParagraph.tsx │ │ │ │ └── index.ts │ │ │ ├── embed │ │ │ │ └── remarkVerifyIframe.ts │ │ │ ├── html │ │ │ │ ├── Converter.test_.ts │ │ │ │ ├── Converter.ts │ │ │ │ └── UnifiedConverter.ts │ │ │ └── utils │ │ │ │ └── unist-builders.ts │ │ ├── menu │ │ │ ├── GlobalMenuSurface.tsx │ │ │ ├── MenuItemWithIcon.tsx │ │ │ └── NavigatableMenuItem.tsx │ │ ├── navigation │ │ │ ├── Breadcrumbs.tsx │ │ │ ├── BreadcrumbsItem.tsx │ │ │ ├── Collapsible.ts │ │ │ ├── Expandable.ts │ │ │ ├── NavigationBar.tsx │ │ │ ├── NavigationBarSideContent.tsx │ │ │ ├── NavigationItemButton.tsx │ │ │ ├── NavigationItemContainer.tsx │ │ │ └── UncontrolledExpandable.ts │ │ ├── notifications │ │ │ ├── NotificationHandler.tsx │ │ │ ├── NotificationView.tsx │ │ │ ├── constants.ts │ │ │ └── useNotification.ts │ │ ├── overflow │ │ │ ├── AutomaticOverflowGradient.tsx │ │ │ ├── OverflowGradient.tsx │ │ │ ├── ScrollerWithGradient.tsx │ │ │ └── utils.ts │ │ ├── palette │ │ │ ├── SwapColors.tsx │ │ │ └── palette.ts │ │ ├── scroll │ │ │ └── utils.ts │ │ ├── search │ │ │ ├── MultipleSelect.tsx │ │ │ ├── SearchBox.tsx │ │ │ ├── SearchField.tsx │ │ │ ├── SearchResultsScope.tsx │ │ │ └── SearchResultsScopeCard.tsx │ │ ├── table │ │ │ ├── DataGridActionButton.tsx │ │ │ ├── DataGridSkeleton.tsx │ │ │ └── DataGridTable.tsx │ │ ├── tabs │ │ │ └── NavigationTab.tsx │ │ ├── tags │ │ │ └── CircleTag.tsx │ │ ├── themes │ │ │ ├── RootThemeProvider.tsx │ │ │ └── default │ │ │ │ ├── Theme.ts │ │ │ │ └── components │ │ │ │ ├── MuiAvatar.ts │ │ │ │ ├── MuiBottomNavigationAction.ts │ │ │ │ ├── MuiButton.ts │ │ │ │ ├── MuiButtonBase.ts │ │ │ │ ├── MuiChip.ts │ │ │ │ ├── MuiDialog.ts │ │ │ │ ├── MuiDialogActions.ts │ │ │ │ ├── MuiDialogContent.ts │ │ │ │ ├── MuiFormHelperText.ts │ │ │ │ ├── MuiIcon.ts │ │ │ │ ├── MuiLink.ts │ │ │ │ ├── MuiMenuItem.ts │ │ │ │ ├── MuiPaper.ts │ │ │ │ ├── MuiSelect.ts │ │ │ │ ├── MuiSkeleton.ts │ │ │ │ ├── MuiTab.ts │ │ │ │ └── index.ts │ │ ├── tooltip │ │ │ ├── MenuTriggerButton.tsx │ │ │ └── ToggleableTooltip.tsx │ │ ├── typography │ │ │ ├── EllipsableWithCount.tsx │ │ │ ├── TextBlock.tsx │ │ │ ├── TextWithTooltip.tsx │ │ │ ├── components.tsx │ │ │ ├── index.ts │ │ │ ├── themeTypographyOptions.ts │ │ │ └── utils.ts │ │ ├── upload │ │ │ ├── FileUpload │ │ │ │ ├── FileUpload.tsx │ │ │ │ └── uploadFile.graphql │ │ │ ├── FileUploadWrapper.tsx │ │ │ ├── FormikVisualUpload │ │ │ │ ├── DefaultVisualTypeConstraints.graphql │ │ │ │ └── FormikVisualUpload.tsx │ │ │ └── VisualUpload │ │ │ │ ├── CropDialog.tsx │ │ │ │ ├── VisualUpload.model.ts │ │ │ │ └── VisualUpload.tsx │ │ └── utils │ │ │ ├── Centered.tsx │ │ │ ├── ElevationContext.tsx │ │ │ ├── FlexSpacer.tsx │ │ │ ├── Overlay.tsx │ │ │ ├── flattenChildren.ts │ │ │ ├── scrollToTop.tsx │ │ │ ├── stopPropagationFromLinks.ts │ │ │ ├── stopPropagationIf.ts │ │ │ ├── unwrapFragment.ts │ │ │ └── webkitLineClamp.ts │ └── utils │ │ ├── Authorizable.ts │ │ ├── Identifiable.ts │ │ ├── PartialRecord.ts │ │ ├── Share.tsx │ │ ├── Storage.test.ts │ │ ├── Storage.ts │ │ ├── WithId.ts │ │ ├── array.shuffle.ts │ │ ├── ensurePresence.ts │ │ ├── filtering │ │ ├── filterFn.spec.ts │ │ └── filterFn.ts │ │ ├── images │ │ ├── cropImage.ts │ │ ├── resizeImage.ts │ │ └── toBlobPromise.ts │ │ ├── isArrayEqual.ts │ │ ├── links.test.ts │ │ ├── links.ts │ │ ├── nameId │ │ ├── NameIdField.tsx │ │ ├── createNameId.ts │ │ └── diacritics.ts │ │ ├── nameOf.ts │ │ ├── onlineStatus.ts │ │ ├── provideStaticProps.tsx │ │ ├── reconnectable.ts │ │ ├── sortBySortOrder.ts │ │ ├── string.ts │ │ ├── time │ │ ├── tick.ts │ │ └── utils.ts │ │ ├── useOnlineStatus.ts │ │ └── usePersistentValue.ts ├── dev │ ├── routes.tsx │ └── ui │ │ ├── DashboardComponentsDemo.tsx │ │ ├── DashboardNavigationDemo.tsx │ │ ├── GridDemo.tsx │ │ ├── SearchCardsDemo.tsx │ │ ├── SpaceCardsDemo.tsx │ │ ├── TableDemo.tsx │ │ ├── TypographyDemo.tsx │ │ └── plansTable │ │ ├── PlansTableDialog.tsx │ │ └── SelectPlanButton.tsx ├── domain │ ├── InnovationPack │ │ ├── CreateInnovationPackDialog │ │ │ └── CreateInnovationPackDialog.tsx │ │ ├── DashboardInnovationPacks │ │ │ ├── DashboardInnovationPacks.tsx │ │ │ ├── InnovationPacksView.tsx │ │ │ └── useInnovationPackCardProps.ts │ │ ├── DashboardLibraryTemplates │ │ │ ├── DashboardLibraryTemplates.tsx │ │ │ ├── LibraryTemplatesView.tsx │ │ │ ├── TemplateTypeFilter.tsx │ │ │ └── TemplateTypeFilterMobile.tsx │ │ ├── InnovationPackCard │ │ │ └── InnovationPackCard.tsx │ │ ├── InnovationPackCardHorizontal │ │ │ └── InnovationPackCardHorizontal.tsx │ │ ├── InnovationPackIcon.ts │ │ ├── InnovationPackProfilePage │ │ │ ├── InnovationPackProfile.graphql │ │ │ ├── InnovationPackProfileLayout.tsx │ │ │ ├── InnovationPackProfilePage.tsx │ │ │ └── InnovationPackTemplateMenu.tsx │ │ ├── InnovationPackRoute.tsx │ │ └── admin │ │ │ ├── AdminInnovationPackPage.tsx │ │ │ ├── InnovationPackForm.tsx │ │ │ └── InnovationPacksMutations.graphql │ ├── access │ │ ├── ApplicationsAndInvitations │ │ │ ├── ApplicationButton.graphql │ │ │ ├── ApplicationButtonContainer.tsx │ │ │ ├── ApplicationsMutations.graphql │ │ │ ├── InvitationsMutations.graphql │ │ │ ├── RoleSetApplicationsInvitations.graphql │ │ │ ├── UserPendingMemberships.graphql │ │ │ └── useRoleSetApplicationsAndInvitations.ts │ │ ├── AvailableContributors │ │ │ ├── AvailableContributors.graphql │ │ │ ├── common.ts │ │ │ ├── useRoleSetAvailableContributors.ts │ │ │ ├── useRoleSetAvailableUsers.ts │ │ │ ├── useRoleSetAvailableUsersOnPlatform.ts │ │ │ └── useRoleSetAvailableUsersOnRoleSet.ts │ │ ├── RoleSetManager │ │ │ ├── RolesAssignment │ │ │ │ ├── AssignPlatformRole.graphql │ │ │ │ ├── AssignRole.graphql │ │ │ │ ├── RemovePlatformRole.graphql │ │ │ │ ├── RemoveRole.graphql │ │ │ │ └── useRoleSetManagerRolesAssignment.ts │ │ │ └── useRoleSetManager.ts │ │ ├── graphql │ │ │ ├── fragments │ │ │ │ ├── MyMembershipsRoleSet.graphql │ │ │ │ ├── RoleDefinitionFragments.graphql │ │ │ │ └── RoleSetContributors.graphql │ │ │ └── queries │ │ │ │ ├── RoleSetDetails.graphql │ │ │ │ └── SubspaceCommunityAndRoleSetId.graphql │ │ └── model │ │ │ ├── ApplicationModel.ts │ │ │ ├── InvitationDataModel.ts │ │ │ ├── InvitationModel.ts │ │ │ ├── InvitationResultModel.ts │ │ │ ├── MembershipTableItem.ts │ │ │ ├── MembershipType.ts │ │ │ ├── PlatformInvitationModel.ts │ │ │ └── RoleDefinitionModel.ts │ ├── account │ │ └── queries │ │ │ └── AccountInformation.graphql │ ├── collaboration │ │ ├── CalloutPage │ │ │ └── CalloutPage.tsx │ │ ├── InnovationFlow │ │ │ ├── InnovationFlowCalloutsPreview.tsx │ │ │ ├── InnovationFlowDialogs │ │ │ │ ├── InnovationFlowCollaborationToolsBlock.tsx │ │ │ │ ├── InnovationFlowProfileView.tsx │ │ │ │ ├── InnovationFlowSettings.graphql │ │ │ │ ├── InnovationFlowSettingsDialog.tsx │ │ │ │ └── useInnovationFlowSettings.tsx │ │ │ ├── InnovationFlowDragNDropEditor │ │ │ │ ├── InnovationFlowDragNDropEditor.tsx │ │ │ │ ├── InnovationFlowStateForm.tsx │ │ │ │ └── InnovationFlowStateMenu.tsx │ │ │ ├── InnovationFlowIcon │ │ │ │ ├── InnovationFlowIcon.svg │ │ │ │ └── InnovationFlowIcon.tsx │ │ │ ├── InnovationFlowStates │ │ │ │ ├── InnovationFlowStates.tsx │ │ │ │ └── useInnovationFlowStates.ts │ │ │ ├── InnovationFlowVisualizers │ │ │ │ ├── InnovationFlowChips.tsx │ │ │ │ ├── InnovationFlowCurrentStateSelector.tsx │ │ │ │ ├── InnovationFlowVisualizer.ts │ │ │ │ └── InnovationFlowVisualizerMobile.tsx │ │ │ ├── graphql │ │ │ │ ├── InnovationFlowCollaboration.fragment.graphql │ │ │ │ ├── InnovationFlowDetails.fragment.graphql │ │ │ │ ├── InnovationFlowStates.fragment.graphql │ │ │ │ ├── UpdateInnovationFlow.graphql │ │ │ │ └── UpdateInnovationFlowStates.graphql │ │ │ ├── models │ │ │ │ ├── InnovationFlowProfileModel.ts │ │ │ │ └── InnovationFlowStateModel.ts │ │ │ └── utils │ │ │ │ ├── sortCallouts.spec.ts │ │ │ │ └── sortCallouts.ts │ │ ├── activity │ │ │ ├── ActivityLog │ │ │ │ ├── ActivityComponent.tsx │ │ │ │ ├── activityLogFragments.graphql │ │ │ │ ├── types │ │ │ │ │ └── ActivitySubject.ts │ │ │ │ └── views │ │ │ │ │ ├── ActivityBaseView.tsx │ │ │ │ │ ├── ActivityCalendarEventCreatedView.tsx │ │ │ │ │ ├── ActivityCalloutLinkCreatedView.tsx │ │ │ │ │ ├── ActivityCalloutMemoActivityView.tsx │ │ │ │ │ ├── ActivityCalloutPostCommentCreatedView.tsx │ │ │ │ │ ├── ActivityCalloutPostCreatedView.tsx │ │ │ │ │ ├── ActivityCalloutPublishedView.tsx │ │ │ │ │ ├── ActivityCalloutWhiteboardActivityView.tsx │ │ │ │ │ ├── ActivityDiscussionCommentCreatedView.tsx │ │ │ │ │ ├── ActivityIcon.tsx │ │ │ │ │ ├── ActivityLoadingView.tsx │ │ │ │ │ ├── ActivityMemberJoinedView.tsx │ │ │ │ │ ├── ActivitySubjectMarkdown.tsx │ │ │ │ │ ├── ActivitySubspaceCreatedView.tsx │ │ │ │ │ ├── ActivityUpdateSent.tsx │ │ │ │ │ ├── ActivityViewFooter.tsx │ │ │ │ │ ├── ActivityViewProps.ts │ │ │ │ │ └── index.ts │ │ │ └── useActivityLogOnCollaboration │ │ │ │ ├── activityCreatedSubscription.graphql │ │ │ │ ├── activityLogOnCollaboration.graphql │ │ │ │ └── useActivityOnCollaboration.ts │ │ ├── callout │ │ │ ├── CalloutDialogs │ │ │ │ ├── CreateCalloutDialog.tsx │ │ │ │ └── EditCalloutDialog.tsx │ │ │ ├── CalloutForm │ │ │ │ ├── CalloutForm.tsx │ │ │ │ ├── CalloutFormContributionSettings.tsx │ │ │ │ ├── CalloutFormFramingSettings.tsx │ │ │ │ ├── CalloutFormModel.ts │ │ │ │ └── ContributionSettingsDialog │ │ │ │ │ ├── ContributionSettingsDialog.tsx │ │ │ │ │ ├── ContributionsSettings.tsx │ │ │ │ │ ├── ContributionsSettingsLink.tsx │ │ │ │ │ ├── ContributionsSettingsPost.tsx │ │ │ │ │ ├── ContributionsSettingsWhiteboard.tsx │ │ │ │ │ └── readme.md │ │ │ ├── CalloutFramings │ │ │ │ ├── CalloutFramingLink.tsx │ │ │ │ ├── CalloutFramingMemo.tsx │ │ │ │ └── CalloutFramingWhiteboard.tsx │ │ │ ├── CalloutRestrictionsTypes.ts │ │ │ ├── CalloutSummary.tsx │ │ │ ├── CalloutView │ │ │ │ ├── CalloutView.tsx │ │ │ │ └── CalloutViewLayout.tsx │ │ │ ├── CalloutViewTypes.tsx │ │ │ ├── calloutBlock │ │ │ │ ├── CalloutBlockMarginal.tsx │ │ │ │ ├── CalloutClosedMarginal.tsx │ │ │ │ ├── CalloutHeader.tsx │ │ │ │ ├── CalloutLayoutTypes.tsx │ │ │ │ └── CalloutSettingsContainer.tsx │ │ │ ├── calloutCard │ │ │ │ └── CalloutCard.tsx │ │ │ ├── calloutsList │ │ │ │ ├── CalloutsList.tsx │ │ │ │ └── CalloutsListDialog.tsx │ │ │ ├── commentsToCallout │ │ │ │ └── useCalloutComments.tsx │ │ │ ├── components │ │ │ │ └── CardsLayout.tsx │ │ │ ├── graphql │ │ │ │ ├── CalloutContent.graphql │ │ │ │ └── CalloutMutations.graphql │ │ │ ├── icons │ │ │ │ ├── CtaIcon.tsx │ │ │ │ └── calloutIcons.ts │ │ │ ├── models │ │ │ │ ├── CalloutDetailsModel.ts │ │ │ │ ├── CalloutModelLight.ts │ │ │ │ ├── CalloutSettingsModel.ts │ │ │ │ ├── ContributionDefaultsModel.ts │ │ │ │ └── mappings.ts │ │ │ ├── settings │ │ │ │ └── graphql │ │ │ │ │ └── CalloutSettingsFragment.graphql │ │ │ ├── useCalloutDetails │ │ │ │ └── useCalloutDetails.ts │ │ │ ├── useSubscribeOnRoomEvents.ts │ │ │ ├── utils │ │ │ │ └── useCalloutManager.ts │ │ │ └── visibilityChangeDialog │ │ │ │ └── CalloutVisibilityChangeDialog.tsx │ │ ├── calloutContributions │ │ │ ├── CalloutContributionModel.ts │ │ │ ├── CalloutContributionsHorizontalPager.tsx │ │ │ ├── CreateContributionButton.tsx │ │ │ ├── calloutContributionPreview │ │ │ │ ├── CalloutContributionPreview.graphql │ │ │ │ └── CalloutContributionPreview.tsx │ │ │ ├── calloutsContributionsSortDialog │ │ │ │ ├── CalloutContributionsSortDialog.graphql │ │ │ │ └── CalloutContributionsSortDialog.tsx │ │ │ ├── commentsToContribution │ │ │ │ ├── CalloutContributionComments.graphql │ │ │ │ └── useCalloutContributionComments.tsx │ │ │ ├── contributionsCardsExpandable │ │ │ │ ├── ContributionsCardsExpandable.tsx │ │ │ │ └── PaginationExpander.tsx │ │ │ ├── graphql │ │ │ │ └── DeleteContribution.graphql │ │ │ ├── interfaces │ │ │ │ ├── AnyContributionType.ts │ │ │ │ ├── CalloutContributionCardComponentProps.ts │ │ │ │ ├── CalloutContributionCreateButtonProps.ts │ │ │ │ ├── CalloutContributionPreviewComponentProps.ts │ │ │ │ └── CalloutContributionPreviewDialogProps.ts │ │ │ ├── link │ │ │ │ ├── CalloutContributionsLink.tsx │ │ │ │ ├── LinksList.tsx │ │ │ │ ├── graphql │ │ │ │ │ ├── CreateLinkOnCallout.graphql │ │ │ │ │ ├── deleteLink.graphql │ │ │ │ │ └── updateLink.graphql │ │ │ │ └── models │ │ │ │ │ ├── LinkContribution.ts │ │ │ │ │ └── LinkDetails.ts │ │ │ ├── memo │ │ │ │ ├── CalloutContributionDialogMemo.tsx │ │ │ │ ├── CalloutContributionPreviewMemo.tsx │ │ │ │ ├── CreateContributionButtonMemo.tsx │ │ │ │ ├── MemoCard.tsx │ │ │ │ └── graphql │ │ │ │ │ └── CreateMemoOnCallout.graphql │ │ │ ├── post │ │ │ │ ├── CalloutContributionDialogPost.tsx │ │ │ │ ├── CalloutContributionPreviewPost.tsx │ │ │ │ ├── CommentsExpanderButton.tsx │ │ │ │ ├── CreateContributionButtonPost.tsx │ │ │ │ ├── PostCard.tsx │ │ │ │ ├── graphql │ │ │ │ │ ├── CalloutPostCreatedSubscription.graphql │ │ │ │ │ └── CreatePostOnCallout.graphql │ │ │ │ └── useCalloutPostCreatedSubscription.ts │ │ │ ├── useCalloutContributions │ │ │ │ ├── CalloutContributions.graphql │ │ │ │ └── useCalloutContributions.tsx │ │ │ └── whiteboard │ │ │ │ ├── CalloutContributionDialogWhiteboard.tsx │ │ │ │ ├── CalloutContributionPreviewWhiteboard.tsx │ │ │ │ ├── CreateContributionButtonWhiteboard.tsx │ │ │ │ ├── WhiteboardCard.tsx │ │ │ │ └── graphql │ │ │ │ └── CreateWhiteboardOnCallout.graphql │ │ ├── calloutsSet │ │ │ ├── CalloutsInContext │ │ │ │ └── CalloutsGroupView.tsx │ │ │ ├── CalloutsView │ │ │ │ ├── CalloutSortModels.ts │ │ │ │ ├── CalloutsInViewWrapper.tsx │ │ │ │ ├── CalloutsListItemTitle.tsx │ │ │ │ └── CalloutsView.tsx │ │ │ ├── Classification │ │ │ │ ├── ClassificationTagset.model.ts │ │ │ │ └── ClassificationTagset.utils.ts │ │ │ ├── SortOrder │ │ │ │ └── UpdateCalloutsSortOrder.graphql │ │ │ ├── TopCallout │ │ │ │ ├── DashboardTopCallouts.graphql │ │ │ │ └── TopCalloutDetails.tsx │ │ │ ├── authorization │ │ │ │ ├── calloutsSetAuthorization.graphql │ │ │ │ └── useCalloutsSetAuthorization.ts │ │ │ ├── tagCloud │ │ │ │ ├── CalloutsSetTagCloud.tsx │ │ │ │ ├── CalloutsSetTags.graphql │ │ │ │ └── TwoLinesTagsContainer.tsx │ │ │ ├── useCalloutCreation │ │ │ │ ├── calloutCreation.graphql │ │ │ │ ├── useCalloutCreation.ts │ │ │ │ └── useCalloutCreationWithPreviewImages.ts │ │ │ └── useCalloutsSet │ │ │ │ ├── CalloutsSetQueries.graphql │ │ │ │ └── useCalloutsSet.ts │ │ ├── memo │ │ │ ├── MemoDialog │ │ │ │ ├── MemoDialog.tsx │ │ │ │ └── MemoFooter.tsx │ │ │ ├── MemoManager │ │ │ │ ├── MemoMarkdown.graphql │ │ │ │ ├── memo.graphql │ │ │ │ └── useMemoManager.ts │ │ │ ├── MemoPreview │ │ │ │ └── MemoPreview.tsx │ │ │ ├── icon │ │ │ │ └── MemoIcon.tsx │ │ │ └── model │ │ │ │ ├── MemoFieldSubmittedValues.ts │ │ │ │ ├── MemoModel.ts │ │ │ │ ├── MemoModelFull.ts │ │ │ │ └── MemoModelLight.ts │ │ ├── post │ │ │ ├── PostCreationDialog │ │ │ │ └── PostCreationDialog.tsx │ │ │ ├── PostForm │ │ │ │ └── PostForm.tsx │ │ │ ├── graphql │ │ │ │ ├── CalloutSettingsQuery.graphql │ │ │ │ ├── PostCalloutsInCalloutSet.graphql │ │ │ │ ├── PostSettingsMutations.graphql │ │ │ │ ├── PostSettingsQueries.graphql │ │ │ │ └── usePostSettings.ts │ │ │ └── icon │ │ │ │ └── PostIcon.tsx │ │ ├── realTimeCollaboration │ │ │ ├── CollaborationSettings │ │ │ │ ├── CollaborationSettings.tsx │ │ │ │ ├── ContentUpdatePolicy.graphql │ │ │ │ └── useContentUpdatePolicyManager.tsx │ │ │ ├── RealTimeCollaborationState.ts │ │ │ ├── SaveRequestIndicatorIcon.tsx │ │ │ └── UserPresencing.tsx │ │ └── whiteboard │ │ │ ├── EntityWhiteboardPage │ │ │ └── WhiteboardPage.tsx │ │ │ ├── WhiteboardDialog │ │ │ ├── SingleUserWhiteboardDialog.tsx │ │ │ ├── WhiteboardDialog.tsx │ │ │ ├── WhiteboardDialogFooter.spec.tsx │ │ │ ├── WhiteboardDialogFooter.tsx │ │ │ ├── WhiteboardDisplayName.tsx │ │ │ └── graphql │ │ │ │ └── UpdateWhiteboardGuestAccess.graphql │ │ │ ├── WhiteboardPreview │ │ │ ├── FormikWhiteboardPreview.tsx │ │ │ ├── WhiteboardField.ts │ │ │ └── WhiteboardPreview.tsx │ │ │ ├── WhiteboardPreviewSettings │ │ │ ├── WhiteboardPreviewCustomSelectionDialog.tsx │ │ │ ├── WhiteboardPreviewSettingsButton.tsx │ │ │ ├── WhiteboardPreviewSettingsDialog.tsx │ │ │ ├── WhiteboardPreviewSettingsFragment.graphql │ │ │ ├── WhiteboardPreviewSettingsModel.ts │ │ │ ├── icons │ │ │ │ ├── WhiteboardPreviewIcons.tsx │ │ │ │ ├── WhiteboardPreviewModeAuto.svg │ │ │ │ ├── WhiteboardPreviewModeCustom.svg │ │ │ │ ├── WhiteboardPreviewModeFixed.svg │ │ │ │ └── WhiteboardPreviewSettings.svg │ │ │ ├── updateWhiteboardPreviewMode.graphql │ │ │ └── useUpdateWhiteboardPreviewSettings.ts │ │ │ ├── WhiteboardShareDialog │ │ │ ├── WhiteboardGuestAccessControls.tsx │ │ │ ├── WhiteboardGuestAccessSection.tsx │ │ │ └── __tests__ │ │ │ │ └── WhiteboardGuestAccessSection.test.tsx │ │ │ ├── WhiteboardVisuals │ │ │ ├── WhiteboardPreviewImagesModels.ts │ │ │ ├── WhiteboardVisualsDimensions.ts │ │ │ ├── WhiteboardVisualsReadMe.md │ │ │ ├── createFallbackWhiteboardPreview.ts │ │ │ ├── getWhiteboardPreviewImage.ts │ │ │ ├── useGenerateWhiteboardVisuals.ts │ │ │ ├── useUploadWhiteboardVisuals.ts │ │ │ └── utils │ │ │ │ ├── getDefaultCropConfigForWhiteboardPreview.ts │ │ │ │ └── validateCropConfig.ts │ │ │ ├── WhiteboardsManagement │ │ │ └── WhiteboardView.tsx │ │ │ ├── components │ │ │ └── GuestVisibilityBadge.tsx │ │ │ ├── containers │ │ │ ├── WhiteboardActionsContainer.tsx │ │ │ ├── WhiteboardProvider.tsx │ │ │ └── WhiteboardQueries.graphql │ │ │ ├── guestAccess │ │ │ ├── GetPublicWhiteboard.graphql │ │ │ ├── components │ │ │ │ └── GuestSessionNotification.tsx │ │ │ ├── context │ │ │ │ ├── .gitkeep │ │ │ │ └── GuestSessionContext.tsx │ │ │ ├── hooks │ │ │ │ ├── clearGuestSessionOnSignIn.spec.ts │ │ │ │ ├── useGuestAnalytics.ts │ │ │ │ ├── useGuestSession.spec.tsx │ │ │ │ ├── useGuestSession.ts │ │ │ │ ├── useGuestSessionReturn.ts │ │ │ │ └── useGuestWhiteboardAccess.ts │ │ │ ├── tests │ │ │ │ ├── anonymizeGuestName.spec.ts │ │ │ │ ├── derivedFallbackPrompt.spec.tsx │ │ │ │ ├── derivedHeaderInjection.spec.tsx │ │ │ │ ├── derivedNoPrompt.spec.tsx │ │ │ │ ├── derivedPartial.spec.tsx │ │ │ │ ├── error403.spec.tsx │ │ │ │ ├── error404.spec.tsx │ │ │ │ ├── error500.spec.tsx │ │ │ │ ├── guestAccessDisabled404.spec.tsx │ │ │ │ ├── guestContributionsWarningBadge.spec.tsx │ │ │ │ ├── headerActions.spec.tsx │ │ │ │ ├── multiWhiteboardReuse.spec.tsx │ │ │ │ ├── postAuthLayout.spec.tsx │ │ │ │ ├── publicAnonymousJoin.spec.tsx │ │ │ │ ├── sessionClearOnBrowserRestart.spec.tsx │ │ │ │ ├── signInRedirect.spec.tsx │ │ │ │ └── utils │ │ │ │ │ └── sessionStorageMock.ts │ │ │ └── utils │ │ │ │ ├── anonymizeGuestName.ts │ │ │ │ ├── guestNameValidator.spec.ts │ │ │ │ ├── guestNameValidator.ts │ │ │ │ └── sessionStorage.ts │ │ │ ├── hooks │ │ │ └── useWhiteboardGuestAccess.ts │ │ │ ├── icon │ │ │ └── WhiteboardIcon.ts │ │ │ ├── utils │ │ │ ├── buildGuestShareUrl.ts │ │ │ ├── isWhiteboardContentEqual.ts │ │ │ └── mergeWhiteboard.ts │ │ │ └── validation │ │ │ └── whiteboardFormSchema.ts │ ├── common │ │ ├── description │ │ │ ├── DescriptionComponent.tsx │ │ │ ├── DescriptionEditDialog.tsx │ │ │ └── DescriptionView.tsx │ │ ├── layout │ │ │ └── TabPanel.tsx │ │ ├── link │ │ │ ├── linkDetails.graphql │ │ │ ├── linkDetailsWithAuthorization.graphql │ │ │ └── newLinkName.ts │ │ ├── location │ │ │ ├── CountrySelect.tsx │ │ │ ├── LocationModel.ts │ │ │ ├── LocationModelMapped.ts │ │ │ ├── LocationSegment.tsx │ │ │ ├── LocationUtils.ts │ │ │ ├── countries.constants.ts │ │ │ └── fullLocation.graphql │ │ ├── profile │ │ │ ├── ProfileForm.tsx │ │ │ ├── ProfileModel.ts │ │ │ ├── ProfileModelUtils.ts │ │ │ └── ProfilePageBanner.tsx │ │ ├── reference │ │ │ ├── ReferenceModel.ts │ │ │ ├── ReferenceUtils.ts │ │ │ ├── ReferencesListSmallItem.tsx │ │ │ ├── graphql │ │ │ │ ├── createReferenceOnProfile.graphql │ │ │ │ ├── deleteReference.graphql │ │ │ │ └── referenceDetails.graphql │ │ │ ├── newReferenceName.ts │ │ │ └── useEditReference.ts │ │ ├── tagset │ │ │ ├── TagsetModel.ts │ │ │ ├── TagsetUtils.ts │ │ │ ├── createTagsetOnProfile.graphql │ │ │ ├── tagsetDetails.graphql │ │ │ └── toTagsetTitle.ts │ │ ├── visual │ │ │ ├── EditVisuals │ │ │ │ ├── EditVisualsView.tsx │ │ │ │ └── VisualDescription.tsx │ │ │ ├── Visual.ts │ │ │ ├── graphql │ │ │ │ ├── VisualModel.graphql │ │ │ │ ├── VisualModelFull.graphql │ │ │ │ └── uploadVisual.graphql │ │ │ ├── model │ │ │ │ └── VisualModel.ts │ │ │ └── utils │ │ │ │ └── visuals.utils.ts │ │ └── whiteboard │ │ │ ├── EmptyWhiteboard.ts │ │ │ └── excalidraw │ │ │ ├── CollaborativeExcalidrawWrapper.tsx │ │ │ ├── ExcalidrawWrapper.tsx │ │ │ ├── collab │ │ │ ├── Collab.ts │ │ │ ├── Portal.ts │ │ │ ├── data │ │ │ │ └── index.ts │ │ │ ├── excalidrawAppConstants.ts │ │ │ ├── useCollab.ts │ │ │ └── utils.ts │ │ │ ├── styles │ │ │ └── excalidraw-overrides.css │ │ │ ├── useWhiteboardDefaults.ts │ │ │ └── useWhiteboardFilesManager.ts │ ├── communication │ │ ├── discussion │ │ │ ├── components │ │ │ │ └── CategorySelector.tsx │ │ │ ├── constants │ │ │ │ └── DiscusionCategories.ts │ │ │ ├── forms │ │ │ │ └── DiscussionForm.tsx │ │ │ ├── layout │ │ │ │ └── DiscussionsLayout.tsx │ │ │ ├── models │ │ │ │ └── Discussion.ts │ │ │ ├── pages │ │ │ │ ├── Discussion.tsx │ │ │ │ ├── DiscussionPage.tsx │ │ │ │ ├── ForumPage.tsx │ │ │ │ ├── LastReleaseDiscussion.tsx │ │ │ │ └── LatestReleaseDiscussion.graphql │ │ │ ├── providers │ │ │ │ ├── forum-actions.graphql │ │ │ │ ├── forum-queries.graphql │ │ │ │ └── forum-subscriptions.graphql │ │ │ ├── routing │ │ │ │ └── ForumRoute.tsx │ │ │ └── views │ │ │ │ ├── DiscussionIcon.tsx │ │ │ │ ├── DiscussionOverview.tsx │ │ │ │ ├── DiscussionView.tsx │ │ │ │ ├── DiscussionsListView.tsx │ │ │ │ ├── NewDiscussionDialog.tsx │ │ │ │ └── UpdateDiscussionDialog.tsx │ │ ├── messaging │ │ │ ├── DirectMessaging │ │ │ │ ├── DirectMessageDialog.tsx │ │ │ │ └── useDirectMessageDialog.tsx │ │ │ └── messaging.graphql │ │ ├── room │ │ │ ├── Comments │ │ │ │ ├── AddReactionMutation.graphql │ │ │ │ ├── CommentInputField.tsx │ │ │ │ ├── CommentReactions.tsx │ │ │ │ ├── CommentsComponent.tsx │ │ │ │ ├── CommentsMessageDetailsFragment.graphql │ │ │ │ ├── CommentsMessagesFragment.graphql │ │ │ │ ├── FormikCommentInputField.tsx │ │ │ │ ├── MessageView.tsx │ │ │ │ ├── MessageWithRepliesView.tsx │ │ │ │ ├── MessagesThread.tsx │ │ │ │ ├── PostMessageToCommentsForm.tsx │ │ │ │ ├── ReactionView.tsx │ │ │ │ ├── RemoveReactionMutation.graphql │ │ │ │ ├── ReplyToMessageMutation.graphql │ │ │ │ ├── VcInteractionsDetails.graphql │ │ │ │ ├── mentionableUsers.graphql │ │ │ │ ├── useCommentReactionsMutations.ts │ │ │ │ ├── useMessagesTree.test.ts │ │ │ │ ├── useMessagesTree.ts │ │ │ │ ├── usePostMessageMutations.ts │ │ │ │ ├── useRestoredMessages.ts │ │ │ │ ├── utils.test.ts │ │ │ │ └── utils.ts │ │ │ ├── graphql │ │ │ │ ├── roomMutations.graphql │ │ │ │ └── roomSubscriptions.graphql │ │ │ └── models │ │ │ │ ├── CommentsWithMessagesModel.ts │ │ │ │ ├── Message.ts │ │ │ │ └── Room.ts │ │ └── updates │ │ │ ├── CommunityUpdatesContainer │ │ │ ├── CommunityUpdates.graphql │ │ │ └── CommunityUpdatesContainer.tsx │ │ │ └── views │ │ │ └── SingleUpdateView.tsx │ ├── community │ │ ├── CommunityLeads │ │ │ └── useSendMessageToCommunityLeads.ts │ │ ├── applicationButton │ │ │ ├── ApplicationButton.tsx │ │ │ ├── ApplicationDialog.tsx │ │ │ ├── ApplicationForm.graphql │ │ │ ├── ApplicationSubmittedDialog.tsx │ │ │ ├── PreApplicationDialog.tsx │ │ │ ├── PreJoinParentDialog.tsx │ │ │ └── isApplicationPending.ts │ │ ├── community │ │ │ ├── CommunityApplicationForm │ │ │ │ ├── CommunityApplicationForm.graphql │ │ │ │ ├── CommunityApplicationForm.tsx │ │ │ │ └── views │ │ │ │ │ └── FormQuestionField.tsx │ │ │ ├── CommunityGuidelines │ │ │ │ ├── CommunityGuidelines.graphql │ │ │ │ ├── CommunityGuidelinesBlock.tsx │ │ │ │ ├── CommunityGuidelinesContainer.tsx │ │ │ │ ├── CommunityGuidelinesForm.tsx │ │ │ │ └── CommunityGuidelinesInfoDialog.tsx │ │ │ ├── CommunityUpdatesDialog │ │ │ │ └── CommunityUpdatesDialog.tsx │ │ │ ├── ContactLeadsButton │ │ │ │ └── ContactLeadsButton.tsx │ │ │ ├── EntityDashboardLeadsSection │ │ │ │ ├── DashboardLeads.tsx │ │ │ │ └── EntityDashboardLeadsSection.tsx │ │ │ ├── VirtualContributorsBlock │ │ │ │ ├── VirtualContributorsBlock.tsx │ │ │ │ └── VirtualContributorsDialog.tsx │ │ │ ├── useCommunityAssignment │ │ │ │ └── BasicOrganizationDetails.graphql │ │ │ ├── utils │ │ │ │ ├── ContributorViewModel.ts │ │ │ │ ├── useCommunityMembersAsCardProps.ts │ │ │ │ └── useUserCardProps.ts │ │ │ └── views │ │ │ │ └── CommunityUpdates │ │ │ │ ├── CommunityUpdatesView.tsx │ │ │ │ └── icons │ │ │ │ ├── FontDownloadIcon.tsx │ │ │ │ └── FontDownloadOffIcon.tsx │ │ ├── communityGuidelines │ │ │ └── icon │ │ │ │ └── CommunityGuidelinesIcon.tsx │ │ ├── contributor │ │ │ ├── Account │ │ │ │ ├── AccountResourcesView.tsx │ │ │ │ ├── ContributorAccountView.tsx │ │ │ │ └── createWingbackAccount.graphql │ │ │ ├── Contributions │ │ │ │ ├── ActionableContributionsView.tsx │ │ │ │ ├── ContributionCard.tsx │ │ │ │ └── TilesContributionsView.tsx │ │ │ ├── ContributorCard │ │ │ │ └── ContributorCard.tsx │ │ │ ├── ContributorCardSquare │ │ │ │ └── ContributorCardSquare.tsx │ │ │ ├── ContributorTooltip │ │ │ │ ├── ContributorTooltip.graphql │ │ │ │ └── ContributorTooltip.tsx │ │ │ ├── ContributorsSearch │ │ │ │ └── ContributorsSearchQueries.graphql │ │ │ ├── ProfileChip │ │ │ │ ├── ProfileChip.tsx │ │ │ │ └── ProfileChipView.tsx │ │ │ ├── RoleSetContributorsBlockWide │ │ │ │ ├── RoleSetContributorsBlockWide.tsx │ │ │ │ ├── RoleSetContributorsBlockWideContent.tsx │ │ │ │ └── RoleSetVirtualContributorsBlockWide.tsx │ │ │ ├── graphql │ │ │ │ └── contributorDetails.graphql │ │ │ └── useAccountResources │ │ │ │ ├── AccountResourcesInfo.graphql │ │ │ │ └── useAccountResources.ts │ │ ├── invitations │ │ │ ├── InvitationActionsContainer.tsx │ │ │ ├── InvitationApplicationConstants.ts │ │ │ ├── InvitationCardHorizontal │ │ │ │ └── InvitationCardHorizontal.tsx │ │ │ ├── InvitationDialog.tsx │ │ │ └── SingleInvitationFull.tsx │ │ ├── inviteContributors │ │ │ ├── InviteContributorsDialog.tsx │ │ │ ├── InviteContributorsProps.tsx │ │ │ ├── InviteContributorsWizard.tsx │ │ │ ├── components │ │ │ │ ├── ContributorChip │ │ │ │ │ └── ContributorChip.tsx │ │ │ │ └── FormikContributorsSelectorField │ │ │ │ │ ├── FormikContributorsSelectorField.models.ts │ │ │ │ │ ├── FormikContributorsSelectorField.tsx │ │ │ │ │ ├── FormikContributorsSelectorField.validation.ts │ │ │ │ │ ├── emailParser.spec.ts │ │ │ │ │ ├── emailParser.ts │ │ │ │ │ └── useContributors.ts │ │ │ ├── users │ │ │ │ ├── InvitationsResultDialogContent.tsx │ │ │ │ ├── InviteUsersDialog.graphql │ │ │ │ ├── InviteUsersDialog.tsx │ │ │ │ └── InviteUsersFormDialogContent.tsx │ │ │ └── virtualContributors │ │ │ │ ├── InviteContributorsList.tsx │ │ │ │ ├── InviteVCsDialog.tsx │ │ │ │ ├── InviteVirtualContributorDialog.tsx │ │ │ │ └── PreviewContributorDialog.tsx │ │ ├── membership │ │ │ ├── CardMemberIcon │ │ │ │ └── CardMemberIcon.tsx │ │ │ └── DashboardMemberIcon │ │ │ │ └── DashboardMemberIcon.tsx │ │ ├── organization │ │ │ ├── AssociatedOrganizations │ │ │ │ ├── AssociatedOrganization.ts │ │ │ │ ├── AssociatedOrganizationCard.tsx │ │ │ │ ├── AssociatedOrganizationContainer.graphql │ │ │ │ ├── AssociatedOrganizationContainer.ts │ │ │ │ ├── AssociatedOrganizationsDashboardSection.tsx │ │ │ │ ├── AssociatedOrganizationsLazilyFetched.tsx │ │ │ │ └── AssociatedOrganizationsView.tsx │ │ │ ├── ContributingOrganizationCard │ │ │ │ └── ContributingOrganizationCard.tsx │ │ │ ├── CreateOrganizationDialog.tsx │ │ │ ├── OrganizationPageBanner.tsx │ │ │ ├── OrganizationVerifiedStatus.tsx │ │ │ ├── context │ │ │ │ ├── OrganizationInfoFragment.graphql │ │ │ │ ├── OrganizationInfoQuery.graphql │ │ │ │ └── OrganizationProvider.tsx │ │ │ ├── graphql │ │ │ │ ├── mutations │ │ │ │ │ ├── createOrganization.graphql │ │ │ │ │ └── deleteOrganization.graphql │ │ │ │ └── queries │ │ │ │ │ └── OrganizationAuthorization.graphql │ │ │ ├── hooks │ │ │ │ └── useOrganizationContext.ts │ │ │ ├── layout │ │ │ │ └── OrganizationPageLayout.tsx │ │ │ ├── model │ │ │ │ ├── OrganizationModel.ts │ │ │ │ └── OrganizationVerification.ts │ │ │ ├── pages │ │ │ │ └── OrganizationPage.tsx │ │ │ ├── routing │ │ │ │ └── OrganizationRoute.tsx │ │ │ ├── useOrganization │ │ │ │ ├── useOrganization.ts │ │ │ │ └── useOrganizationQueries.graphql │ │ │ └── views │ │ │ │ └── OrganizationPageView.tsx │ │ ├── organizationAdmin │ │ │ ├── OrganizationAdminRoutes.tsx │ │ │ ├── OrganizationAdminTabs.ts │ │ │ ├── graphql │ │ │ │ ├── OrganizationAccount.graphql │ │ │ │ ├── OrganizationProfileInfo.graphql │ │ │ │ ├── OrganizationSettingsQueries.graphql │ │ │ │ ├── UpdateOrganization.graphql │ │ │ │ └── UpdateOrganizationSettings.graphql │ │ │ ├── index.ts │ │ │ ├── layout │ │ │ │ └── OrganizationAdminLayout.tsx │ │ │ ├── tabs │ │ │ │ ├── OrganizationAdminAccountPage.tsx │ │ │ │ ├── OrganizationAdminAuthorizationPage.tsx │ │ │ │ ├── OrganizationAdminCommunityPage.tsx │ │ │ │ ├── OrganizationAdminProfilePage.tsx │ │ │ │ └── OrganizationAdminSettingsPage.tsx │ │ │ └── views │ │ │ │ ├── OrganizationAdminSettingsView.tsx │ │ │ │ ├── OrganizationAssociatesView.tsx │ │ │ │ └── OrganizationAuthorizationRoleAssignementView.tsx │ │ ├── pendingMembership │ │ │ ├── PendingInvitationsCount.graphql │ │ │ ├── PendingMemberships.graphql │ │ │ ├── PendingMemberships.tsx │ │ │ ├── PendingMembershipsDialog.tsx │ │ │ ├── PendingMembershipsDialogContext.tsx │ │ │ └── usePendingInvitationsCount.ts │ │ ├── profile │ │ │ ├── ProfileDetail │ │ │ │ └── ProfileDetail.tsx │ │ │ ├── useContributionProvider │ │ │ │ ├── useContributionProvider.ts │ │ │ │ └── useContributionQueries.graphql │ │ │ └── views │ │ │ │ ├── AssociatesView.tsx │ │ │ │ ├── OrganizationProfileView.tsx │ │ │ │ ├── UserProfileView.tsx │ │ │ │ └── index.tsx │ │ ├── user │ │ │ ├── ContributingUserCard │ │ │ │ └── ContributingUserCard.tsx │ │ │ ├── ContributorsPage.tsx │ │ │ ├── ContributorsView.tsx │ │ │ ├── FormikUserSelector │ │ │ │ ├── FormikUserSelector.tsx │ │ │ │ ├── UserChip.tsx │ │ │ │ └── userSelectorQueries.graphql │ │ │ ├── constants │ │ │ │ └── RoleType.ts │ │ │ ├── graphql │ │ │ │ ├── fragments │ │ │ │ │ ├── UserDetails.graphql │ │ │ │ │ └── userDisplayName.graphql │ │ │ │ ├── mutations │ │ │ │ │ ├── createUserNewRegistration.graphql │ │ │ │ │ └── deleteUser.graphql │ │ │ │ └── queries │ │ │ │ │ ├── UserAccount.graphql │ │ │ │ │ └── user.graphql │ │ │ ├── hooks │ │ │ │ ├── useAuthorsDetails.ts │ │ │ │ ├── useFilteredMemberships.ts │ │ │ │ ├── useUserProvider.ts │ │ │ │ ├── userModelFull.graphql │ │ │ │ └── usersModelFull.graphql │ │ │ ├── layout │ │ │ │ ├── UserPageBanner.tsx │ │ │ │ └── UserPageLayout.tsx │ │ │ ├── models │ │ │ │ ├── AuthorModel.ts │ │ │ │ ├── PendingApplicationItem.ts │ │ │ │ ├── PendingInvitationItem.ts │ │ │ │ └── UserModel.ts │ │ │ ├── routing │ │ │ │ └── UserRoute.tsx │ │ │ ├── userCard │ │ │ │ └── UserCard.tsx │ │ │ ├── userContributions │ │ │ │ ├── UserContributions.graphql │ │ │ │ ├── UserOrganizationIds.graphql │ │ │ │ ├── useUserContributions.ts │ │ │ │ └── useUserOrganizationIds.ts │ │ │ ├── userForm │ │ │ │ └── UserForm.tsx │ │ │ ├── userProfilePage │ │ │ │ ├── UserProfilePage.tsx │ │ │ │ └── UserProfilePageView.tsx │ │ │ └── utils │ │ │ │ ├── buildAuthorFromUser.ts │ │ │ │ └── getUpdateUserInput.ts │ │ ├── userAdmin │ │ │ ├── UserAdminTabs.ts │ │ │ ├── graphql │ │ │ │ ├── updateUser.graphql │ │ │ │ ├── updateUserSettings.graphql │ │ │ │ ├── userSettingsFragment.graphql │ │ │ │ └── userSettingsQueries.graphql │ │ │ ├── layout │ │ │ │ └── UserAdminLayout.tsx │ │ │ ├── routing │ │ │ │ └── UserAdminRoute.tsx │ │ │ └── tabs │ │ │ │ ├── UserAdminAccountPage.tsx │ │ │ │ ├── UserAdminMembershipPage.tsx │ │ │ │ ├── UserAdminNotificationsPage.tsx │ │ │ │ ├── UserAdminOrganizationsPage.tsx │ │ │ │ ├── UserAdminProfilePage.tsx │ │ │ │ ├── UserAdminSettingsPage.tsx │ │ │ │ ├── components │ │ │ │ ├── CombinedPlatformNotificationsSettings.tsx │ │ │ │ ├── CombinedSpaceNotificationsSettings.tsx │ │ │ │ ├── CombinedUserNotificationsSettings.tsx │ │ │ │ ├── OrganizationNotificationsSettings.tsx │ │ │ │ └── VCNotificationsSettings.tsx │ │ │ │ └── model │ │ │ │ └── NotificationSettings.model.ts │ │ ├── userCurrent │ │ │ ├── CurrentUserProvider │ │ │ │ ├── CurrentUserFull.graphql │ │ │ │ ├── CurrentUserProvider.tsx │ │ │ │ └── usePlatformPrivilegeWrapper.ts │ │ │ ├── model │ │ │ │ └── CurrentUserModel.ts │ │ │ └── useCurrentUserContext.ts │ │ ├── virtualContributor │ │ │ ├── VCRoute.tsx │ │ │ ├── VirtualContributor.svg │ │ │ ├── VirtualContributorLabel.tsx │ │ │ ├── VirtualContributorsIcons.tsx │ │ │ ├── communityVirtualContributors.graphql │ │ │ ├── graphql │ │ │ │ ├── VirtualContributor.graphql │ │ │ │ ├── VirtualContributorProfileWithModelCard.graphql │ │ │ │ ├── fragments │ │ │ │ │ ├── VirtualContributorFull.graphql │ │ │ │ │ └── VirtualContributorWithModelCard.graphql │ │ │ │ ├── mutations │ │ │ │ │ ├── AiPersonaUpdate.graphql │ │ │ │ │ ├── VirtualContributorRefreshBodyOfKnowledge.graphql │ │ │ │ │ ├── VirtualContributorUpdate.graphql │ │ │ │ │ ├── VirtualContributorUpdatePlatformSettings.graphql │ │ │ │ │ └── VirtualContributorUpdateSettings.graphql │ │ │ │ └── virtualContributorSubscriptions.graphql │ │ │ ├── knowledgeBase │ │ │ │ ├── KnowledgeBaseDialog.tsx │ │ │ │ ├── VCKnowledgeBaseRoute.tsx │ │ │ │ ├── useKnowledgeBase.tsx │ │ │ │ ├── virtualContributorKnowledgeBase.graphql │ │ │ │ └── virtualContributorsCalloutRestrictions.ts │ │ │ ├── layout │ │ │ │ ├── VCPageBanner.tsx │ │ │ │ └── VCPageLayout.tsx │ │ │ ├── model │ │ │ │ ├── SpaceBodyOfKnowledgeModel.ts │ │ │ │ ├── VirtualContributorModelBase.tsx │ │ │ │ ├── VirtualContributorModelCardModel.ts │ │ │ │ └── VirtualContributorModelFull.ts │ │ │ ├── useSubscribeOnVirtualContributorEvents.ts │ │ │ ├── utils │ │ │ │ ├── createAiPersonaModelCardModelFromFragment.ts │ │ │ │ └── createVirtualContributorModelFull.ts │ │ │ ├── vcMembershipPage │ │ │ │ ├── VCMembershipPage.graphql │ │ │ │ └── VCMembershipPage.tsx │ │ │ └── vcProfilePage │ │ │ │ ├── SettingsMotionModeIcon.tsx │ │ │ │ ├── VCProfileContentView.tsx │ │ │ │ ├── VCProfilePage.tsx │ │ │ │ ├── VCProfilePageView.tsx │ │ │ │ └── useTemporaryHardCodedVCProfilePageData.ts │ │ └── virtualContributorAdmin │ │ │ ├── VCSettingsRoute.tsx │ │ │ ├── VcAdminTabs.ts │ │ │ ├── VirtualContributorSettingsPage │ │ │ ├── VirtualContributorPlatformSettingsSection.tsx │ │ │ └── VirtualContributorSettingsPage.tsx │ │ │ ├── components │ │ │ ├── BodyOfKnowledgeManagement.tsx │ │ │ ├── ExternalConfig.tsx │ │ │ ├── PromptConfig.tsx │ │ │ ├── VisibilityForm.tsx │ │ │ └── promptGraph │ │ │ │ ├── NodeVariables.tsx │ │ │ │ ├── PromptGraphConfig.tsx │ │ │ │ ├── PromptGraphConfigForm.tsx │ │ │ │ ├── PropertyTable.tsx │ │ │ │ ├── StateProps.tsx │ │ │ │ ├── index.ts │ │ │ │ ├── types.ts │ │ │ │ └── utils.ts │ │ │ ├── layout │ │ │ └── VCSettingsPageLayout.tsx │ │ │ └── vcSettingsPage │ │ │ ├── VCSettingsPage.tsx │ │ │ └── VirtualContributorForm.tsx │ ├── innovationHub │ │ ├── BannerInnovationHub.graphql │ │ ├── CreateInnovationHub │ │ │ └── CreateInnovationHubDialog.tsx │ │ ├── InnovationHubBannerWide.graphql │ │ ├── InnovationHubCardHorizontal │ │ │ └── InnovationHubCardHorizontal.tsx │ │ ├── InnovationHubHomePage │ │ │ ├── DashboardSpaces.graphql │ │ │ ├── InnovationHubAttrs.ts │ │ │ ├── InnovationHubBanner.tsx │ │ │ └── InnovationHubHomePage.tsx │ │ ├── InnovationHubOutsideRibbon │ │ │ └── useInnovationHubOutsideRibbon.tsx │ │ ├── InnovationHubSpaceBannerRibbon │ │ │ └── useInnovationHubSpaceBannerRibbon.tsx │ │ ├── InnovationHubsMutations.graphql │ │ ├── InnovationHubsSettings │ │ │ ├── InnovationHubAvailableSpaces.graphql │ │ │ ├── InnovationHubForm.tsx │ │ │ ├── InnovationHubProfileLayout.tsx │ │ │ ├── InnovationHubSettingsPage.tsx │ │ │ ├── InnovationHubSpace.graphql │ │ │ ├── InnovationHubSpacesField.tsx │ │ │ ├── InnovationHubsRoutes.tsx │ │ │ └── InnovationHubsSettings.graphql │ │ ├── useInnovationHub │ │ │ ├── InnovationHub.graphql │ │ │ └── useInnovationHub.ts │ │ └── useSpaceBreadcrumbsTopLevelItem.ts │ ├── license │ │ └── plans │ │ │ ├── ui │ │ │ └── PlanCardsComponents.tsx │ │ │ └── utils │ │ │ └── getPlanTranslations.ts │ ├── platform │ │ ├── PlatformLevelAuthorization.graphql │ │ ├── config │ │ │ ├── ConfigProvider.tsx │ │ │ ├── configuration.graphql │ │ │ ├── configuration.ts │ │ │ └── useConfig.ts │ │ ├── constants │ │ │ └── EntityTypeName.ts │ │ ├── licensing │ │ │ └── PlatformLicensing.graphql │ │ ├── metadata │ │ │ └── useReleaseNotes.ts │ │ ├── metrics │ │ │ ├── MetricType.ts │ │ │ ├── utils │ │ │ │ ├── getMetricCount.ts │ │ │ │ └── useMetricsItems.tsx │ │ │ └── views │ │ │ │ └── MetricsView.tsx │ │ └── routes │ │ │ ├── NonIdentity.tsx │ │ │ ├── RedirectToLanding.tsx │ │ │ ├── RedirectToWelcomeSite.tsx │ │ │ ├── constants.ts │ │ │ └── usePlatformOrigin.ts │ ├── platformAdmin │ │ ├── authorization │ │ │ ├── AdminAuthorizationPage.tsx │ │ │ └── graphql │ │ │ │ └── PlatformRoleSet.graphql │ │ ├── components │ │ │ ├── AdminListItemLayout.tsx │ │ │ ├── AdminSearchableTable.tsx │ │ │ ├── Common │ │ │ │ ├── ContextReferenceSegment.tsx │ │ │ │ ├── Filter.tsx │ │ │ │ ├── FormikReferenceSegment.tsx │ │ │ │ ├── NameSegment.tsx │ │ │ │ ├── OrganizationSegment.tsx │ │ │ │ ├── ProfileReferenceSegment.tsx │ │ │ │ ├── ProfileSegment.tsx │ │ │ │ ├── ReferenceSegment.tsx │ │ │ │ ├── SocialSegment.tsx │ │ │ │ └── TagsetSegment.tsx │ │ │ ├── Community │ │ │ │ ├── EditMembers.tsx │ │ │ │ └── EditMembersUsers.tsx │ │ │ ├── Organization │ │ │ │ ├── OrganizationForm.tsx │ │ │ │ └── OrganizationPage.tsx │ │ │ ├── SearchableList.tsx │ │ │ └── SearchableTable.tsx │ │ ├── domain │ │ │ ├── innovationHubs │ │ │ │ ├── AdminInnovationHubs.graphql │ │ │ │ ├── AdminInnovationHubsPage.tsx │ │ │ │ └── InnovationHubsAdminRoutes.tsx │ │ │ ├── innovationPacks │ │ │ │ ├── AdminInnovationPackRoutes.tsx │ │ │ │ ├── AdminInnovationPacks.graphql │ │ │ │ └── AdminInnovationPacksPage.tsx │ │ │ ├── organizations │ │ │ │ ├── AdminOrganizationsPage.tsx │ │ │ │ ├── AdminOrganizationsRoutes.tsx │ │ │ │ ├── LicensePlanDialog.tsx │ │ │ │ ├── ManageLicensePlanAccount.graphql │ │ │ │ ├── platformAminOrganizationsList.graphql │ │ │ │ └── usePlatformAdminOrganizationsList.ts │ │ │ ├── space │ │ │ │ ├── AdminSpaceListPage │ │ │ │ │ ├── AdminSpacesPage.tsx │ │ │ │ │ ├── AssignPlan.tsx │ │ │ │ │ ├── LicensePlansTable.tsx │ │ │ │ │ ├── ManageLicensePlanOnSpace.graphql │ │ │ │ │ ├── ManageLicensePlansDialog.tsx │ │ │ │ │ ├── SpaceList.tsx │ │ │ │ │ ├── SpaceSettingsDialog.tsx │ │ │ │ │ ├── UpdateSpacePlatformSettings.graphql │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── platformAdminSpacesList.graphql │ │ │ │ │ ├── platformLicensePlans.graphql │ │ │ │ │ └── spaceLicensePlans.graphql │ │ │ │ └── routing │ │ │ │ │ └── SpacesRoute.tsx │ │ │ ├── users │ │ │ │ ├── pages │ │ │ │ │ └── UserPage.tsx │ │ │ │ ├── platformAdminUsersList.graphql │ │ │ │ ├── routing │ │ │ │ │ └── UsersRoute.tsx │ │ │ │ └── useAdminGlobalUserList.tsx │ │ │ └── virtual-contributors │ │ │ │ ├── VirtualContributorListItem.tsx │ │ │ │ ├── VirtualContributorsPage.tsx │ │ │ │ ├── VirtualContributorsRoutes.tsx │ │ │ │ └── platformAdminVirtualContributors.graphql │ │ ├── layout │ │ │ ├── EntitySettingsLayout │ │ │ │ ├── EntitySettingsLayout.tsx │ │ │ │ ├── EntitySettingsTabs.tsx │ │ │ │ ├── SettingsPageContent.tsx │ │ │ │ ├── SettingsSection.ts │ │ │ │ └── types.ts │ │ │ └── toplevel │ │ │ │ ├── AdminLayout.tsx │ │ │ │ └── constants.ts │ │ ├── routing │ │ │ ├── GlobalAuthorizationRoute.tsx │ │ │ └── PlatformAdminRoute.tsx │ │ └── types │ │ │ ├── AdminTableItems.ts │ │ │ └── ContributorLicensePlan.ts │ ├── shared │ │ ├── components │ │ │ ├── ActivityDescription │ │ │ │ ├── ActivityDescriptionByType.tsx │ │ │ │ └── DetailedActivityDescription.tsx │ │ │ ├── AuthorAvatar │ │ │ │ └── AuthorAvatar.tsx │ │ │ ├── Backdrops │ │ │ │ └── ImageBackdrop.tsx │ │ │ ├── DashboardSections │ │ │ │ ├── DashboardAddButton.tsx │ │ │ │ ├── DashboardCalendarSection.tsx │ │ │ │ └── DashboardUpdatesSection.tsx │ │ │ ├── EntityConfirmDeleteDialog.tsx │ │ │ ├── ErrorDisplay │ │ │ │ ├── ErrorDisplay.tsx │ │ │ │ └── index.ts │ │ │ ├── LinesFitter │ │ │ │ ├── LinesFitter.tsx │ │ │ │ └── LinesFitterErrorBoundary.tsx │ │ │ ├── List │ │ │ │ └── LinksList.tsx │ │ │ ├── PageHeader │ │ │ │ ├── HeaderNavigationButton.tsx │ │ │ │ ├── HeaderNavigationTab.tsx │ │ │ │ └── HeaderNavigationTabs.tsx │ │ │ ├── RadioButtons │ │ │ │ └── RadioButton.tsx │ │ │ ├── References │ │ │ │ ├── CreateLinksDialog.tsx │ │ │ │ ├── EditLinkDialog.tsx │ │ │ │ ├── ReferenceView.tsx │ │ │ │ ├── References.tsx │ │ │ │ ├── icons │ │ │ │ │ └── ReferenceIcon.tsx │ │ │ │ └── useDeleteDocument.ts │ │ │ ├── SearchTagsInput │ │ │ │ ├── SearchTagsInput.tsx │ │ │ │ ├── uniqSortedByOccurrences.spec.ts │ │ │ │ └── uniqSortedByOccurrences.ts │ │ │ ├── SearchableList │ │ │ │ ├── ListItemLink.tsx │ │ │ │ ├── LoadingListItem.tsx │ │ │ │ ├── SearchableListLayout.tsx │ │ │ │ └── SimpleSearchableTable.tsx │ │ │ ├── Section │ │ │ │ └── SectionHeader.tsx │ │ │ ├── ShareDialog │ │ │ │ ├── ShareButton.tsx │ │ │ │ ├── ShareDialog.tsx │ │ │ │ └── platforms │ │ │ │ │ ├── ShareOnAlkemio.tsx │ │ │ │ │ ├── ShareOnClipboard.tsx │ │ │ │ │ └── sharingMutations.graphql │ │ │ ├── SocialLinks │ │ │ │ ├── SocialLinks.tsx │ │ │ │ ├── icons │ │ │ │ │ ├── BlueSky.tsx │ │ │ │ │ ├── GitHub.tsx │ │ │ │ │ ├── LinkedIn.tsx │ │ │ │ │ └── Twitter.tsx │ │ │ │ └── models │ │ │ │ │ └── SocialNetworks.ts │ │ │ ├── TagsComponent │ │ │ │ └── TagsComponent.tsx │ │ │ ├── Text │ │ │ │ ├── Paragraph.tsx │ │ │ │ └── SubHeading.tsx │ │ │ ├── WithApmTransaction │ │ │ │ └── WithApmTransaction.tsx │ │ │ ├── forms │ │ │ │ └── FormikSubmitButton.tsx │ │ │ ├── search-cards │ │ │ │ ├── SearchContributionPostCard.tsx │ │ │ │ └── base │ │ │ │ │ └── SearchBaseContributionCard.tsx │ │ │ └── withElevationOnHover.tsx │ │ ├── i18n │ │ │ ├── TranslateWithElements │ │ │ │ ├── TranslateWithElements.tsx │ │ │ │ └── index.ts │ │ │ └── ValidationMessageTranslation │ │ │ │ ├── TranslatedValidationMessageWithPayloadFactory.ts │ │ │ │ ├── ValidationMessageWithPayload.ts │ │ │ │ ├── index.ts │ │ │ │ └── useValidationMessageTranslation.ts │ │ ├── icons │ │ │ └── profileIcons.ts │ │ ├── layout │ │ │ ├── AuthPageContentContainer.tsx │ │ │ ├── EntityPageSection.ts │ │ │ └── TabDescriptionHeader │ │ │ │ └── TabDescriptionHeader.tsx │ │ ├── pagination │ │ │ ├── PageInfoFragment.graphql │ │ │ ├── TableRowLoading.tsx │ │ │ ├── useLazyLoading.tsx │ │ │ └── usePaginatedQuery.ts │ │ ├── types │ │ │ └── ActivityCalloutValues.ts │ │ └── utils │ │ │ ├── formatTimeElapsed.ts │ │ │ ├── getDepsValueFromObject.spec.ts │ │ │ ├── getDepsValueFromObject.ts │ │ │ ├── getEntityColor.ts │ │ │ ├── joinNodes.tsx │ │ │ ├── scroll │ │ │ ├── useKeepElementScroll.ts │ │ │ └── useScrollToElement.ts │ │ │ ├── useAutomaticTooltip.ts │ │ │ ├── useCombinedRefs.ts │ │ │ ├── useLoadingState.ts │ │ │ └── useLoadingStateWithHandlers.ts │ ├── space │ │ ├── about │ │ │ ├── SpaceAboutDialog.tsx │ │ │ ├── SpaceAboutPage.tsx │ │ │ ├── SpaceAboutSegment.tsx │ │ │ ├── SubspaceAboutPage.tsx │ │ │ ├── components │ │ │ │ ├── AboutDescription.tsx │ │ │ │ └── AboutHeader.tsx │ │ │ ├── graphql │ │ │ │ ├── SpaceAboutQueries.graphql │ │ │ │ └── fragments │ │ │ │ │ ├── spaceAboutCardAvatar.graphql │ │ │ │ │ ├── spaceAboutCardBanner.graphql │ │ │ │ │ ├── spaceAboutDetails.graphql │ │ │ │ │ ├── spaceAboutLight.graphql │ │ │ │ │ ├── spaceAboutMinimal.graphql │ │ │ │ │ └── spaceAboutTile.graphql │ │ │ ├── model │ │ │ │ ├── SpaceAboutTile.model.ts │ │ │ │ ├── spaceAboutFull.model.ts │ │ │ │ ├── spaceAboutLight.model.ts │ │ │ │ └── spaceAboutMinimal.model.ts │ │ │ └── util │ │ │ │ └── spaceAboutValueGetter.ts │ │ ├── common │ │ │ └── constants.ts │ │ ├── components │ │ │ ├── Activity │ │ │ │ ├── ActivityDialog.tsx │ │ │ │ └── RecentContributionsBlock.tsx │ │ │ ├── ContributeCreationBlock.tsx │ │ │ ├── ContributorsToggleDialog.tsx │ │ │ ├── CreateSpace │ │ │ │ ├── SubspaceCreationDialog │ │ │ │ │ ├── CreateSubspace.tsx │ │ │ │ │ └── CreateSubspaceForm.tsx │ │ │ │ ├── common │ │ │ │ │ ├── SpaceCreationDialog.models.ts │ │ │ │ │ └── SpaceCreationDialog.tsx │ │ │ │ ├── createSpace │ │ │ │ │ ├── CreateSpace.tsx │ │ │ │ │ ├── CreateSpaceForm.tsx │ │ │ │ │ └── spaceNameIdValidation │ │ │ │ │ │ ├── RestrictedSpaceNames.graphql │ │ │ │ │ │ └── useSpaceNameIdValidator.ts │ │ │ │ ├── hooks │ │ │ │ │ ├── spacePlans │ │ │ │ │ │ ├── PlansTable.graphql │ │ │ │ │ │ ├── usePlanAvailability.ts │ │ │ │ │ │ └── useSpacePlans.ts │ │ │ │ │ ├── useSpaceCreation │ │ │ │ │ │ ├── createSpace.graphql │ │ │ │ │ │ └── useSpaceCreation.ts │ │ │ │ │ ├── useSubspaceCreation │ │ │ │ │ │ ├── createSubspace.graphql │ │ │ │ │ │ └── useSubspaceCreation.ts │ │ │ │ │ └── useUploadVisualsOnCreate │ │ │ │ │ │ ├── profileVisuals.graphql │ │ │ │ │ │ └── useUploadVisualsOnCreate.ts │ │ │ │ └── utils.ts │ │ │ ├── ExpandableDescription.tsx │ │ │ ├── InfoColumn.tsx │ │ │ ├── SpaceAvatar.tsx │ │ │ ├── SpaceFilter.tsx │ │ │ ├── SpaceMetrics.ts │ │ │ ├── SpaceWelcomeBlock.tsx │ │ │ ├── SpaceWelcomeDialog.tsx │ │ │ ├── SubspacePageBanner │ │ │ │ ├── SubspacePageBanner.graphql │ │ │ │ └── SubspacePageBanner.tsx │ │ │ ├── SubspacesListDialog.tsx │ │ │ ├── VideoCallDialog │ │ │ │ └── VideoCallDialog.tsx │ │ │ ├── WelcomeBlock.tsx │ │ │ ├── cards │ │ │ │ ├── SpaceCard.tsx │ │ │ │ ├── SpaceCardBase.tsx │ │ │ │ ├── SpaceCardHorizontal.tsx │ │ │ │ ├── components │ │ │ │ │ ├── CardParentSpaceSegment.tsx │ │ │ │ │ ├── PageBannerCardWithVisual.tsx │ │ │ │ │ ├── SpaceCardBanner.ts │ │ │ │ │ ├── SpaceCardBannerPlaceholder.tsx │ │ │ │ │ ├── SpaceCardDescription.tsx │ │ │ │ │ ├── SpaceCardGoToButton.tsx │ │ │ │ │ ├── SpaceCardSpacing.tsx │ │ │ │ │ ├── SpaceCardTagline.tsx │ │ │ │ │ ├── SpaceCardTagsOverlay.tsx │ │ │ │ │ ├── SpaceLeads.tsx │ │ │ │ │ ├── SpacePageBannerCard.tsx │ │ │ │ │ ├── SpaceParentInfo.tsx │ │ │ │ │ ├── SpaceSubspaceCardLabel.tsx │ │ │ │ │ ├── SpaceVisibilityBanner.tsx │ │ │ │ │ └── StackedAvatar.tsx │ │ │ │ └── utils │ │ │ │ │ ├── useParentSpaceInfo.graphql │ │ │ │ │ ├── useParentSpaceInfo.ts │ │ │ │ │ └── useSubspaceCardData.ts │ │ │ ├── spaceBreadcrumbs │ │ │ │ ├── SpaceBreadcrumbs.tsx │ │ │ │ ├── spaceBreadcrumbs.graphql │ │ │ │ └── useSpaceBreadcrumbs.ts │ │ │ ├── spaceDashboardNavigation │ │ │ │ ├── SpaceDashboardNavigation.graphql │ │ │ │ ├── dashboardNavigation │ │ │ │ │ ├── DashboardNavigation.tsx │ │ │ │ │ ├── DashboardNavigationItemView.tsx │ │ │ │ │ ├── utils.test.ts │ │ │ │ │ └── utils.ts │ │ │ │ └── useSpaceDashboardNavigation.ts │ │ │ └── subspaces │ │ │ │ ├── CreateSubspaceBlock.tsx │ │ │ │ ├── DialogActionButton.tsx │ │ │ │ ├── DialogActions.tsx │ │ │ │ ├── SubmenuActionButton.tsx │ │ │ │ ├── SubspaceDialog.ts │ │ │ │ └── SubspaceView.tsx │ │ ├── constants │ │ │ └── spaceEditPaths.ts │ │ ├── context │ │ │ ├── SpaceContext.tsx │ │ │ ├── SpaceEntitlements.graphql │ │ │ ├── SubspaceContext.tsx │ │ │ └── useSpace.ts │ │ ├── graphql │ │ │ ├── SpaceCard.graphql │ │ │ ├── SpaceTemplatesQueries.graphql │ │ │ ├── SubspaceCards.graphql │ │ │ ├── fragments │ │ │ │ ├── spaceCard.graphql │ │ │ │ ├── subspaceCard.graphql │ │ │ │ └── subspacesOnSpace.graphql │ │ │ ├── mutations │ │ │ │ ├── deleteSpace.graphql │ │ │ │ └── updateSpace.graphql │ │ │ ├── queries │ │ │ │ └── Subspaces.graphql │ │ │ └── subscriptions │ │ │ │ └── subspaceCreatedSubscription.graphql │ │ ├── hooks │ │ │ ├── SpacePermissionsAndEntitlements.graphql │ │ │ ├── SpaceStorageAggregator.graphql │ │ │ ├── useSpacePermissionsAndEntitlements.ts │ │ │ ├── useSubSpace.ts │ │ │ ├── useSubSpaceCreatedSubscription.ts │ │ │ └── useVideoCall.ts │ │ ├── icons │ │ │ ├── PrivacyIcon.tsx │ │ │ ├── SpaceIconByLevel.tsx │ │ │ ├── SpaceL0Icon.tsx │ │ │ ├── SpaceL1Icon.tsx │ │ │ ├── SpaceL1Icon2.tsx │ │ │ ├── SpaceL2Icon.tsx │ │ │ └── defaultVisualUrls.ts │ │ ├── layout │ │ │ ├── SpacePageLayout.tsx │ │ │ ├── SubspaceDrawerMenu.tsx │ │ │ ├── SubspaceInfoColumn.tsx │ │ │ ├── SubspacePageLayout.tsx │ │ │ ├── flowLayout │ │ │ │ ├── Subspace.graphql │ │ │ │ └── SubspaceHomePage.tsx │ │ │ ├── tabbedLayout │ │ │ │ ├── SpaceTabProvider.tsx │ │ │ │ ├── SpaceTabProviderQueries.graphql │ │ │ │ ├── Tabs │ │ │ │ │ ├── FlowStateTabPage │ │ │ │ │ │ └── FlowStateTabPage.tsx │ │ │ │ │ ├── SpaceCommunityPage │ │ │ │ │ │ └── SpaceCommunityPage.tsx │ │ │ │ │ ├── SpaceDashboard │ │ │ │ │ │ ├── SpaceDashboard.graphql │ │ │ │ │ │ ├── SpaceDashboardPage.tsx │ │ │ │ │ │ └── SpaceDashboardView.tsx │ │ │ │ │ ├── SpaceSubspacesPage.tsx │ │ │ │ │ ├── SpaceTabs.graphql │ │ │ │ │ └── SpaceTabs.tsx │ │ │ │ ├── layout │ │ │ │ │ ├── SpacePageBanner.tsx │ │ │ │ │ ├── SpacePageLayout.tsx │ │ │ │ │ ├── SpaceVisibilityNotice.tsx │ │ │ │ │ └── useSpaceTabs.tsx │ │ │ │ ├── spaceTabQuery.model.ts │ │ │ │ └── useCurrentTabPosition.ts │ │ │ └── useSectionIndex.tsx │ │ ├── license │ │ │ └── utils.ts │ │ ├── models │ │ │ └── SpaceHostedItem.model.ts │ │ ├── pages │ │ │ ├── SpaceCalloutDialogProps.ts │ │ │ ├── SpaceCalloutPage.tsx │ │ │ └── SubspaceCalloutPage.tsx │ │ ├── routing │ │ │ ├── SpaceRoutes.tsx │ │ │ ├── SubspaceRoutes.tsx │ │ │ └── SubspaceSettingsRoute.tsx │ │ ├── settings │ │ │ ├── SpaceSettingsModel.ts │ │ │ └── useSpaceGuestContributions.ts │ │ └── utils │ │ │ └── spaceLevel.ts │ ├── spaceAdmin │ │ ├── SpaceAdminAbout │ │ │ ├── SpaceAdminAboutPage.tsx │ │ │ └── components │ │ │ │ ├── SpaceAboutForm.tsx │ │ │ │ └── SpaceAboutView.tsx │ │ ├── SpaceAdminAccount │ │ │ ├── SpaceAdminAccountPage.tsx │ │ │ ├── components │ │ │ │ └── LicenseActionBlock.tsx │ │ │ └── graphql │ │ │ │ └── SpaceAccount.graphql │ │ ├── SpaceAdminCommunication │ │ │ ├── SpaceAdminCommunicationsPage.tsx │ │ │ └── SpaceAdminCommunityUpdatesPage.tsx │ │ ├── SpaceAdminCommunity │ │ │ ├── SpaceAdminCommunityPage.tsx │ │ │ ├── components │ │ │ │ ├── CommunityApplicationDialog │ │ │ │ │ ├── CommunityApplication.graphql │ │ │ │ │ └── CommunityApplicationDialog.tsx │ │ │ │ ├── CommunityInvitationDialog │ │ │ │ │ ├── CommunityInvitation.graphql │ │ │ │ │ └── CommunityInvitationDialog.tsx │ │ │ │ ├── CommunityMemberships.tsx │ │ │ │ ├── CommunityOrganizations.tsx │ │ │ │ ├── CommunityUsers.tsx │ │ │ │ └── CommunityVirtualContributors.tsx │ │ │ ├── dialogs │ │ │ │ ├── CommunityAddMembersDialog.tsx │ │ │ │ └── CommunityMemberSettingsDialog.tsx │ │ │ └── hooks │ │ │ │ ├── AvailableVirtualContributors.graphql │ │ │ │ ├── useCommunityAdmin.ts │ │ │ │ ├── useCommunityPolicyChecker.ts │ │ │ │ └── useVirtualContributorsAdmin.ts │ │ ├── SpaceAdminLayout │ │ │ ├── SpaceAdminLayoutPage.tsx │ │ │ └── SpaceCollaborationId.graphql │ │ ├── SpaceAdminSettings │ │ │ ├── SpaceAdminSettingsPage.tsx │ │ │ ├── SpaceDefaultSettings.tsx │ │ │ ├── components │ │ │ │ ├── MemberActionsSettings.tsx │ │ │ │ ├── MembershipSettings.tsx │ │ │ │ └── VisibilitySettings.tsx │ │ │ ├── graphql │ │ │ │ ├── SpaceSettings.graphql │ │ │ │ └── UpdateSpaceSettings.graphql │ │ │ └── useSpaceSettingsUpdate.ts │ │ ├── SpaceAdminStorage │ │ │ ├── SpaceAdminStoragePage.tsx │ │ │ ├── graphql │ │ │ │ └── SpaceStorageAdminQueries.graphql │ │ │ ├── model │ │ │ │ └── StorageAdminTreeItem.tsx │ │ │ └── useStorageAdminTree.tsx │ │ ├── SpaceAdminSubspaces │ │ │ ├── SpaceAdminSubspacesPage.tsx │ │ │ └── graphql │ │ │ │ └── SpaceAdminDefaultSpaceTemplatesDetails.graphql │ │ ├── SpaceAdminTemplates │ │ │ ├── SpaceAdminTemplatesPage.tsx │ │ │ └── SpaceAdminTemplatesRoutes.tsx │ │ ├── layout │ │ │ ├── SpaceAdminLayoutSpace.tsx │ │ │ ├── SpaceAdminLayoutSubspace.tsx │ │ │ ├── SpaceAdminLayoutSwitcher.tsx │ │ │ ├── SpaceAdminTabsL0.tsx │ │ │ ├── SpaceAdminTabsL1.tsx │ │ │ └── SpaceAdminTabsL2.tsx │ │ └── routing │ │ │ ├── NonSpaceAdminRedirect.tsx │ │ │ ├── SpaceAdminRouteL0.tsx │ │ │ ├── SpaceAdminRouteL1.tsx │ │ │ ├── SpaceAdminRouteL2.tsx │ │ │ └── SpacePrivileges.graphql │ ├── storage │ │ └── StorageBucket │ │ │ ├── StorageConfig.graphql │ │ │ ├── StorageConfigContext.tsx │ │ │ └── useStorageConfig.tsx │ ├── templates-manager │ │ ├── SelectDefaultSpaceTemplate │ │ │ ├── SelectDefaultSpaceTemplateDialog.tsx │ │ │ └── SpaceContentTemplatesOnSpace.graphql │ │ └── SpaceAdminDefaultTemplates.graphql │ ├── templates │ │ ├── LibraryIcon.tsx │ │ ├── components │ │ │ ├── Dialogs │ │ │ │ ├── ApplySpaceTemplateDialog.tsx │ │ │ │ ├── CreateEditTemplateDialog │ │ │ │ │ ├── CreateEditTemplateDialogBase.tsx │ │ │ │ │ ├── CreateSpaceTemplateDialog.tsx │ │ │ │ │ ├── CreateTemplateDialog.tsx │ │ │ │ │ └── EditTemplateDialog.tsx │ │ │ │ ├── ImportTemplateDialog │ │ │ │ │ ├── ImportTemplateDialog.graphql │ │ │ │ │ ├── ImportTemplatesDialog.tsx │ │ │ │ │ └── ImportTemplatesDialogGallery.tsx │ │ │ │ └── PreviewTemplateDialog │ │ │ │ │ └── PreviewTemplateDialog.tsx │ │ │ ├── Forms │ │ │ │ ├── SpaceContentFromSpaceUrlForm.tsx │ │ │ │ ├── TemplateCalloutForm.tsx │ │ │ │ ├── TemplateCommunityGuidelinesForm.tsx │ │ │ │ ├── TemplateForm.tsx │ │ │ │ ├── TemplateFormBase.tsx │ │ │ │ ├── TemplatePostForm.tsx │ │ │ │ ├── TemplateSpaceForm.tsx │ │ │ │ ├── TemplateWhiteboardForm.tsx │ │ │ │ └── common │ │ │ │ │ └── mappings.ts │ │ │ ├── Previews │ │ │ │ ├── TemplateContentCalloutPreview.tsx │ │ │ │ ├── TemplateContentCommunityGuidelinesPreview.tsx │ │ │ │ ├── TemplateContentPostPreview.tsx │ │ │ │ ├── TemplateContentPreview.tsx │ │ │ │ ├── TemplateContentSpacePreview.tsx │ │ │ │ └── TemplateContentWhiteboardPreview.tsx │ │ │ ├── TemplateSelectors │ │ │ │ ├── PostTemplateSelector.tsx │ │ │ │ ├── SpaceTemplateSelector.tsx │ │ │ │ └── WhiteboardTemplateSelector.tsx │ │ │ ├── TemplatesAdmin │ │ │ │ ├── AllTemplatesInTemplatesSet.graphql │ │ │ │ └── TemplatesAdmin.tsx │ │ │ ├── TemplatesGallery │ │ │ │ └── TemplatesGallery.tsx │ │ │ ├── WhiteboardDialog │ │ │ │ └── WhiteboardDialogTemplatesLibrary.tsx │ │ │ └── cards │ │ │ │ ├── CalloutTemplateCard.tsx │ │ │ │ ├── CommunityGuidelinesTemplateCard.tsx │ │ │ │ ├── PostTemplateCard.tsx │ │ │ │ ├── SpaceTemplateCard.tsx │ │ │ │ ├── TemplateCard.tsx │ │ │ │ └── WhiteboardTemplateCard.tsx │ │ ├── contentSpace │ │ │ └── model │ │ │ │ └── TemplateContentSpaceModel.tsx │ │ ├── graphql │ │ │ ├── TemplateCardProfileInfoFragment.graphql │ │ │ ├── TemplateContent.graphql │ │ │ ├── TemplateFragments.graphql │ │ │ ├── TemplateMutations.graphql │ │ │ ├── TemplateName.graphql │ │ │ ├── TemplatesManagerMutations.graphql │ │ │ └── TemplatesSetFragments.graphql │ │ ├── hooks │ │ │ ├── useCreateCalloutTemplate.ts │ │ │ └── useCreateInputFromTemplate.ts │ │ ├── models │ │ │ ├── CalloutTemplate.tsx │ │ │ ├── CommunityGuidelinesTemplate.tsx │ │ │ ├── PostTemplate.ts │ │ │ ├── SpaceTemplate.ts │ │ │ ├── TemplateBase.ts │ │ │ ├── WhiteboardTemplate.ts │ │ │ └── common.ts │ │ ├── readme.md │ │ └── utils │ │ │ └── useHandlePreviewImages.ts │ └── timeline │ │ └── calendar │ │ ├── CalendarDialog.tsx │ │ ├── CalendarEventDetailContainer.tsx │ │ ├── CalendarEventsContainer.tsx │ │ ├── calendarQueries.graphql │ │ ├── components │ │ ├── CalendarStyles.ts │ │ └── FullCalendar.tsx │ │ ├── icons │ │ ├── CalendarIcon.tsx │ │ ├── ClockIcon.tsx │ │ └── LocationIcon.tsx │ │ └── views │ │ ├── CalendarEventBadge.tsx │ │ ├── CalendarEventCard.tsx │ │ ├── CalendarEventDetail.tsx │ │ ├── CalendarEventDetailView.tsx │ │ ├── CalendarEventForm.tsx │ │ ├── CalendarEventView.tsx │ │ ├── CalendarEventsList.tsx │ │ ├── EventCardHeader.tsx │ │ ├── EventForm │ │ ├── EventForm.model.ts │ │ └── EventForm.tsx │ │ └── useCalendarEvent.ts ├── index.tsx ├── main │ ├── admin │ │ ├── AdminBreadcrumbs.tsx │ │ ├── NonAdminRedirect.tsx │ │ ├── NonPlatformAdminRedirect.tsx │ │ ├── authorizationPolicies │ │ │ ├── AuthorizationPoliciesPage.tsx │ │ │ ├── AuthorizationPolicy.graphql │ │ │ ├── AuthorizationPrivilegesForUser.graphql │ │ │ └── AuthorizationPrivilegesForUser.tsx │ │ └── users │ │ │ └── adminUsers │ │ │ └── AdminUsersPage.tsx │ ├── constants │ │ ├── endpoints.ts │ │ └── errors.ts │ ├── cookies │ │ ├── CookieConsent.tsx │ │ ├── CookieSettings.tsx │ │ ├── GeneralConsent.tsx │ │ ├── components │ │ │ ├── ConsentContainer.tsx │ │ │ └── TextContainer.tsx │ │ └── useAlkemioCookies.ts │ ├── documentation │ │ ├── DocumentationPage.tsx │ │ ├── RedirectDocumentation.tsx │ │ └── documentation.md │ ├── env.ts │ ├── guidance │ │ └── chatWidget │ │ │ ├── ChatWidget.tsx │ │ │ ├── ChatWidgetFooter.tsx │ │ │ ├── ChatWidgetHelpDialog.tsx │ │ │ ├── ChatWidgetInner.tsx │ │ │ ├── ChatWidgetMutations.graphql │ │ │ ├── ChatWidgetNewThreadButton.tsx │ │ │ ├── ChatWidgetQueries.graphql │ │ │ ├── ChatWidgetStyles.tsx │ │ │ ├── ChatWidgetTitle.tsx │ │ │ ├── controls │ │ │ ├── Widget.tsx │ │ │ ├── WidgetLayout.tsx │ │ │ ├── assets │ │ │ │ ├── FEA_open_source_sm.png │ │ │ │ ├── chat-demonstration.gif │ │ │ │ ├── clear-button.svg │ │ │ │ ├── close.svg │ │ │ │ ├── icon-smiley.svg │ │ │ │ ├── launcher_button.svg │ │ │ │ ├── minus.svg │ │ │ │ ├── plus.svg │ │ │ │ ├── send_button.svg │ │ │ │ ├── zoom-in.svg │ │ │ │ └── zoom-out.svg │ │ │ ├── components │ │ │ │ ├── Conversation │ │ │ │ │ ├── Conversation.tsx │ │ │ │ │ └── components │ │ │ │ │ │ ├── Header.tsx │ │ │ │ │ │ ├── Messages │ │ │ │ │ │ ├── Messages.tsx │ │ │ │ │ │ └── components │ │ │ │ │ │ │ ├── Loader.tsx │ │ │ │ │ │ │ └── Message.tsx │ │ │ │ │ │ └── Sender.tsx │ │ │ │ ├── FullScreenPreview │ │ │ │ │ ├── FullScreenPreview.tsx │ │ │ │ │ ├── usePortal.ts │ │ │ │ │ └── usePreview.ts │ │ │ │ └── Launcher │ │ │ │ │ ├── Launcher.tsx │ │ │ │ │ ├── LauncherStyles.ts │ │ │ │ │ └── components │ │ │ │ │ └── Badge.tsx │ │ │ ├── context │ │ │ │ ├── ChatBehaviorContext.tsx │ │ │ │ ├── FullscreenPreviewContext.tsx │ │ │ │ ├── MessagesContext.tsx │ │ │ │ ├── index.ts │ │ │ │ └── types.ts │ │ │ └── utils.ts │ │ │ └── useChatGuidanceCommunication.ts │ ├── inAppNotifications │ │ ├── InAppNotificationItem.tsx │ │ ├── InAppNotificationsContext.tsx │ │ ├── InAppNotificationsDialog.tsx │ │ ├── InAppNotificationsFilterChips.tsx │ │ ├── InAppNotificationsList.tsx │ │ ├── graphql │ │ │ ├── InAppNotificationCountSub.graphql │ │ │ ├── InAppNotificationReceived.graphql │ │ │ ├── InAppNotifications.graphql │ │ │ ├── InAppNotificationsFragments.graphql │ │ │ └── InAppNotificationsUnreadCount.graphql │ │ ├── inAppNotificationCountSubscriber.ts │ │ ├── inAppNotificationSubscriber.ts │ │ ├── inAppNotificationsDocs.md │ │ ├── model │ │ │ ├── InAppNotificationModel.tsx │ │ │ ├── InAppNotificationPayloadModel.tsx │ │ │ └── InAppNotificationPayloadSpaceCollaborationCalloutModel.tsx │ │ ├── notificationFilters.ts │ │ ├── useInAppNotifications.ts │ │ ├── util │ │ │ ├── mapInAppNotificationPayloadSpaceCollaborationCalloutToModel.ts │ │ │ └── mapInAppNotificationToModel.ts │ │ └── views │ │ │ ├── InAppNotificationBaseView.tsx │ │ │ ├── organization │ │ │ ├── InAppOrganizationAdminMentionedView.tsx │ │ │ ├── InAppOrganizationAdminMessageView.tsx │ │ │ └── InAppOrganizationMessageSenderView.tsx │ │ │ ├── platform │ │ │ ├── InAppPlatformAdminGlobalRoleChangedView.tsx │ │ │ ├── InAppPlatformAdminSpaceCreatedView.tsx │ │ │ ├── InAppPlatformAdminUserProfileCreatedView.tsx │ │ │ ├── InAppPlatformAdminUserProfileRemovedView.tsx │ │ │ ├── InAppPlatformForumDiscussionCommentView.tsx │ │ │ └── InAppPlatformForumDiscussionCreatedView.tsx │ │ │ ├── space │ │ │ ├── InAppSpaceAdminCollaborationCalloutContributionView.tsx │ │ │ ├── InAppSpaceAdminCommunityApplicationView.tsx │ │ │ ├── InAppSpaceAdminCommunityNewMemberView.tsx │ │ │ ├── InAppSpaceCollaborationCalloutCommentView.tsx │ │ │ ├── InAppSpaceCollaborationCalloutContributionView.tsx │ │ │ ├── InAppSpaceCollaborationCalloutPostContributionCommentView.tsx │ │ │ ├── InAppSpaceCollaborationCalloutPublishedView.tsx │ │ │ ├── InAppSpaceCommunicationUpdateView.tsx │ │ │ ├── InAppSpaceCommunityCalendarEventCommentView.tsx │ │ │ ├── InAppSpaceCommunityCalendarEventCreatedView.tsx │ │ │ ├── InAppSpaceCommunityInvitationUserPlatformView.tsx │ │ │ └── InAppSpaceLeadCommunicationMessageView.tsx │ │ │ ├── user │ │ │ ├── InAppUserCommentReplyView.tsx │ │ │ ├── InAppUserMentionView.tsx │ │ │ ├── InAppUserMessageSenderView.tsx │ │ │ ├── InAppUserMessageView.tsx │ │ │ ├── InAppUserSignUpWelcomeView.tsx │ │ │ ├── InAppUserSpaceCommunityApplicationDeclined.tsx │ │ │ ├── InAppUserSpaceCommunityInvitationView.tsx │ │ │ └── InAppUserSpaceCommunityJoinedView.tsx │ │ │ └── virtualContributor │ │ │ ├── InAppVirtualContributorAdminSpaceCommunityInvitationDeclinedView.tsx │ │ │ └── InAppVirtualContributorAdminSpaceCommunityInvitationView.tsx │ ├── landing │ │ └── useLandingUrl.ts │ ├── public │ │ └── whiteboard │ │ │ ├── JoinWhiteboardDialog.tsx │ │ │ ├── PublicWhiteboardError.tsx │ │ │ ├── PublicWhiteboardLayout.tsx │ │ │ └── PublicWhiteboardPage.tsx │ ├── routing │ │ ├── TopLevelRoutePath.ts │ │ ├── TopLevelRoutes.tsx │ │ ├── urlBuilders.ts │ │ ├── urlParams.ts │ │ └── urlResolver │ │ │ ├── UrlResolverProvider.tsx │ │ │ ├── UrlResolvers.graphql │ │ │ └── useUrlResolver.ts │ ├── search │ │ ├── EntityFilter.tsx │ │ ├── Filter.ts │ │ ├── SearchDialog.tsx │ │ ├── SearchQueries.graphql │ │ ├── SearchResultSection.tsx │ │ ├── SearchScopeDetailsSpace.graphql │ │ ├── SearchView.tsx │ │ ├── constants.ts │ │ ├── searchResults │ │ │ ├── SearchResultPostChooser.tsx │ │ │ ├── searchResultsCallout │ │ │ │ ├── SearchResultsCalloutCard.tsx │ │ │ │ └── SearchResultsCalloutCardFooter.tsx │ │ │ └── useHydratedCard.tsx │ │ └── useSearchTerms.ts │ ├── test │ │ └── testUtils.tsx │ ├── topLevelPages │ │ ├── Home │ │ │ ├── HomePage.tsx │ │ │ └── HomePageLayout.tsx │ │ ├── InnovationLibraryPage │ │ │ ├── InnovationLibraryIcon.ts │ │ │ ├── InnovationLibraryPage.graphql │ │ │ └── InnovationLibraryPage.tsx │ │ ├── myDashboard │ │ │ ├── Campaigns │ │ │ │ ├── CampaignBlock.graphql │ │ │ │ ├── CampaignBlock.tsx │ │ │ │ └── CampaignBlockCreateVC.tsx │ │ │ ├── DashboardContext.tsx │ │ │ ├── DashboardDialogs │ │ │ │ ├── DashboardDialogs.tsx │ │ │ │ └── DashboardDialogsProps.ts │ │ │ ├── DashboardMenu │ │ │ │ ├── DashboardMenu.tsx │ │ │ │ ├── dashboardMenuTypes.ts │ │ │ │ └── useHomeMenuItems.ts │ │ │ ├── DashboardWithMemberships │ │ │ │ ├── DashboardActivity.tsx │ │ │ │ ├── DashboardSpaces │ │ │ │ │ ├── DashboardSpaces.tsx │ │ │ │ │ └── useDashboardSpaces.ts │ │ │ │ └── DashboardWithMemberships.graphql │ │ │ ├── ExploreSpaces │ │ │ │ ├── ExploreSpaces.graphql │ │ │ │ ├── ExploreSpaces.tsx │ │ │ │ ├── ExploreSpacesContainer.tsx │ │ │ │ ├── ExploreSpacesTypes.ts │ │ │ │ └── ExploreSpacesView.tsx │ │ │ ├── InvitationsBlock │ │ │ │ ├── InvitationsBlock.tsx │ │ │ │ └── PendingInvitations.graphql │ │ │ ├── MyDashboard.tsx │ │ │ ├── MyDashboardUnauthenticated.tsx │ │ │ ├── MyDashboardWithMemberships.tsx │ │ │ ├── MyDashboardWithoutMemberships.tsx │ │ │ ├── dashboardUtil.ts │ │ │ ├── latestContributions │ │ │ │ ├── LatestContributions.graphql │ │ │ │ ├── LatestContributions.tsx │ │ │ │ ├── LatestContributionsGrouped.graphql │ │ │ │ ├── LatestContributionsProps.ts │ │ │ │ ├── LatestContributionsSpacesFlat.graphql │ │ │ │ └── myLatestContributions │ │ │ │ │ └── MyLatestContributions.tsx │ │ │ ├── myMemberships │ │ │ │ ├── ExpandableSpaceTree.tsx │ │ │ │ ├── MyMemberships.graphql │ │ │ │ ├── MyMembershipsDialog.model.ts │ │ │ │ └── MyMembershipsDialog.tsx │ │ │ ├── myResources │ │ │ │ ├── MyResources.graphql │ │ │ │ └── MyResources.tsx │ │ │ ├── newVirtualContributorWizard │ │ │ │ ├── AddContent │ │ │ │ │ ├── AddContent.tsx │ │ │ │ │ ├── AddContentForm.tsx │ │ │ │ │ ├── AddContentProps.ts │ │ │ │ │ ├── DocumentItem.tsx │ │ │ │ │ └── PostItem.tsx │ │ │ │ ├── CancelDialog.tsx │ │ │ │ ├── ChooseCommunity.tsx │ │ │ │ ├── CreateExternalAIDialog.tsx │ │ │ │ ├── CreateNewVirtualContributor.tsx │ │ │ │ ├── CreateVirtualContributorOnAccount.graphql │ │ │ │ ├── ExistingSpace.tsx │ │ │ │ ├── ExternalAIComingSoonDialog.tsx │ │ │ │ ├── LoadingState.tsx │ │ │ │ ├── TryVC │ │ │ │ │ ├── TryVcInfo.tsx │ │ │ │ │ ├── TryVirtualContributorDialog.tsx │ │ │ │ │ └── utils.ts │ │ │ │ ├── newVirtualContributorQueries.graphql │ │ │ │ ├── useVirtualContributorWizard.tsx │ │ │ │ └── virtualContributorProps.ts │ │ │ ├── recentSpaces │ │ │ │ ├── RecentSpaces.graphql │ │ │ │ └── RecentSpacesList.tsx │ │ │ ├── releaseNotesBanner │ │ │ │ ├── ReleaseNotesBanner.md │ │ │ │ └── ReleaseNotesBanner.tsx │ │ │ ├── tipsAndTricks │ │ │ │ └── TipsAndTricks.tsx │ │ │ ├── useCreateSpaceLink │ │ │ │ └── useCreateSpaceLink.tsx │ │ │ ├── useMyDashboardDialogs.tsx │ │ │ └── useSpaceCardLayout.ts │ │ ├── pageBannerCard │ │ │ └── PageBannerCard.tsx │ │ ├── topLevelPageBreadcrumbs │ │ │ └── TopLevelPageBreadcrumbs.tsx │ │ └── topLevelSpaces │ │ │ ├── SpaceExplorerContainer.tsx │ │ │ ├── SpaceExplorerPage.tsx │ │ │ ├── SpaceExplorerQueries.graphql │ │ │ └── SpaceExplorerView.tsx │ ├── ui │ │ ├── breadcrumbs │ │ │ └── BreadcrumbsRootItem.tsx │ │ ├── helpButton │ │ │ └── PlatformHelpButton.tsx │ │ ├── layout │ │ │ ├── TopLevelLayout.tsx │ │ │ ├── topBar │ │ │ │ ├── LogoComponent.tsx │ │ │ │ └── SearchBar.tsx │ │ │ ├── topLevelPageLayout │ │ │ │ ├── TopLevelPageBanner.tsx │ │ │ │ └── TopLevelPageLayout.tsx │ │ │ └── topLevelWrappers │ │ │ │ └── App.tsx │ │ ├── logo │ │ │ ├── logo.svg │ │ │ ├── logoPreview.svg │ │ │ └── logoSmall.svg │ │ ├── platformFooter │ │ │ ├── FooterLogo.tsx │ │ │ └── PlatformFooter.tsx │ │ ├── platformNavigation │ │ │ ├── PageBannerWatermark.tsx │ │ │ ├── PlatformNavigationBar.tsx │ │ │ ├── PlatformNavigationMenuButton.tsx │ │ │ ├── PlatformNavigationUncollapse.tsx │ │ │ ├── PlatformNavigationUserAvatar.tsx │ │ │ ├── PlatformNavigationUserMenu.tsx │ │ │ ├── PlatformNotificationsButton.tsx │ │ │ ├── constants.ts │ │ │ └── platformNavigationMenu │ │ │ │ ├── StandalonePlatformNavigationMenu.tsx │ │ │ │ ├── UserMenuPlatformNavigationSegment.tsx │ │ │ │ └── menuItems.ts │ │ ├── platformSearch │ │ │ └── PlatformSearch.tsx │ │ └── poweredBy │ │ │ └── PoweredBy.tsx │ ├── userMessaging │ │ ├── NewMessageDialog.tsx │ │ ├── UserMessagingButton.tsx │ │ ├── UserMessagingChatList.tsx │ │ ├── UserMessagingContext.tsx │ │ ├── UserMessagingConversationView.tsx │ │ ├── UserMessagingDialog.tsx │ │ ├── graphql │ │ │ ├── CreateConversation.graphql │ │ │ └── UserConversations.graphql │ │ └── useUserConversations.ts │ └── versionHandling.tsx ├── root.tsx ├── serviceWorker.ts └── setupTests.ts ├── tsconfig.json ├── vite.config.mjs └── vite.sentry.config.mjs /.build/.nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.build/.nginx/nginx.conf -------------------------------------------------------------------------------- /.build/docker/env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.build/docker/env.sh -------------------------------------------------------------------------------- /.coderabbit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.coderabbit.yaml -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.editorconfig -------------------------------------------------------------------------------- /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.env -------------------------------------------------------------------------------- /.env.docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.env.docker -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/epic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/ISSUE_TEMPLATE/epic.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/user_story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/ISSUE_TEMPLATE/user_story.md -------------------------------------------------------------------------------- /.github/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/config.yml -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/instructions/sonarqube_mcp.instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/instructions/sonarqube_mcp.instructions.md -------------------------------------------------------------------------------- /.github/prompts/speckit.analyze.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.analyze.prompt.md -------------------------------------------------------------------------------- /.github/prompts/speckit.checklist.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.checklist.prompt.md -------------------------------------------------------------------------------- /.github/prompts/speckit.clarify.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.clarify.prompt.md -------------------------------------------------------------------------------- /.github/prompts/speckit.constitution.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.constitution.prompt.md -------------------------------------------------------------------------------- /.github/prompts/speckit.implement.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.implement.prompt.md -------------------------------------------------------------------------------- /.github/prompts/speckit.plan.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.plan.prompt.md -------------------------------------------------------------------------------- /.github/prompts/speckit.specify.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.specify.prompt.md -------------------------------------------------------------------------------- /.github/prompts/speckit.tasks.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/prompts/speckit.tasks.prompt.md -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /.github/workflows/build-deploy-k8s-dev-hetzner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/workflows/build-deploy-k8s-dev-hetzner.yml -------------------------------------------------------------------------------- /.github/workflows/build-deploy-k8s-sandbox-hetzner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/workflows/build-deploy-k8s-sandbox-hetzner.yml -------------------------------------------------------------------------------- /.github/workflows/build-deploy-k8s-test-hetzner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/workflows/build-deploy-k8s-test-hetzner.yml -------------------------------------------------------------------------------- /.github/workflows/build-release-docker-hub.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.github/workflows/build-release-docker-hub.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.gitignore -------------------------------------------------------------------------------- /.graphqlrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.graphqlrc.json -------------------------------------------------------------------------------- /.lintstagedrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.lintstagedrc.json -------------------------------------------------------------------------------- /.pnpmrc: -------------------------------------------------------------------------------- 1 | engine-strict=true -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.prettierrc.yml -------------------------------------------------------------------------------- /.scripts/fix-dev-vite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.scripts/fix-dev-vite.sh -------------------------------------------------------------------------------- /.scripts/schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.scripts/schema.sql -------------------------------------------------------------------------------- /.specify/memory/constitution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/memory/constitution.md -------------------------------------------------------------------------------- /.specify/scripts/bash/check-prerequisites.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/scripts/bash/check-prerequisites.sh -------------------------------------------------------------------------------- /.specify/scripts/bash/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/scripts/bash/common.sh -------------------------------------------------------------------------------- /.specify/scripts/bash/create-new-feature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/scripts/bash/create-new-feature.sh -------------------------------------------------------------------------------- /.specify/scripts/bash/setup-plan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/scripts/bash/setup-plan.sh -------------------------------------------------------------------------------- /.specify/scripts/bash/update-agent-context.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/scripts/bash/update-agent-context.sh -------------------------------------------------------------------------------- /.specify/templates/agent-file-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/templates/agent-file-template.md -------------------------------------------------------------------------------- /.specify/templates/checklist-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/templates/checklist-template.md -------------------------------------------------------------------------------- /.specify/templates/plan-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/templates/plan-template.md -------------------------------------------------------------------------------- /.specify/templates/spec-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/templates/spec-template.md -------------------------------------------------------------------------------- /.specify/templates/tasks-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.specify/templates/tasks-template.md -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.travis.yml -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/mcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.vscode/mcp.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /@types/@elastic/apm-rum/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/@types/@elastic/apm-rum/index.d.ts -------------------------------------------------------------------------------- /@types/i18next.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/@types/i18next.d.ts -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/README.md -------------------------------------------------------------------------------- /agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/agents.md -------------------------------------------------------------------------------- /codegen.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/codegen.yml -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/crowdin.yml -------------------------------------------------------------------------------- /docs/code-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/code-guidelines.md -------------------------------------------------------------------------------- /docs/context-segment-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/context-segment-architecture.svg -------------------------------------------------------------------------------- /docs/development-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/development-setup.md -------------------------------------------------------------------------------- /docs/features/vcStore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/features/vcStore.md -------------------------------------------------------------------------------- /docs/search-cards-architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/search-cards-architecture.svg -------------------------------------------------------------------------------- /docs/service-worker-version-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/service-worker-version-handling.md -------------------------------------------------------------------------------- /docs/svg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/svg.md -------------------------------------------------------------------------------- /docs/target-development-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/target-development-setup.md -------------------------------------------------------------------------------- /docs/wysiwyg-markdown-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/docs/wysiwyg-markdown-editor.md -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/index.html -------------------------------------------------------------------------------- /manifests/25-web-deployment-dev.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/manifests/25-web-deployment-dev.yaml -------------------------------------------------------------------------------- /manifests/26-web-deployment-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/manifests/26-web-deployment-test.yaml -------------------------------------------------------------------------------- /manifests/30-web-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/manifests/30-web-service.yaml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /public/404.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/404.svg -------------------------------------------------------------------------------- /public/alkemio-banner-ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/alkemio-banner-ukraine.png -------------------------------------------------------------------------------- /public/alkemio-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/alkemio-banner.jpg -------------------------------------------------------------------------------- /public/alkemio-banner/alkemio-banner-xl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/alkemio-banner/alkemio-banner-xl.png -------------------------------------------------------------------------------- /public/alkemio-banner/global-banner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/alkemio-banner/global-banner.svg -------------------------------------------------------------------------------- /public/alkemio-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/alkemio-logo.svg -------------------------------------------------------------------------------- /public/alkemio-og.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/alkemio-og.png -------------------------------------------------------------------------------- /public/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/android-chrome-192x192.png -------------------------------------------------------------------------------- /public/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/android-chrome-512x512.png -------------------------------------------------------------------------------- /public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/apple-touch-icon.png -------------------------------------------------------------------------------- /public/browser-test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/browser-test.html -------------------------------------------------------------------------------- /public/contributors/users-grayed-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/contributors/users-grayed-home.png -------------------------------------------------------------------------------- /public/contributors/users-grayed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/contributors/users-grayed.png -------------------------------------------------------------------------------- /public/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/favicon-16x16.png -------------------------------------------------------------------------------- /public/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/favicon-32x32.png -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/logo-preview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/logo-preview.svg -------------------------------------------------------------------------------- /public/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/logo-white.png -------------------------------------------------------------------------------- /public/logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/logo-white.svg -------------------------------------------------------------------------------- /public/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/logo.png -------------------------------------------------------------------------------- /public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/logo192.png -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/manifest.json -------------------------------------------------------------------------------- /public/my-dashboard/tipsntricks-concepts.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/my-dashboard/tipsntricks-concepts.webp -------------------------------------------------------------------------------- /public/my-dashboard/tipsntricks-faq.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/my-dashboard/tipsntricks-faq.webp -------------------------------------------------------------------------------- /public/my-dashboard/tipsntricks-genai.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/my-dashboard/tipsntricks-genai.webp -------------------------------------------------------------------------------- /public/my-dashboard/tipsntricks-space.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/my-dashboard/tipsntricks-space.webp -------------------------------------------------------------------------------- /public/my-dashboard/tipsntricks-welcome.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/my-dashboard/tipsntricks-welcome.webp -------------------------------------------------------------------------------- /public/required.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/required.svg -------------------------------------------------------------------------------- /public/service-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/service-worker.js -------------------------------------------------------------------------------- /public/share-dialog/alkemio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/share-dialog/alkemio.png -------------------------------------------------------------------------------- /public/side-note-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/side-note-icon.png -------------------------------------------------------------------------------- /public/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/public/site.webmanifest -------------------------------------------------------------------------------- /specs/001-002-whiteboard-public-share/data-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-002-whiteboard-public-share/data-model.md -------------------------------------------------------------------------------- /specs/001-002-whiteboard-public-share/plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-002-whiteboard-public-share/plan.md -------------------------------------------------------------------------------- /specs/001-002-whiteboard-public-share/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-002-whiteboard-public-share/quickstart.md -------------------------------------------------------------------------------- /specs/001-002-whiteboard-public-share/requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-002-whiteboard-public-share/requirements.md -------------------------------------------------------------------------------- /specs/001-002-whiteboard-public-share/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-002-whiteboard-public-share/research.md -------------------------------------------------------------------------------- /specs/001-002-whiteboard-public-share/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-002-whiteboard-public-share/spec.md -------------------------------------------------------------------------------- /specs/001-002-whiteboard-public-share/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-002-whiteboard-public-share/tasks.md -------------------------------------------------------------------------------- /specs/001-guest-access-toggle/data-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-access-toggle/data-model.md -------------------------------------------------------------------------------- /specs/001-guest-access-toggle/plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-access-toggle/plan.md -------------------------------------------------------------------------------- /specs/001-guest-access-toggle/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-access-toggle/quickstart.md -------------------------------------------------------------------------------- /specs/001-guest-access-toggle/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-access-toggle/research.md -------------------------------------------------------------------------------- /specs/001-guest-access-toggle/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-access-toggle/spec.md -------------------------------------------------------------------------------- /specs/001-guest-access-toggle/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-access-toggle/tasks.md -------------------------------------------------------------------------------- /specs/001-guest-whiteboard-contributions/data-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-whiteboard-contributions/data-model.md -------------------------------------------------------------------------------- /specs/001-guest-whiteboard-contributions/plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-whiteboard-contributions/plan.md -------------------------------------------------------------------------------- /specs/001-guest-whiteboard-contributions/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-whiteboard-contributions/quickstart.md -------------------------------------------------------------------------------- /specs/001-guest-whiteboard-contributions/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-whiteboard-contributions/research.md -------------------------------------------------------------------------------- /specs/001-guest-whiteboard-contributions/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-whiteboard-contributions/spec.md -------------------------------------------------------------------------------- /specs/001-guest-whiteboard-contributions/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/001-guest-whiteboard-contributions/tasks.md -------------------------------------------------------------------------------- /specs/002-guest-whiteboard-access/data-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-guest-whiteboard-access/data-model.md -------------------------------------------------------------------------------- /specs/002-guest-whiteboard-access/plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-guest-whiteboard-access/plan.md -------------------------------------------------------------------------------- /specs/002-guest-whiteboard-access/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-guest-whiteboard-access/quickstart.md -------------------------------------------------------------------------------- /specs/002-guest-whiteboard-access/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-guest-whiteboard-access/research.md -------------------------------------------------------------------------------- /specs/002-guest-whiteboard-access/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-guest-whiteboard-access/spec.md -------------------------------------------------------------------------------- /specs/002-guest-whiteboard-access/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-guest-whiteboard-access/tasks.md -------------------------------------------------------------------------------- /specs/002-tag-cloud/checklists/requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-tag-cloud/checklists/requirements.md -------------------------------------------------------------------------------- /specs/002-tag-cloud/data-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-tag-cloud/data-model.md -------------------------------------------------------------------------------- /specs/002-tag-cloud/plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-tag-cloud/plan.md -------------------------------------------------------------------------------- /specs/002-tag-cloud/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-tag-cloud/quickstart.md -------------------------------------------------------------------------------- /specs/002-tag-cloud/research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-tag-cloud/research.md -------------------------------------------------------------------------------- /specs/002-tag-cloud/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-tag-cloud/spec.md -------------------------------------------------------------------------------- /specs/002-tag-cloud/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/specs/002-tag-cloud/tasks.md -------------------------------------------------------------------------------- /src/core/40XErrorHandler/40XErrors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/40XErrorHandler/40XErrors.ts -------------------------------------------------------------------------------- /src/core/40XErrorHandler/ErrorBoundary.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/40XErrorHandler/ErrorBoundary.tsx -------------------------------------------------------------------------------- /src/core/40XErrorHandler/RedirectToAncestorDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/40XErrorHandler/RedirectToAncestorDialog.tsx -------------------------------------------------------------------------------- /src/core/analytics/SentryErrorBoundaryProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/SentryErrorBoundaryProvider.tsx -------------------------------------------------------------------------------- /src/core/analytics/SentryTransactionScopeContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/SentryTransactionScopeContext.tsx -------------------------------------------------------------------------------- /src/core/analytics/apm/context/ApmProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/apm/context/ApmProvider.tsx -------------------------------------------------------------------------------- /src/core/analytics/apm/context/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/apm/context/index.ts -------------------------------------------------------------------------------- /src/core/analytics/apm/context/useApm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/apm/context/useApm.ts -------------------------------------------------------------------------------- /src/core/analytics/apm/useApmInit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/apm/useApmInit.ts -------------------------------------------------------------------------------- /src/core/analytics/events/collaborationGuestAccess.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/events/collaborationGuestAccess.ts -------------------------------------------------------------------------------- /src/core/analytics/geo/UserGeoProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/geo/UserGeoProvider.tsx -------------------------------------------------------------------------------- /src/core/analytics/geo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/geo/index.ts -------------------------------------------------------------------------------- /src/core/analytics/geo/useUserGeo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/analytics/geo/useUserGeo.ts -------------------------------------------------------------------------------- /src/core/apollo/config/paginationPolicy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/config/paginationPolicy.ts -------------------------------------------------------------------------------- /src/core/apollo/config/typePolicies.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/config/typePolicies.ts -------------------------------------------------------------------------------- /src/core/apollo/context/ApolloProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/context/ApolloProvider.tsx -------------------------------------------------------------------------------- /src/core/apollo/generated/apollo-helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/generated/apollo-helpers.ts -------------------------------------------------------------------------------- /src/core/apollo/generated/apollo-hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/generated/apollo-hooks.ts -------------------------------------------------------------------------------- /src/core/apollo/generated/graphql-schema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/generated/graphql-schema.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/consoleLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/consoleLink.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/guestHeaderLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/guestHeaderLink.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/httpLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/httpLink.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/index.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/omitTypenameLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/omitTypenameLink.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/redirectLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/redirectLink.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/retryLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/retryLink.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/useErrorHandlerLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/useErrorHandlerLink.ts -------------------------------------------------------------------------------- /src/core/apollo/graphqlLinks/useErrorLoggerLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/graphqlLinks/useErrorLoggerLink.ts -------------------------------------------------------------------------------- /src/core/apollo/hooks/useApolloErrorHandler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/hooks/useApolloErrorHandler.ts -------------------------------------------------------------------------------- /src/core/apollo/hooks/useGraphQLClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/hooks/useGraphQLClient.ts -------------------------------------------------------------------------------- /src/core/apollo/subscriptions/useSubscribeToMore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/subscriptions/useSubscribeToMore.ts -------------------------------------------------------------------------------- /src/core/apollo/utils/clearCacheForQuery.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/utils/clearCacheForQuery.spec.ts -------------------------------------------------------------------------------- /src/core/apollo/utils/clearCacheForQuery.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/utils/clearCacheForQuery.ts -------------------------------------------------------------------------------- /src/core/apollo/utils/clearCacheForType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/utils/clearCacheForType.ts -------------------------------------------------------------------------------- /src/core/apollo/utils/removeFromCache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/apollo/utils/removeFromCache.ts -------------------------------------------------------------------------------- /src/core/auth/authentication/AuthenticationLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/AuthenticationLayout.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/components/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/components/Button.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/components/KratosUI.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/components/KratosUI.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/hooks/useKratosClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/hooks/useKratosClient.ts -------------------------------------------------------------------------------- /src/core/auth/authentication/hooks/useKratosFlow.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/hooks/useKratosFlow.ts -------------------------------------------------------------------------------- /src/core/auth/authentication/hooks/useLogoutUrl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/hooks/useLogoutUrl.ts -------------------------------------------------------------------------------- /src/core/auth/authentication/hooks/useWhoami.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/hooks/useWhoami.ts -------------------------------------------------------------------------------- /src/core/auth/authentication/pages/AcceptTerms.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/pages/AcceptTerms.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/pages/LoginPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/pages/LoginPage.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/pages/LogoutPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/pages/LogoutPage.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/pages/RecoveryPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/pages/RecoveryPage.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/pages/SettingsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/pages/SettingsPage.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/pages/SignUp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/pages/SignUp.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/routing/ErrorRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/routing/ErrorRoute.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/routing/IdentityRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/routing/IdentityRoute.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/routing/LoginRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/routing/LoginRoute.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/routing/LogoutRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/routing/LogoutRoute.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/routing/RecoveryRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/routing/RecoveryRoute.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/routing/SettingsRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/routing/SettingsRoute.tsx -------------------------------------------------------------------------------- /src/core/auth/authentication/routing/VerifyRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/auth/authentication/routing/VerifyRoute.tsx -------------------------------------------------------------------------------- /src/core/container/ComponentOrChildrenFn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/container/ComponentOrChildrenFn.tsx -------------------------------------------------------------------------------- /src/core/container/SimpleContainer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/container/SimpleContainer.ts -------------------------------------------------------------------------------- /src/core/help/dialog/HelpDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/help/dialog/HelpDialog.tsx -------------------------------------------------------------------------------- /src/core/http/queryRequest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/http/queryRequest.ts -------------------------------------------------------------------------------- /src/core/i18n/ach/translation.ach.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/ach/translation.ach.json -------------------------------------------------------------------------------- /src/core/i18n/bg/translation.bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/bg/translation.bg.json -------------------------------------------------------------------------------- /src/core/i18n/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/config.ts -------------------------------------------------------------------------------- /src/core/i18n/de/translation.de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/de/translation.de.json -------------------------------------------------------------------------------- /src/core/i18n/en/translation.en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/en/translation.en.json -------------------------------------------------------------------------------- /src/core/i18n/es/translation.es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/es/translation.es.json -------------------------------------------------------------------------------- /src/core/i18n/fr/translation.fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/fr/translation.fr.json -------------------------------------------------------------------------------- /src/core/i18n/nl/translation.nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/nl/translation.nl.json -------------------------------------------------------------------------------- /src/core/i18n/pt/translation.pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/pt/translation.pt.json -------------------------------------------------------------------------------- /src/core/i18n/utils/TranslationKey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/i18n/utils/TranslationKey.ts -------------------------------------------------------------------------------- /src/core/lazyLoading/GlobalErrorContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/lazyLoading/GlobalErrorContext.tsx -------------------------------------------------------------------------------- /src/core/lazyLoading/GlobalErrorDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/lazyLoading/GlobalErrorDialog.tsx -------------------------------------------------------------------------------- /src/core/lazyLoading/lazyWithGlobalErrorHandler.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/lazyLoading/lazyWithGlobalErrorHandler.ts -------------------------------------------------------------------------------- /src/core/logging/sentry/bootstrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/logging/sentry/bootstrap.ts -------------------------------------------------------------------------------- /src/core/logging/sentry/log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/logging/sentry/log.ts -------------------------------------------------------------------------------- /src/core/logging/sentry/scope.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/logging/sentry/scope.ts -------------------------------------------------------------------------------- /src/core/pages/Errors/Error403.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/pages/Errors/Error403.tsx -------------------------------------------------------------------------------- /src/core/pages/Errors/Error404.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/pages/Errors/Error404.tsx -------------------------------------------------------------------------------- /src/core/pages/Errors/Error40X.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/pages/Errors/Error40X.tsx -------------------------------------------------------------------------------- /src/core/pages/Errors/ErrorPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/pages/Errors/ErrorPage.tsx -------------------------------------------------------------------------------- /src/core/routing/NavigationHistory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/NavigationHistory.ts -------------------------------------------------------------------------------- /src/core/routing/NoIdentityRedirect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/NoIdentityRedirect.tsx -------------------------------------------------------------------------------- /src/core/routing/NotAuthenticatedRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/NotAuthenticatedRoute.tsx -------------------------------------------------------------------------------- /src/core/routing/Redirect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/Redirect.tsx -------------------------------------------------------------------------------- /src/core/routing/Restricted.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/Restricted.tsx -------------------------------------------------------------------------------- /src/core/routing/ScrollToTop.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/ScrollToTop.tsx -------------------------------------------------------------------------------- /src/core/routing/publicRoutes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/publicRoutes.tsx -------------------------------------------------------------------------------- /src/core/routing/useBackToPath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/useBackToPath.ts -------------------------------------------------------------------------------- /src/core/routing/useCanGoBack.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/useCanGoBack.ts -------------------------------------------------------------------------------- /src/core/routing/useNavigate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/useNavigate.ts -------------------------------------------------------------------------------- /src/core/routing/useQueryParams.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/useQueryParams.ts -------------------------------------------------------------------------------- /src/core/routing/useRestrictedRedirect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/routing/useRestrictedRedirect.tsx -------------------------------------------------------------------------------- /src/core/state/GlobalStateProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/state/GlobalStateProvider.tsx -------------------------------------------------------------------------------- /src/core/state/useGlobalState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/state/useGlobalState.ts -------------------------------------------------------------------------------- /src/core/state/usePersistedState.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/state/usePersistedState.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/Actions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/Actions.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/ActionsBar/ActionsBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/ActionsBar/ActionsBar.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/BackButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/BackButton.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/ButtonNarrow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/ButtonNarrow.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/DeleteButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/DeleteButton.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/EditButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/EditButton.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/SaveButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/SaveButton.tsx -------------------------------------------------------------------------------- /src/core/ui/actions/SendButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/actions/SendButton.tsx -------------------------------------------------------------------------------- /src/core/ui/authorship/Authorship.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/authorship/Authorship.tsx -------------------------------------------------------------------------------- /src/core/ui/avatar/Avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/avatar/Avatar.tsx -------------------------------------------------------------------------------- /src/core/ui/avatar/ErrorHandlingAvatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/avatar/ErrorHandlingAvatar.tsx -------------------------------------------------------------------------------- /src/core/ui/button/ButtonBaseAlignReset.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/ButtonBaseAlignReset.tsx -------------------------------------------------------------------------------- /src/core/ui/button/ButtonWithTooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/ButtonWithTooltip.tsx -------------------------------------------------------------------------------- /src/core/ui/button/CreationButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/CreationButton.tsx -------------------------------------------------------------------------------- /src/core/ui/button/FloatingActionButtons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/FloatingActionButtons.tsx -------------------------------------------------------------------------------- /src/core/ui/button/FullWidthButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/FullWidthButton.tsx -------------------------------------------------------------------------------- /src/core/ui/button/FullscreenButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/FullscreenButton.tsx -------------------------------------------------------------------------------- /src/core/ui/button/HelpButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/HelpButton.tsx -------------------------------------------------------------------------------- /src/core/ui/button/LinkButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/LinkButton.tsx -------------------------------------------------------------------------------- /src/core/ui/button/LoadingIconButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/LoadingIconButton.tsx -------------------------------------------------------------------------------- /src/core/ui/button/NegativeButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/NegativeButton.tsx -------------------------------------------------------------------------------- /src/core/ui/button/ScrollToTop.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/ScrollToTop.tsx -------------------------------------------------------------------------------- /src/core/ui/button/UploadButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/button/UploadButton.tsx -------------------------------------------------------------------------------- /src/core/ui/card/ActionsMenu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/ActionsMenu.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardActions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardActions.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardContent.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardDescription.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardDescriptionWithTags.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardDescriptionWithTags.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardDetails.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardDetails.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardExpandButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardExpandButton.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardFooter.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardFooterAvatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardFooterAvatar.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardFooterBadge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardFooterBadge.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardFooterCountWithBadge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardFooterCountWithBadge.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardFooterDate.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardFooterDate.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardHeader.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardHeaderCaption.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardHeaderCaption.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardHeaderDetail.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardHeaderDetail.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardImage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardImage.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardImageHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardImageHeader.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardMatchedTerms.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardMatchedTerms.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardRibbon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardRibbon.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardSegmentCaption.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardSegmentCaption.tsx -------------------------------------------------------------------------------- /src/core/ui/card/CardTags.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/CardTags.tsx -------------------------------------------------------------------------------- /src/core/ui/card/ContributeCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/ContributeCard.tsx -------------------------------------------------------------------------------- /src/core/ui/card/ContributeCardSkeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/ContributeCardSkeleton.tsx -------------------------------------------------------------------------------- /src/core/ui/card/ContributorCardHorizontal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/ContributorCardHorizontal.tsx -------------------------------------------------------------------------------- /src/core/ui/card/ContributorTooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/ContributorTooltip.tsx -------------------------------------------------------------------------------- /src/core/ui/card/ExpandableCardFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/ExpandableCardFooter.tsx -------------------------------------------------------------------------------- /src/core/ui/card/MessageCounter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/MessageCounter.tsx -------------------------------------------------------------------------------- /src/core/ui/card/Ribbon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/card/Ribbon.tsx -------------------------------------------------------------------------------- /src/core/ui/content/AddContentButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/AddContentButton.tsx -------------------------------------------------------------------------------- /src/core/ui/content/BasePageContentBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/BasePageContentBlock.tsx -------------------------------------------------------------------------------- /src/core/ui/content/BlockSectionTitleWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/BlockSectionTitleWithIcon.tsx -------------------------------------------------------------------------------- /src/core/ui/content/BlockTitleWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/BlockTitleWithIcon.tsx -------------------------------------------------------------------------------- /src/core/ui/content/ContentColumn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/ContentColumn.tsx -------------------------------------------------------------------------------- /src/core/ui/content/DashboardBanner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/DashboardBanner.tsx -------------------------------------------------------------------------------- /src/core/ui/content/ExpandContent/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/ExpandContent/index.ts -------------------------------------------------------------------------------- /src/core/ui/content/InfoColumn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/InfoColumn.tsx -------------------------------------------------------------------------------- /src/core/ui/content/LabeledCount.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/LabeledCount.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContent.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlock.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockBanner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockBanner.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockCollapsible.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockCollapsible.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockContextualMenu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockContextualMenu.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockFooter.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockGrid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockGrid.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockHeader.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockHeaderCardLike.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockHeaderCardLike.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentBlockSeamless.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentBlockSeamless.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentColumn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentColumn.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentColumnBase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentColumnBase.tsx -------------------------------------------------------------------------------- /src/core/ui/content/PageContentRibbon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/PageContentRibbon.tsx -------------------------------------------------------------------------------- /src/core/ui/content/SeeMore.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/SeeMore.tsx -------------------------------------------------------------------------------- /src/core/ui/content/SeeMoreExpandable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/content/SeeMoreExpandable.tsx -------------------------------------------------------------------------------- /src/core/ui/dialog/DialogHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/dialog/DialogHeader.tsx -------------------------------------------------------------------------------- /src/core/ui/dialog/DialogWithGrid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/dialog/DialogWithGrid.tsx -------------------------------------------------------------------------------- /src/core/ui/dialogs/ConfirmationDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/dialogs/ConfirmationDialog.tsx -------------------------------------------------------------------------------- /src/core/ui/dialogs/RemoveModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/dialogs/RemoveModal.tsx -------------------------------------------------------------------------------- /src/core/ui/error/ErrorBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/error/ErrorBlock.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/AltToggle/AltToggle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/AltToggle/AltToggle.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/CollaborativeMarkdownInput/stateless-messaging/stateless.base.message.ts: -------------------------------------------------------------------------------- 1 | export type StatelessBaseMessage = { 2 | event: string; 3 | }; 4 | -------------------------------------------------------------------------------- /src/core/ui/forms/DatePicker/AlkemioTimePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/DatePicker/AlkemioTimePicker.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/DatePicker/FormikDatePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/DatePicker/FormikDatePicker.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/DatePicker/FormikDurationMinutes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/DatePicker/FormikDurationMinutes.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/DatePicker/FormikTimePicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/DatePicker/FormikTimePicker.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikAutocomplete.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikAutocomplete.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikCheckboxField.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikCheckboxField.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikEffect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikEffect.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikFileInput/FormikFileInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikFileInput/FormikFileInput.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikInputProps.ts: -------------------------------------------------------------------------------- 1 | export interface FormikInputProps { 2 | name: string; 3 | } 4 | -------------------------------------------------------------------------------- /src/core/ui/forms/FormikMultiSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikMultiSelect.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikRadiosSwitch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikRadiosSwitch.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikSelect.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/FormikSwitch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/FormikSwitch.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/MarkdownInput/MarkdownInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/MarkdownInput/MarkdownInput.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/MarkdownInput/MarkdownValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/MarkdownInput/MarkdownValidator.ts -------------------------------------------------------------------------------- /src/core/ui/forms/editMode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/editMode.ts -------------------------------------------------------------------------------- /src/core/ui/forms/emoji/EmojiSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/emoji/EmojiSelector.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/field-length.constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/field-length.constants.ts -------------------------------------------------------------------------------- /src/core/ui/forms/radioButtons/RadioButtonsGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/radioButtons/RadioButtonsGroup.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/select/SeamlessSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/select/SeamlessSelect.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/tagsInput/TagsInput.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/tagsInput/TagsInput.tsx -------------------------------------------------------------------------------- /src/core/ui/forms/validator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/README.md -------------------------------------------------------------------------------- /src/core/ui/forms/validator/TESTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/TESTS.md -------------------------------------------------------------------------------- /src/core/ui/forms/validator/displayNameValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/displayNameValidator.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/emailValidator.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/emailValidator.test.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/emailValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/emailValidator.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/nameIdValidator.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/nameIdValidator.test.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/nameIdValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/nameIdValidator.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/nameValidator.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/nameValidator.test.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/nameValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/nameValidator.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/subdomainValidator.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/subdomainValidator.test.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/subdomainValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/subdomainValidator.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/textLengthValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/textLengthValidator.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/urlValidator.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/urlValidator.test.ts -------------------------------------------------------------------------------- /src/core/ui/forms/validator/urlValidator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/forms/validator/urlValidator.ts -------------------------------------------------------------------------------- /src/core/ui/fullscreen/useFullscreen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/fullscreen/useFullscreen.tsx -------------------------------------------------------------------------------- /src/core/ui/grid/GridContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/GridContainer.tsx -------------------------------------------------------------------------------- /src/core/ui/grid/GridContext.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/GridContext.ts -------------------------------------------------------------------------------- /src/core/ui/grid/GridItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/GridItem.tsx -------------------------------------------------------------------------------- /src/core/ui/grid/GridProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/GridProvider.tsx -------------------------------------------------------------------------------- /src/core/ui/grid/Gutters.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/Gutters.tsx -------------------------------------------------------------------------------- /src/core/ui/grid/GuttersGrid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/GuttersGrid.tsx -------------------------------------------------------------------------------- /src/core/ui/grid/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/constants.ts -------------------------------------------------------------------------------- /src/core/ui/grid/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/grid/utils.ts -------------------------------------------------------------------------------- /src/core/ui/icon/BadgeCounter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/icon/BadgeCounter.tsx -------------------------------------------------------------------------------- /src/core/ui/icon/BadgeLabel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/icon/BadgeLabel.tsx -------------------------------------------------------------------------------- /src/core/ui/icon/Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/icon/Icon.tsx -------------------------------------------------------------------------------- /src/core/ui/icon/RoundedBadge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/icon/RoundedBadge.tsx -------------------------------------------------------------------------------- /src/core/ui/icon/RoundedIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/icon/RoundedIcon.tsx -------------------------------------------------------------------------------- /src/core/ui/image/Image.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/image/Image.tsx -------------------------------------------------------------------------------- /src/core/ui/image/ImageBlurredSides.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/image/ImageBlurredSides.tsx -------------------------------------------------------------------------------- /src/core/ui/image/ImageFadeIn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/image/ImageFadeIn.tsx -------------------------------------------------------------------------------- /src/core/ui/image/useImageErrorHandler.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/image/useImageErrorHandler.tsx -------------------------------------------------------------------------------- /src/core/ui/keyboardNavigation/NextBlockAnchor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/keyboardNavigation/NextBlockAnchor.tsx -------------------------------------------------------------------------------- /src/core/ui/keyboardNavigation/SkipLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/keyboardNavigation/SkipLink.tsx -------------------------------------------------------------------------------- /src/core/ui/keyboardNavigation/visibleOnFocus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/keyboardNavigation/visibleOnFocus.ts -------------------------------------------------------------------------------- /src/core/ui/language/LanguageSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/language/LanguageSelect.tsx -------------------------------------------------------------------------------- /src/core/ui/layout/pageBanner/PageBanner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/layout/pageBanner/PageBanner.tsx -------------------------------------------------------------------------------- /src/core/ui/layout/pageFooter/FooterLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/layout/pageFooter/FooterLink.tsx -------------------------------------------------------------------------------- /src/core/ui/layout/pageFooter/PageFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/layout/pageFooter/PageFooter.tsx -------------------------------------------------------------------------------- /src/core/ui/link/ConditionalLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/link/ConditionalLink.tsx -------------------------------------------------------------------------------- /src/core/ui/link/RouterLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/link/RouterLink.tsx -------------------------------------------------------------------------------- /src/core/ui/link/UrlBase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/link/UrlBase.tsx -------------------------------------------------------------------------------- /src/core/ui/list/BadgeCardView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/list/BadgeCardView.tsx -------------------------------------------------------------------------------- /src/core/ui/list/SubspaceLinkList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/list/SubspaceLinkList.tsx -------------------------------------------------------------------------------- /src/core/ui/loading/Loading.spec.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/loading/Loading.spec.tsx -------------------------------------------------------------------------------- /src/core/ui/loading/Loading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/loading/Loading.tsx -------------------------------------------------------------------------------- /src/core/ui/location/LocationCaption.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/location/LocationCaption.tsx -------------------------------------------------------------------------------- /src/core/ui/location/LocationCardSegment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/location/LocationCardSegment.tsx -------------------------------------------------------------------------------- /src/core/ui/location/getLocationString.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/location/getLocationString.ts -------------------------------------------------------------------------------- /src/core/ui/markdown/CroppedMarkdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/CroppedMarkdown.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/MarkdownOptionsContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/MarkdownOptionsContext.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/OneLineMarkdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/OneLineMarkdown.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/PlainText.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/PlainText.ts -------------------------------------------------------------------------------- /src/core/ui/markdown/WrapperMarkdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/WrapperMarkdown.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownBlockquote.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownBlockquote.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownCode.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownComponent.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownHeading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownHeading.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownInlineCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownInlineCode.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownLink.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownList.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownListItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownListItem.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownMedia.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownMedia.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/MarkdownParagraph.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/MarkdownParagraph.tsx -------------------------------------------------------------------------------- /src/core/ui/markdown/components/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/components/index.ts -------------------------------------------------------------------------------- /src/core/ui/markdown/embed/remarkVerifyIframe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/embed/remarkVerifyIframe.ts -------------------------------------------------------------------------------- /src/core/ui/markdown/html/Converter.test_.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/html/Converter.test_.ts -------------------------------------------------------------------------------- /src/core/ui/markdown/html/Converter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/html/Converter.ts -------------------------------------------------------------------------------- /src/core/ui/markdown/html/UnifiedConverter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/html/UnifiedConverter.ts -------------------------------------------------------------------------------- /src/core/ui/markdown/utils/unist-builders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/markdown/utils/unist-builders.ts -------------------------------------------------------------------------------- /src/core/ui/menu/GlobalMenuSurface.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/menu/GlobalMenuSurface.tsx -------------------------------------------------------------------------------- /src/core/ui/menu/MenuItemWithIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/menu/MenuItemWithIcon.tsx -------------------------------------------------------------------------------- /src/core/ui/menu/NavigatableMenuItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/menu/NavigatableMenuItem.tsx -------------------------------------------------------------------------------- /src/core/ui/navigation/Breadcrumbs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/Breadcrumbs.tsx -------------------------------------------------------------------------------- /src/core/ui/navigation/BreadcrumbsItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/BreadcrumbsItem.tsx -------------------------------------------------------------------------------- /src/core/ui/navigation/Collapsible.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/Collapsible.ts -------------------------------------------------------------------------------- /src/core/ui/navigation/Expandable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/Expandable.ts -------------------------------------------------------------------------------- /src/core/ui/navigation/NavigationBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/NavigationBar.tsx -------------------------------------------------------------------------------- /src/core/ui/navigation/NavigationBarSideContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/NavigationBarSideContent.tsx -------------------------------------------------------------------------------- /src/core/ui/navigation/NavigationItemButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/NavigationItemButton.tsx -------------------------------------------------------------------------------- /src/core/ui/navigation/NavigationItemContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/NavigationItemContainer.tsx -------------------------------------------------------------------------------- /src/core/ui/navigation/UncontrolledExpandable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/navigation/UncontrolledExpandable.ts -------------------------------------------------------------------------------- /src/core/ui/notifications/NotificationHandler.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/notifications/NotificationHandler.tsx -------------------------------------------------------------------------------- /src/core/ui/notifications/NotificationView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/notifications/NotificationView.tsx -------------------------------------------------------------------------------- /src/core/ui/notifications/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/notifications/constants.ts -------------------------------------------------------------------------------- /src/core/ui/notifications/useNotification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/notifications/useNotification.ts -------------------------------------------------------------------------------- /src/core/ui/overflow/AutomaticOverflowGradient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/overflow/AutomaticOverflowGradient.tsx -------------------------------------------------------------------------------- /src/core/ui/overflow/OverflowGradient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/overflow/OverflowGradient.tsx -------------------------------------------------------------------------------- /src/core/ui/overflow/ScrollerWithGradient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/overflow/ScrollerWithGradient.tsx -------------------------------------------------------------------------------- /src/core/ui/overflow/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/overflow/utils.ts -------------------------------------------------------------------------------- /src/core/ui/palette/SwapColors.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/palette/SwapColors.tsx -------------------------------------------------------------------------------- /src/core/ui/palette/palette.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/palette/palette.ts -------------------------------------------------------------------------------- /src/core/ui/scroll/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/scroll/utils.ts -------------------------------------------------------------------------------- /src/core/ui/search/MultipleSelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/search/MultipleSelect.tsx -------------------------------------------------------------------------------- /src/core/ui/search/SearchBox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/search/SearchBox.tsx -------------------------------------------------------------------------------- /src/core/ui/search/SearchField.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/search/SearchField.tsx -------------------------------------------------------------------------------- /src/core/ui/search/SearchResultsScope.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/search/SearchResultsScope.tsx -------------------------------------------------------------------------------- /src/core/ui/search/SearchResultsScopeCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/search/SearchResultsScopeCard.tsx -------------------------------------------------------------------------------- /src/core/ui/table/DataGridActionButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/table/DataGridActionButton.tsx -------------------------------------------------------------------------------- /src/core/ui/table/DataGridSkeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/table/DataGridSkeleton.tsx -------------------------------------------------------------------------------- /src/core/ui/table/DataGridTable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/table/DataGridTable.tsx -------------------------------------------------------------------------------- /src/core/ui/tabs/NavigationTab.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/tabs/NavigationTab.tsx -------------------------------------------------------------------------------- /src/core/ui/tags/CircleTag.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/tags/CircleTag.tsx -------------------------------------------------------------------------------- /src/core/ui/themes/RootThemeProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/RootThemeProvider.tsx -------------------------------------------------------------------------------- /src/core/ui/themes/default/Theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/Theme.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiAvatar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiAvatar.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiButton.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiButton.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiButtonBase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiButtonBase.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiChip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiChip.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiDialog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiDialog.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiIcon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiIcon.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiLink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiLink.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiMenuItem.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiMenuItem.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiPaper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiPaper.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiSelect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiSelect.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiSkeleton.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiSkeleton.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/MuiTab.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/MuiTab.ts -------------------------------------------------------------------------------- /src/core/ui/themes/default/components/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/themes/default/components/index.ts -------------------------------------------------------------------------------- /src/core/ui/tooltip/MenuTriggerButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/tooltip/MenuTriggerButton.tsx -------------------------------------------------------------------------------- /src/core/ui/tooltip/ToggleableTooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/tooltip/ToggleableTooltip.tsx -------------------------------------------------------------------------------- /src/core/ui/typography/EllipsableWithCount.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/typography/EllipsableWithCount.tsx -------------------------------------------------------------------------------- /src/core/ui/typography/TextBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/typography/TextBlock.tsx -------------------------------------------------------------------------------- /src/core/ui/typography/TextWithTooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/typography/TextWithTooltip.tsx -------------------------------------------------------------------------------- /src/core/ui/typography/components.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/typography/components.tsx -------------------------------------------------------------------------------- /src/core/ui/typography/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/typography/index.ts -------------------------------------------------------------------------------- /src/core/ui/typography/themeTypographyOptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/typography/themeTypographyOptions.ts -------------------------------------------------------------------------------- /src/core/ui/typography/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/typography/utils.ts -------------------------------------------------------------------------------- /src/core/ui/upload/FileUpload/FileUpload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/upload/FileUpload/FileUpload.tsx -------------------------------------------------------------------------------- /src/core/ui/upload/FileUpload/uploadFile.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/upload/FileUpload/uploadFile.graphql -------------------------------------------------------------------------------- /src/core/ui/upload/FileUploadWrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/upload/FileUploadWrapper.tsx -------------------------------------------------------------------------------- /src/core/ui/upload/VisualUpload/CropDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/upload/VisualUpload/CropDialog.tsx -------------------------------------------------------------------------------- /src/core/ui/upload/VisualUpload/VisualUpload.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/upload/VisualUpload/VisualUpload.model.ts -------------------------------------------------------------------------------- /src/core/ui/upload/VisualUpload/VisualUpload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/upload/VisualUpload/VisualUpload.tsx -------------------------------------------------------------------------------- /src/core/ui/utils/Centered.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/Centered.tsx -------------------------------------------------------------------------------- /src/core/ui/utils/ElevationContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/ElevationContext.tsx -------------------------------------------------------------------------------- /src/core/ui/utils/FlexSpacer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/FlexSpacer.tsx -------------------------------------------------------------------------------- /src/core/ui/utils/Overlay.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/Overlay.tsx -------------------------------------------------------------------------------- /src/core/ui/utils/flattenChildren.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/flattenChildren.ts -------------------------------------------------------------------------------- /src/core/ui/utils/scrollToTop.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/scrollToTop.tsx -------------------------------------------------------------------------------- /src/core/ui/utils/stopPropagationFromLinks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/stopPropagationFromLinks.ts -------------------------------------------------------------------------------- /src/core/ui/utils/stopPropagationIf.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/stopPropagationIf.ts -------------------------------------------------------------------------------- /src/core/ui/utils/unwrapFragment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/unwrapFragment.ts -------------------------------------------------------------------------------- /src/core/ui/utils/webkitLineClamp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/ui/utils/webkitLineClamp.ts -------------------------------------------------------------------------------- /src/core/utils/Authorizable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/Authorizable.ts -------------------------------------------------------------------------------- /src/core/utils/Identifiable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/Identifiable.ts -------------------------------------------------------------------------------- /src/core/utils/PartialRecord.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/PartialRecord.ts -------------------------------------------------------------------------------- /src/core/utils/Share.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/Share.tsx -------------------------------------------------------------------------------- /src/core/utils/Storage.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/Storage.test.ts -------------------------------------------------------------------------------- /src/core/utils/Storage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/Storage.ts -------------------------------------------------------------------------------- /src/core/utils/WithId.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/WithId.ts -------------------------------------------------------------------------------- /src/core/utils/array.shuffle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/array.shuffle.ts -------------------------------------------------------------------------------- /src/core/utils/ensurePresence.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/ensurePresence.ts -------------------------------------------------------------------------------- /src/core/utils/filtering/filterFn.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/filtering/filterFn.spec.ts -------------------------------------------------------------------------------- /src/core/utils/filtering/filterFn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/filtering/filterFn.ts -------------------------------------------------------------------------------- /src/core/utils/images/cropImage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/images/cropImage.ts -------------------------------------------------------------------------------- /src/core/utils/images/resizeImage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/images/resizeImage.ts -------------------------------------------------------------------------------- /src/core/utils/images/toBlobPromise.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/images/toBlobPromise.ts -------------------------------------------------------------------------------- /src/core/utils/isArrayEqual.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/isArrayEqual.ts -------------------------------------------------------------------------------- /src/core/utils/links.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/links.test.ts -------------------------------------------------------------------------------- /src/core/utils/links.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/links.ts -------------------------------------------------------------------------------- /src/core/utils/nameId/NameIdField.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/nameId/NameIdField.tsx -------------------------------------------------------------------------------- /src/core/utils/nameId/createNameId.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/nameId/createNameId.ts -------------------------------------------------------------------------------- /src/core/utils/nameId/diacritics.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/nameId/diacritics.ts -------------------------------------------------------------------------------- /src/core/utils/nameOf.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/nameOf.ts -------------------------------------------------------------------------------- /src/core/utils/onlineStatus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/onlineStatus.ts -------------------------------------------------------------------------------- /src/core/utils/provideStaticProps.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/provideStaticProps.tsx -------------------------------------------------------------------------------- /src/core/utils/reconnectable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/reconnectable.ts -------------------------------------------------------------------------------- /src/core/utils/sortBySortOrder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/sortBySortOrder.ts -------------------------------------------------------------------------------- /src/core/utils/string.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/string.ts -------------------------------------------------------------------------------- /src/core/utils/time/tick.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/time/tick.ts -------------------------------------------------------------------------------- /src/core/utils/time/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/time/utils.ts -------------------------------------------------------------------------------- /src/core/utils/useOnlineStatus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/useOnlineStatus.ts -------------------------------------------------------------------------------- /src/core/utils/usePersistentValue.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/core/utils/usePersistentValue.ts -------------------------------------------------------------------------------- /src/dev/routes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/routes.tsx -------------------------------------------------------------------------------- /src/dev/ui/DashboardComponentsDemo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/DashboardComponentsDemo.tsx -------------------------------------------------------------------------------- /src/dev/ui/DashboardNavigationDemo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/DashboardNavigationDemo.tsx -------------------------------------------------------------------------------- /src/dev/ui/GridDemo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/GridDemo.tsx -------------------------------------------------------------------------------- /src/dev/ui/SearchCardsDemo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/SearchCardsDemo.tsx -------------------------------------------------------------------------------- /src/dev/ui/SpaceCardsDemo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/SpaceCardsDemo.tsx -------------------------------------------------------------------------------- /src/dev/ui/TableDemo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/TableDemo.tsx -------------------------------------------------------------------------------- /src/dev/ui/TypographyDemo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/TypographyDemo.tsx -------------------------------------------------------------------------------- /src/dev/ui/plansTable/PlansTableDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/plansTable/PlansTableDialog.tsx -------------------------------------------------------------------------------- /src/dev/ui/plansTable/SelectPlanButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/dev/ui/plansTable/SelectPlanButton.tsx -------------------------------------------------------------------------------- /src/domain/InnovationPack/InnovationPackIcon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/InnovationPack/InnovationPackIcon.ts -------------------------------------------------------------------------------- /src/domain/InnovationPack/InnovationPackRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/InnovationPack/InnovationPackRoute.tsx -------------------------------------------------------------------------------- /src/domain/InnovationPack/admin/InnovationPackForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/InnovationPack/admin/InnovationPackForm.tsx -------------------------------------------------------------------------------- /src/domain/access/AvailableContributors/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/AvailableContributors/common.ts -------------------------------------------------------------------------------- /src/domain/access/RoleSetManager/useRoleSetManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/RoleSetManager/useRoleSetManager.ts -------------------------------------------------------------------------------- /src/domain/access/model/ApplicationModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/ApplicationModel.ts -------------------------------------------------------------------------------- /src/domain/access/model/InvitationDataModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/InvitationDataModel.ts -------------------------------------------------------------------------------- /src/domain/access/model/InvitationModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/InvitationModel.ts -------------------------------------------------------------------------------- /src/domain/access/model/InvitationResultModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/InvitationResultModel.ts -------------------------------------------------------------------------------- /src/domain/access/model/MembershipTableItem.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/MembershipTableItem.ts -------------------------------------------------------------------------------- /src/domain/access/model/MembershipType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/MembershipType.ts -------------------------------------------------------------------------------- /src/domain/access/model/PlatformInvitationModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/PlatformInvitationModel.ts -------------------------------------------------------------------------------- /src/domain/access/model/RoleDefinitionModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/access/model/RoleDefinitionModel.ts -------------------------------------------------------------------------------- /src/domain/account/queries/AccountInformation.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/account/queries/AccountInformation.graphql -------------------------------------------------------------------------------- /src/domain/collaboration/CalloutPage/CalloutPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/CalloutPage/CalloutPage.tsx -------------------------------------------------------------------------------- /src/domain/collaboration/callout/CalloutSummary.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/callout/CalloutSummary.tsx -------------------------------------------------------------------------------- /src/domain/collaboration/callout/CalloutViewTypes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/callout/CalloutViewTypes.tsx -------------------------------------------------------------------------------- /src/domain/collaboration/callout/icons/CtaIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/callout/icons/CtaIcon.tsx -------------------------------------------------------------------------------- /src/domain/collaboration/callout/icons/calloutIcons.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/callout/icons/calloutIcons.ts -------------------------------------------------------------------------------- /src/domain/collaboration/callout/models/mappings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/callout/models/mappings.ts -------------------------------------------------------------------------------- /src/domain/collaboration/memo/MemoManager/memo.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/memo/MemoManager/memo.graphql -------------------------------------------------------------------------------- /src/domain/collaboration/memo/icon/MemoIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/memo/icon/MemoIcon.tsx -------------------------------------------------------------------------------- /src/domain/collaboration/memo/model/MemoModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/memo/model/MemoModel.ts -------------------------------------------------------------------------------- /src/domain/collaboration/memo/model/MemoModelFull.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/memo/model/MemoModelFull.ts -------------------------------------------------------------------------------- /src/domain/collaboration/memo/model/MemoModelLight.ts: -------------------------------------------------------------------------------- 1 | export interface MemoModelLight { 2 | markdown?: string; 3 | } 4 | -------------------------------------------------------------------------------- /src/domain/collaboration/post/PostForm/PostForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/post/PostForm/PostForm.tsx -------------------------------------------------------------------------------- /src/domain/collaboration/post/icon/PostIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/collaboration/post/icon/PostIcon.tsx -------------------------------------------------------------------------------- /src/domain/collaboration/whiteboard/guestAccess/context/.gitkeep: -------------------------------------------------------------------------------- 1 | # Placeholder for context directory 2 | -------------------------------------------------------------------------------- /src/domain/common/description/DescriptionComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/description/DescriptionComponent.tsx -------------------------------------------------------------------------------- /src/domain/common/description/DescriptionView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/description/DescriptionView.tsx -------------------------------------------------------------------------------- /src/domain/common/layout/TabPanel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/layout/TabPanel.tsx -------------------------------------------------------------------------------- /src/domain/common/link/linkDetails.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/link/linkDetails.graphql -------------------------------------------------------------------------------- /src/domain/common/link/newLinkName.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/link/newLinkName.ts -------------------------------------------------------------------------------- /src/domain/common/location/CountrySelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/location/CountrySelect.tsx -------------------------------------------------------------------------------- /src/domain/common/location/LocationModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/location/LocationModel.ts -------------------------------------------------------------------------------- /src/domain/common/location/LocationModelMapped.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/location/LocationModelMapped.ts -------------------------------------------------------------------------------- /src/domain/common/location/LocationSegment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/location/LocationSegment.tsx -------------------------------------------------------------------------------- /src/domain/common/location/LocationUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/location/LocationUtils.ts -------------------------------------------------------------------------------- /src/domain/common/location/countries.constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/location/countries.constants.ts -------------------------------------------------------------------------------- /src/domain/common/location/fullLocation.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/location/fullLocation.graphql -------------------------------------------------------------------------------- /src/domain/common/profile/ProfileForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/profile/ProfileForm.tsx -------------------------------------------------------------------------------- /src/domain/common/profile/ProfileModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/profile/ProfileModel.ts -------------------------------------------------------------------------------- /src/domain/common/profile/ProfileModelUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/profile/ProfileModelUtils.ts -------------------------------------------------------------------------------- /src/domain/common/profile/ProfilePageBanner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/profile/ProfilePageBanner.tsx -------------------------------------------------------------------------------- /src/domain/common/reference/ReferenceModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/reference/ReferenceModel.ts -------------------------------------------------------------------------------- /src/domain/common/reference/ReferenceUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/reference/ReferenceUtils.ts -------------------------------------------------------------------------------- /src/domain/common/reference/newReferenceName.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/reference/newReferenceName.ts -------------------------------------------------------------------------------- /src/domain/common/reference/useEditReference.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/reference/useEditReference.ts -------------------------------------------------------------------------------- /src/domain/common/tagset/TagsetModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/tagset/TagsetModel.ts -------------------------------------------------------------------------------- /src/domain/common/tagset/TagsetUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/tagset/TagsetUtils.ts -------------------------------------------------------------------------------- /src/domain/common/tagset/createTagsetOnProfile.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/tagset/createTagsetOnProfile.graphql -------------------------------------------------------------------------------- /src/domain/common/tagset/tagsetDetails.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/tagset/tagsetDetails.graphql -------------------------------------------------------------------------------- /src/domain/common/tagset/toTagsetTitle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/tagset/toTagsetTitle.ts -------------------------------------------------------------------------------- /src/domain/common/visual/Visual.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/visual/Visual.ts -------------------------------------------------------------------------------- /src/domain/common/visual/graphql/VisualModel.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/visual/graphql/VisualModel.graphql -------------------------------------------------------------------------------- /src/domain/common/visual/graphql/uploadVisual.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/visual/graphql/uploadVisual.graphql -------------------------------------------------------------------------------- /src/domain/common/visual/model/VisualModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/visual/model/VisualModel.ts -------------------------------------------------------------------------------- /src/domain/common/visual/utils/visuals.utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/visual/utils/visuals.utils.ts -------------------------------------------------------------------------------- /src/domain/common/whiteboard/EmptyWhiteboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/common/whiteboard/EmptyWhiteboard.ts -------------------------------------------------------------------------------- /src/domain/communication/messaging/messaging.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/communication/messaging/messaging.graphql -------------------------------------------------------------------------------- /src/domain/communication/room/Comments/MessageView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/communication/room/Comments/MessageView.tsx -------------------------------------------------------------------------------- /src/domain/communication/room/Comments/utils.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/communication/room/Comments/utils.test.ts -------------------------------------------------------------------------------- /src/domain/communication/room/Comments/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/communication/room/Comments/utils.ts -------------------------------------------------------------------------------- /src/domain/communication/room/models/Message.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/communication/room/models/Message.ts -------------------------------------------------------------------------------- /src/domain/communication/room/models/Room.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/communication/room/models/Room.ts -------------------------------------------------------------------------------- /src/domain/community/invitations/InvitationDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/invitations/InvitationDialog.tsx -------------------------------------------------------------------------------- /src/domain/community/organizationAdmin/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/organizationAdmin/index.ts -------------------------------------------------------------------------------- /src/domain/community/profile/views/AssociatesView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/profile/views/AssociatesView.tsx -------------------------------------------------------------------------------- /src/domain/community/profile/views/UserProfileView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/profile/views/UserProfileView.tsx -------------------------------------------------------------------------------- /src/domain/community/profile/views/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/profile/views/index.tsx -------------------------------------------------------------------------------- /src/domain/community/user/ContributorsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/ContributorsPage.tsx -------------------------------------------------------------------------------- /src/domain/community/user/ContributorsView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/ContributorsView.tsx -------------------------------------------------------------------------------- /src/domain/community/user/constants/RoleType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/constants/RoleType.ts -------------------------------------------------------------------------------- /src/domain/community/user/graphql/queries/user.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/graphql/queries/user.graphql -------------------------------------------------------------------------------- /src/domain/community/user/hooks/useAuthorsDetails.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/hooks/useAuthorsDetails.ts -------------------------------------------------------------------------------- /src/domain/community/user/hooks/useUserProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/hooks/useUserProvider.ts -------------------------------------------------------------------------------- /src/domain/community/user/hooks/userModelFull.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/hooks/userModelFull.graphql -------------------------------------------------------------------------------- /src/domain/community/user/hooks/usersModelFull.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/hooks/usersModelFull.graphql -------------------------------------------------------------------------------- /src/domain/community/user/layout/UserPageBanner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/layout/UserPageBanner.tsx -------------------------------------------------------------------------------- /src/domain/community/user/layout/UserPageLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/layout/UserPageLayout.tsx -------------------------------------------------------------------------------- /src/domain/community/user/models/AuthorModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/models/AuthorModel.ts -------------------------------------------------------------------------------- /src/domain/community/user/models/UserModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/models/UserModel.ts -------------------------------------------------------------------------------- /src/domain/community/user/routing/UserRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/routing/UserRoute.tsx -------------------------------------------------------------------------------- /src/domain/community/user/userCard/UserCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/userCard/UserCard.tsx -------------------------------------------------------------------------------- /src/domain/community/user/userForm/UserForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/userForm/UserForm.tsx -------------------------------------------------------------------------------- /src/domain/community/user/utils/buildAuthorFromUser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/utils/buildAuthorFromUser.ts -------------------------------------------------------------------------------- /src/domain/community/user/utils/getUpdateUserInput.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/user/utils/getUpdateUserInput.ts -------------------------------------------------------------------------------- /src/domain/community/userAdmin/UserAdminTabs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/userAdmin/UserAdminTabs.ts -------------------------------------------------------------------------------- /src/domain/community/virtualContributor/VCRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/community/virtualContributor/VCRoute.tsx -------------------------------------------------------------------------------- /src/domain/innovationHub/BannerInnovationHub.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/innovationHub/BannerInnovationHub.graphql -------------------------------------------------------------------------------- /src/domain/license/plans/ui/PlanCardsComponents.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/license/plans/ui/PlanCardsComponents.tsx -------------------------------------------------------------------------------- /src/domain/license/plans/utils/getPlanTranslations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/license/plans/utils/getPlanTranslations.ts -------------------------------------------------------------------------------- /src/domain/platform/PlatformLevelAuthorization.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/PlatformLevelAuthorization.graphql -------------------------------------------------------------------------------- /src/domain/platform/config/ConfigProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/config/ConfigProvider.tsx -------------------------------------------------------------------------------- /src/domain/platform/config/configuration.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/config/configuration.graphql -------------------------------------------------------------------------------- /src/domain/platform/config/configuration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/config/configuration.ts -------------------------------------------------------------------------------- /src/domain/platform/config/useConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/config/useConfig.ts -------------------------------------------------------------------------------- /src/domain/platform/constants/EntityTypeName.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/constants/EntityTypeName.ts -------------------------------------------------------------------------------- /src/domain/platform/metadata/useReleaseNotes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/metadata/useReleaseNotes.ts -------------------------------------------------------------------------------- /src/domain/platform/metrics/MetricType.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/metrics/MetricType.ts -------------------------------------------------------------------------------- /src/domain/platform/metrics/utils/getMetricCount.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/metrics/utils/getMetricCount.ts -------------------------------------------------------------------------------- /src/domain/platform/metrics/utils/useMetricsItems.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/metrics/utils/useMetricsItems.tsx -------------------------------------------------------------------------------- /src/domain/platform/metrics/views/MetricsView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/metrics/views/MetricsView.tsx -------------------------------------------------------------------------------- /src/domain/platform/routes/NonIdentity.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/routes/NonIdentity.tsx -------------------------------------------------------------------------------- /src/domain/platform/routes/RedirectToLanding.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/routes/RedirectToLanding.tsx -------------------------------------------------------------------------------- /src/domain/platform/routes/RedirectToWelcomeSite.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/routes/RedirectToWelcomeSite.tsx -------------------------------------------------------------------------------- /src/domain/platform/routes/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/routes/constants.ts -------------------------------------------------------------------------------- /src/domain/platform/routes/usePlatformOrigin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platform/routes/usePlatformOrigin.ts -------------------------------------------------------------------------------- /src/domain/platformAdmin/components/Common/Filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platformAdmin/components/Common/Filter.tsx -------------------------------------------------------------------------------- /src/domain/platformAdmin/components/SearchableList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platformAdmin/components/SearchableList.tsx -------------------------------------------------------------------------------- /src/domain/platformAdmin/layout/toplevel/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platformAdmin/layout/toplevel/constants.ts -------------------------------------------------------------------------------- /src/domain/platformAdmin/types/AdminTableItems.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/platformAdmin/types/AdminTableItems.ts -------------------------------------------------------------------------------- /src/domain/shared/components/ErrorDisplay/index.ts: -------------------------------------------------------------------------------- 1 | export * from './ErrorDisplay'; 2 | -------------------------------------------------------------------------------- /src/domain/shared/components/List/LinksList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/components/List/LinksList.tsx -------------------------------------------------------------------------------- /src/domain/shared/components/References/References.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/components/References/References.tsx -------------------------------------------------------------------------------- /src/domain/shared/components/Section/SectionHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/components/Section/SectionHeader.tsx -------------------------------------------------------------------------------- /src/domain/shared/components/Text/Paragraph.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/components/Text/Paragraph.tsx -------------------------------------------------------------------------------- /src/domain/shared/components/Text/SubHeading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/components/Text/SubHeading.tsx -------------------------------------------------------------------------------- /src/domain/shared/components/withElevationOnHover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/components/withElevationOnHover.tsx -------------------------------------------------------------------------------- /src/domain/shared/i18n/TranslateWithElements/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/i18n/TranslateWithElements/index.ts -------------------------------------------------------------------------------- /src/domain/shared/icons/profileIcons.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/icons/profileIcons.ts -------------------------------------------------------------------------------- /src/domain/shared/layout/AuthPageContentContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/layout/AuthPageContentContainer.tsx -------------------------------------------------------------------------------- /src/domain/shared/layout/EntityPageSection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/layout/EntityPageSection.ts -------------------------------------------------------------------------------- /src/domain/shared/pagination/PageInfoFragment.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/pagination/PageInfoFragment.graphql -------------------------------------------------------------------------------- /src/domain/shared/pagination/TableRowLoading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/pagination/TableRowLoading.tsx -------------------------------------------------------------------------------- /src/domain/shared/pagination/useLazyLoading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/pagination/useLazyLoading.tsx -------------------------------------------------------------------------------- /src/domain/shared/pagination/usePaginatedQuery.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/pagination/usePaginatedQuery.ts -------------------------------------------------------------------------------- /src/domain/shared/types/ActivityCalloutValues.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/types/ActivityCalloutValues.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/formatTimeElapsed.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/formatTimeElapsed.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/getDepsValueFromObject.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/getDepsValueFromObject.spec.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/getDepsValueFromObject.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/getDepsValueFromObject.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/getEntityColor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/getEntityColor.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/joinNodes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/joinNodes.tsx -------------------------------------------------------------------------------- /src/domain/shared/utils/scroll/useKeepElementScroll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/scroll/useKeepElementScroll.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/scroll/useScrollToElement.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/scroll/useScrollToElement.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/useAutomaticTooltip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/useAutomaticTooltip.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/useCombinedRefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/useCombinedRefs.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/useLoadingState.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/useLoadingState.ts -------------------------------------------------------------------------------- /src/domain/shared/utils/useLoadingStateWithHandlers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/shared/utils/useLoadingStateWithHandlers.ts -------------------------------------------------------------------------------- /src/domain/space/about/SpaceAboutDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/SpaceAboutDialog.tsx -------------------------------------------------------------------------------- /src/domain/space/about/SpaceAboutPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/SpaceAboutPage.tsx -------------------------------------------------------------------------------- /src/domain/space/about/SpaceAboutSegment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/SpaceAboutSegment.tsx -------------------------------------------------------------------------------- /src/domain/space/about/SubspaceAboutPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/SubspaceAboutPage.tsx -------------------------------------------------------------------------------- /src/domain/space/about/components/AboutDescription.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/components/AboutDescription.tsx -------------------------------------------------------------------------------- /src/domain/space/about/components/AboutHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/components/AboutHeader.tsx -------------------------------------------------------------------------------- /src/domain/space/about/model/SpaceAboutTile.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/model/SpaceAboutTile.model.ts -------------------------------------------------------------------------------- /src/domain/space/about/model/spaceAboutFull.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/model/spaceAboutFull.model.ts -------------------------------------------------------------------------------- /src/domain/space/about/model/spaceAboutLight.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/model/spaceAboutLight.model.ts -------------------------------------------------------------------------------- /src/domain/space/about/util/spaceAboutValueGetter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/about/util/spaceAboutValueGetter.ts -------------------------------------------------------------------------------- /src/domain/space/common/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/common/constants.ts -------------------------------------------------------------------------------- /src/domain/space/components/CreateSpace/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/CreateSpace/utils.ts -------------------------------------------------------------------------------- /src/domain/space/components/InfoColumn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/InfoColumn.tsx -------------------------------------------------------------------------------- /src/domain/space/components/SpaceAvatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/SpaceAvatar.tsx -------------------------------------------------------------------------------- /src/domain/space/components/SpaceFilter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/SpaceFilter.tsx -------------------------------------------------------------------------------- /src/domain/space/components/SpaceMetrics.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/SpaceMetrics.ts -------------------------------------------------------------------------------- /src/domain/space/components/SpaceWelcomeBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/SpaceWelcomeBlock.tsx -------------------------------------------------------------------------------- /src/domain/space/components/SpaceWelcomeDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/SpaceWelcomeDialog.tsx -------------------------------------------------------------------------------- /src/domain/space/components/SubspacesListDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/SubspacesListDialog.tsx -------------------------------------------------------------------------------- /src/domain/space/components/WelcomeBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/WelcomeBlock.tsx -------------------------------------------------------------------------------- /src/domain/space/components/cards/SpaceCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/cards/SpaceCard.tsx -------------------------------------------------------------------------------- /src/domain/space/components/cards/SpaceCardBase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/components/cards/SpaceCardBase.tsx -------------------------------------------------------------------------------- /src/domain/space/constants/spaceEditPaths.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/constants/spaceEditPaths.ts -------------------------------------------------------------------------------- /src/domain/space/context/SpaceContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/context/SpaceContext.tsx -------------------------------------------------------------------------------- /src/domain/space/context/SpaceEntitlements.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/context/SpaceEntitlements.graphql -------------------------------------------------------------------------------- /src/domain/space/context/SubspaceContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/context/SubspaceContext.tsx -------------------------------------------------------------------------------- /src/domain/space/context/useSpace.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/context/useSpace.ts -------------------------------------------------------------------------------- /src/domain/space/graphql/SpaceCard.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/graphql/SpaceCard.graphql -------------------------------------------------------------------------------- /src/domain/space/graphql/SubspaceCards.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/graphql/SubspaceCards.graphql -------------------------------------------------------------------------------- /src/domain/space/graphql/queries/Subspaces.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/graphql/queries/Subspaces.graphql -------------------------------------------------------------------------------- /src/domain/space/hooks/useSubSpace.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/hooks/useSubSpace.ts -------------------------------------------------------------------------------- /src/domain/space/hooks/useVideoCall.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/hooks/useVideoCall.ts -------------------------------------------------------------------------------- /src/domain/space/icons/PrivacyIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/icons/PrivacyIcon.tsx -------------------------------------------------------------------------------- /src/domain/space/icons/SpaceIconByLevel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/icons/SpaceIconByLevel.tsx -------------------------------------------------------------------------------- /src/domain/space/icons/SpaceL0Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/icons/SpaceL0Icon.tsx -------------------------------------------------------------------------------- /src/domain/space/icons/SpaceL1Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/icons/SpaceL1Icon.tsx -------------------------------------------------------------------------------- /src/domain/space/icons/SpaceL1Icon2.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/icons/SpaceL1Icon2.tsx -------------------------------------------------------------------------------- /src/domain/space/icons/SpaceL2Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/icons/SpaceL2Icon.tsx -------------------------------------------------------------------------------- /src/domain/space/icons/defaultVisualUrls.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/icons/defaultVisualUrls.ts -------------------------------------------------------------------------------- /src/domain/space/layout/SpacePageLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/layout/SpacePageLayout.tsx -------------------------------------------------------------------------------- /src/domain/space/layout/SubspaceDrawerMenu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/layout/SubspaceDrawerMenu.tsx -------------------------------------------------------------------------------- /src/domain/space/layout/SubspaceInfoColumn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/layout/SubspaceInfoColumn.tsx -------------------------------------------------------------------------------- /src/domain/space/layout/SubspacePageLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/layout/SubspacePageLayout.tsx -------------------------------------------------------------------------------- /src/domain/space/layout/flowLayout/Subspace.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/layout/flowLayout/Subspace.graphql -------------------------------------------------------------------------------- /src/domain/space/layout/tabbedLayout/layout/SpacePageLayout.tsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/domain/space/layout/useSectionIndex.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/layout/useSectionIndex.tsx -------------------------------------------------------------------------------- /src/domain/space/license/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/license/utils.ts -------------------------------------------------------------------------------- /src/domain/space/models/SpaceHostedItem.model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/models/SpaceHostedItem.model.ts -------------------------------------------------------------------------------- /src/domain/space/pages/SpaceCalloutDialogProps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/pages/SpaceCalloutDialogProps.ts -------------------------------------------------------------------------------- /src/domain/space/pages/SpaceCalloutPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/pages/SpaceCalloutPage.tsx -------------------------------------------------------------------------------- /src/domain/space/pages/SubspaceCalloutPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/pages/SubspaceCalloutPage.tsx -------------------------------------------------------------------------------- /src/domain/space/routing/SpaceRoutes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/routing/SpaceRoutes.tsx -------------------------------------------------------------------------------- /src/domain/space/routing/SubspaceRoutes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/routing/SubspaceRoutes.tsx -------------------------------------------------------------------------------- /src/domain/space/routing/SubspaceSettingsRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/routing/SubspaceSettingsRoute.tsx -------------------------------------------------------------------------------- /src/domain/space/settings/SpaceSettingsModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/settings/SpaceSettingsModel.ts -------------------------------------------------------------------------------- /src/domain/space/utils/spaceLevel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/space/utils/spaceLevel.ts -------------------------------------------------------------------------------- /src/domain/spaceAdmin/layout/SpaceAdminTabsL0.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/spaceAdmin/layout/SpaceAdminTabsL0.tsx -------------------------------------------------------------------------------- /src/domain/spaceAdmin/layout/SpaceAdminTabsL1.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/spaceAdmin/layout/SpaceAdminTabsL1.tsx -------------------------------------------------------------------------------- /src/domain/spaceAdmin/layout/SpaceAdminTabsL2.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/spaceAdmin/layout/SpaceAdminTabsL2.tsx -------------------------------------------------------------------------------- /src/domain/spaceAdmin/routing/SpaceAdminRouteL0.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/spaceAdmin/routing/SpaceAdminRouteL0.tsx -------------------------------------------------------------------------------- /src/domain/spaceAdmin/routing/SpaceAdminRouteL1.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/spaceAdmin/routing/SpaceAdminRouteL1.tsx -------------------------------------------------------------------------------- /src/domain/spaceAdmin/routing/SpaceAdminRouteL2.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/spaceAdmin/routing/SpaceAdminRouteL2.tsx -------------------------------------------------------------------------------- /src/domain/templates/LibraryIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/LibraryIcon.tsx -------------------------------------------------------------------------------- /src/domain/templates/graphql/TemplateName.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/graphql/TemplateName.graphql -------------------------------------------------------------------------------- /src/domain/templates/models/CalloutTemplate.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/models/CalloutTemplate.tsx -------------------------------------------------------------------------------- /src/domain/templates/models/PostTemplate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/models/PostTemplate.ts -------------------------------------------------------------------------------- /src/domain/templates/models/SpaceTemplate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/models/SpaceTemplate.ts -------------------------------------------------------------------------------- /src/domain/templates/models/TemplateBase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/models/TemplateBase.ts -------------------------------------------------------------------------------- /src/domain/templates/models/WhiteboardTemplate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/models/WhiteboardTemplate.ts -------------------------------------------------------------------------------- /src/domain/templates/models/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/models/common.ts -------------------------------------------------------------------------------- /src/domain/templates/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/templates/readme.md -------------------------------------------------------------------------------- /src/domain/timeline/calendar/CalendarDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/timeline/calendar/CalendarDialog.tsx -------------------------------------------------------------------------------- /src/domain/timeline/calendar/icons/CalendarIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/timeline/calendar/icons/CalendarIcon.tsx -------------------------------------------------------------------------------- /src/domain/timeline/calendar/icons/ClockIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/timeline/calendar/icons/ClockIcon.tsx -------------------------------------------------------------------------------- /src/domain/timeline/calendar/icons/LocationIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/domain/timeline/calendar/icons/LocationIcon.tsx -------------------------------------------------------------------------------- /src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/index.tsx -------------------------------------------------------------------------------- /src/main/admin/AdminBreadcrumbs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/admin/AdminBreadcrumbs.tsx -------------------------------------------------------------------------------- /src/main/admin/NonAdminRedirect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/admin/NonAdminRedirect.tsx -------------------------------------------------------------------------------- /src/main/admin/NonPlatformAdminRedirect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/admin/NonPlatformAdminRedirect.tsx -------------------------------------------------------------------------------- /src/main/admin/users/adminUsers/AdminUsersPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/admin/users/adminUsers/AdminUsersPage.tsx -------------------------------------------------------------------------------- /src/main/constants/endpoints.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/constants/endpoints.ts -------------------------------------------------------------------------------- /src/main/constants/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/constants/errors.ts -------------------------------------------------------------------------------- /src/main/cookies/CookieConsent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/cookies/CookieConsent.tsx -------------------------------------------------------------------------------- /src/main/cookies/CookieSettings.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/cookies/CookieSettings.tsx -------------------------------------------------------------------------------- /src/main/cookies/GeneralConsent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/cookies/GeneralConsent.tsx -------------------------------------------------------------------------------- /src/main/cookies/components/ConsentContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/cookies/components/ConsentContainer.tsx -------------------------------------------------------------------------------- /src/main/cookies/components/TextContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/cookies/components/TextContainer.tsx -------------------------------------------------------------------------------- /src/main/cookies/useAlkemioCookies.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/cookies/useAlkemioCookies.ts -------------------------------------------------------------------------------- /src/main/documentation/DocumentationPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/documentation/DocumentationPage.tsx -------------------------------------------------------------------------------- /src/main/documentation/RedirectDocumentation.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/documentation/RedirectDocumentation.tsx -------------------------------------------------------------------------------- /src/main/documentation/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/documentation/documentation.md -------------------------------------------------------------------------------- /src/main/env.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/env.ts -------------------------------------------------------------------------------- /src/main/guidance/chatWidget/ChatWidget.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/guidance/chatWidget/ChatWidget.tsx -------------------------------------------------------------------------------- /src/main/guidance/chatWidget/ChatWidgetFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/guidance/chatWidget/ChatWidgetFooter.tsx -------------------------------------------------------------------------------- /src/main/guidance/chatWidget/ChatWidgetInner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/guidance/chatWidget/ChatWidgetInner.tsx -------------------------------------------------------------------------------- /src/main/guidance/chatWidget/ChatWidgetStyles.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/guidance/chatWidget/ChatWidgetStyles.tsx -------------------------------------------------------------------------------- /src/main/guidance/chatWidget/ChatWidgetTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/guidance/chatWidget/ChatWidgetTitle.tsx -------------------------------------------------------------------------------- /src/main/guidance/chatWidget/controls/Widget.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/guidance/chatWidget/controls/Widget.tsx -------------------------------------------------------------------------------- /src/main/guidance/chatWidget/controls/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/guidance/chatWidget/controls/utils.ts -------------------------------------------------------------------------------- /src/main/inAppNotifications/notificationFilters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/inAppNotifications/notificationFilters.ts -------------------------------------------------------------------------------- /src/main/landing/useLandingUrl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/landing/useLandingUrl.ts -------------------------------------------------------------------------------- /src/main/public/whiteboard/JoinWhiteboardDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/public/whiteboard/JoinWhiteboardDialog.tsx -------------------------------------------------------------------------------- /src/main/public/whiteboard/PublicWhiteboardPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/public/whiteboard/PublicWhiteboardPage.tsx -------------------------------------------------------------------------------- /src/main/routing/TopLevelRoutePath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/routing/TopLevelRoutePath.ts -------------------------------------------------------------------------------- /src/main/routing/TopLevelRoutes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/routing/TopLevelRoutes.tsx -------------------------------------------------------------------------------- /src/main/routing/urlBuilders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/routing/urlBuilders.ts -------------------------------------------------------------------------------- /src/main/routing/urlParams.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/routing/urlParams.ts -------------------------------------------------------------------------------- /src/main/routing/urlResolver/UrlResolvers.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/routing/urlResolver/UrlResolvers.graphql -------------------------------------------------------------------------------- /src/main/routing/urlResolver/useUrlResolver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/routing/urlResolver/useUrlResolver.ts -------------------------------------------------------------------------------- /src/main/search/EntityFilter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/EntityFilter.tsx -------------------------------------------------------------------------------- /src/main/search/Filter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/Filter.ts -------------------------------------------------------------------------------- /src/main/search/SearchDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/SearchDialog.tsx -------------------------------------------------------------------------------- /src/main/search/SearchQueries.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/SearchQueries.graphql -------------------------------------------------------------------------------- /src/main/search/SearchResultSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/SearchResultSection.tsx -------------------------------------------------------------------------------- /src/main/search/SearchScopeDetailsSpace.graphql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/SearchScopeDetailsSpace.graphql -------------------------------------------------------------------------------- /src/main/search/SearchView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/SearchView.tsx -------------------------------------------------------------------------------- /src/main/search/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/constants.ts -------------------------------------------------------------------------------- /src/main/search/searchResults/useHydratedCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/searchResults/useHydratedCard.tsx -------------------------------------------------------------------------------- /src/main/search/useSearchTerms.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/search/useSearchTerms.ts -------------------------------------------------------------------------------- /src/main/test/testUtils.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/test/testUtils.tsx -------------------------------------------------------------------------------- /src/main/topLevelPages/Home/HomePage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/topLevelPages/Home/HomePage.tsx -------------------------------------------------------------------------------- /src/main/topLevelPages/Home/HomePageLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/topLevelPages/Home/HomePageLayout.tsx -------------------------------------------------------------------------------- /src/main/topLevelPages/myDashboard/MyDashboard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/topLevelPages/myDashboard/MyDashboard.tsx -------------------------------------------------------------------------------- /src/main/topLevelPages/myDashboard/dashboardUtil.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/topLevelPages/myDashboard/dashboardUtil.ts -------------------------------------------------------------------------------- /src/main/ui/breadcrumbs/BreadcrumbsRootItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/breadcrumbs/BreadcrumbsRootItem.tsx -------------------------------------------------------------------------------- /src/main/ui/helpButton/PlatformHelpButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/helpButton/PlatformHelpButton.tsx -------------------------------------------------------------------------------- /src/main/ui/layout/TopLevelLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/layout/TopLevelLayout.tsx -------------------------------------------------------------------------------- /src/main/ui/layout/topBar/LogoComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/layout/topBar/LogoComponent.tsx -------------------------------------------------------------------------------- /src/main/ui/layout/topBar/SearchBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/layout/topBar/SearchBar.tsx -------------------------------------------------------------------------------- /src/main/ui/layout/topLevelWrappers/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/layout/topLevelWrappers/App.tsx -------------------------------------------------------------------------------- /src/main/ui/logo/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/logo/logo.svg -------------------------------------------------------------------------------- /src/main/ui/logo/logoPreview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/logo/logoPreview.svg -------------------------------------------------------------------------------- /src/main/ui/logo/logoSmall.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/logo/logoSmall.svg -------------------------------------------------------------------------------- /src/main/ui/platformFooter/FooterLogo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/platformFooter/FooterLogo.tsx -------------------------------------------------------------------------------- /src/main/ui/platformFooter/PlatformFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/platformFooter/PlatformFooter.tsx -------------------------------------------------------------------------------- /src/main/ui/platformNavigation/constants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/platformNavigation/constants.ts -------------------------------------------------------------------------------- /src/main/ui/platformSearch/PlatformSearch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/platformSearch/PlatformSearch.tsx -------------------------------------------------------------------------------- /src/main/ui/poweredBy/PoweredBy.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/ui/poweredBy/PoweredBy.tsx -------------------------------------------------------------------------------- /src/main/userMessaging/NewMessageDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/userMessaging/NewMessageDialog.tsx -------------------------------------------------------------------------------- /src/main/userMessaging/UserMessagingButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/userMessaging/UserMessagingButton.tsx -------------------------------------------------------------------------------- /src/main/userMessaging/UserMessagingChatList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/userMessaging/UserMessagingChatList.tsx -------------------------------------------------------------------------------- /src/main/userMessaging/UserMessagingContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/userMessaging/UserMessagingContext.tsx -------------------------------------------------------------------------------- /src/main/userMessaging/UserMessagingDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/userMessaging/UserMessagingDialog.tsx -------------------------------------------------------------------------------- /src/main/userMessaging/useUserConversations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/userMessaging/useUserConversations.ts -------------------------------------------------------------------------------- /src/main/versionHandling.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/main/versionHandling.tsx -------------------------------------------------------------------------------- /src/root.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/root.tsx -------------------------------------------------------------------------------- /src/serviceWorker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/serviceWorker.ts -------------------------------------------------------------------------------- /src/setupTests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/src/setupTests.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/tsconfig.json -------------------------------------------------------------------------------- /vite.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/vite.config.mjs -------------------------------------------------------------------------------- /vite.sentry.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alkem-io/client-web/HEAD/vite.sentry.config.mjs --------------------------------------------------------------------------------