* Make shared component build work in isolation * Add deps that were missing because they were getting picked up from element-web main but shared-components needs itself * Exclude test files from dts generation * Bump version * Change all the shared-component import to be the built artifact * Don't randomly inhale eslint configs in parent dirs please * maybe we don't need this anymore? * maybe fix build * Maybe fix docker build * More build faff * build:res on the parent as part of shared component prepare * link shared component repo inn docker build * 💅 * 💅x2 * Try converting the translation keys to a .d.ts file manually so it gets bundled rather than left as a relative import to the json file * add the script * Add this back for 2nd time now I think * Shouldn't need this anymore * patch-package on prepare because we're patching a dev dependency so it won't be there if we're installed as a dependency * Unused import * Prettier compliance * Only use counterpart from shared components as per comment * Import shared components CSS * Prettier * Call the one from shared components rather than recurse infinitely * Hopefully make tests work * wake up, comment goes before import * Fix lint errors * Fix dupe TranslationKey export * Update compound-web to fix type error An update to @types.react adds the 'hint' value to the enum of the 'popover' attribute and this version of compound-web uses the maching verson of @types/react so they don't conflict. * Maybe, hopefully, get the types working? Please? * Add copyright header to i18nkeys as eslint complains otherwise since it's now in src * prettier * stop running shared-component tests in EW * update snapshots because flex is now from an external stylesheet I guess * More snapshots * Manual class update * Avoid bundling compound bits Because a) it's silly and b) it means we end up bundling a copy of floating-ui too which causes absolute madness with its useDelayGroup contexts. * ignore test util files for coverage * Add !important because the styles are being applied in a different order now * Another !important because css order has changed * Try adding it here to make the test files ignored * More !important * commit yarn lock change * Add shared components coverage file * Update snapshots Because the line height was being overridden to 22.5px somehow by something I can't find, and now isn't: surely the normal 1.5rem is more sensible. * Update snapshots, attempt 2 * Another !important * More snapshot updates * Add test for i18n wrappers & add test script * lint * Prettier * Hopefully run shared component tests * don't need this bit for non-matrix * install ew deps * rigfht coverage location * Rename job here too * Try different coverage filename * Fix copyrights & comment * Typo Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --------- Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
252 lines
6.5 KiB
Plaintext
252 lines
6.5 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<ErrorView /> should match snapshot 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_ErrorView cpd-theme-light"
|
|
>
|
|
<img
|
|
alt="Element"
|
|
class="mx_ErrorView_logo"
|
|
height="160"
|
|
src="themes/element/img/logos/element-app-logo.png"
|
|
/>
|
|
<div
|
|
class="mx_ErrorView_container"
|
|
>
|
|
<h1
|
|
class="_typography_6v6n8_153 _font-heading-md-semibold_6v6n8_112"
|
|
>
|
|
TITLE
|
|
</h1>
|
|
<p
|
|
class="_typography_6v6n8_153 _font-body-lg-regular_6v6n8_69"
|
|
>
|
|
MSG1
|
|
</p>
|
|
<p
|
|
class="_typography_6v6n8_153 _font-body-lg-regular_6v6n8_69"
|
|
>
|
|
MSG2
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|
|
|
|
exports[`<UnsupportedBrowserView /> should match snapshot 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_ErrorView cpd-theme-light"
|
|
>
|
|
<img
|
|
alt="Element"
|
|
class="mx_ErrorView_logo"
|
|
height="160"
|
|
src="themes/element/img/logos/element-app-logo.png"
|
|
/>
|
|
<div
|
|
class="mx_ErrorView_container"
|
|
>
|
|
<h1
|
|
class="_typography_6v6n8_153 _font-heading-md-semibold_6v6n8_112"
|
|
>
|
|
Element does not support this browser
|
|
</h1>
|
|
<p
|
|
class="_typography_6v6n8_153 _font-body-lg-regular_6v6n8_69"
|
|
>
|
|
Element uses some browser features which are not available in your current browser. Try updating this browser if you're not using the latest version and try again.
|
|
</p>
|
|
<p
|
|
class="_typography_6v6n8_153 _font-body-lg-regular_6v6n8_69"
|
|
>
|
|
<span>
|
|
For the best experience, use
|
|
<a
|
|
href="https://google.com/chrome"
|
|
rel="noreferrer noopener"
|
|
target="_blank"
|
|
>
|
|
Chrome
|
|
</a>
|
|
,
|
|
<a
|
|
href="https://firefox.com"
|
|
rel="noreferrer noopener"
|
|
target="_blank"
|
|
>
|
|
Firefox
|
|
</a>
|
|
,
|
|
<a
|
|
href="https://microsoft.com/edge"
|
|
rel="noreferrer noopener"
|
|
target="_blank"
|
|
>
|
|
Edge
|
|
</a>
|
|
, or
|
|
<a
|
|
href="https://apple.com/safari"
|
|
rel="noreferrer noopener"
|
|
target="_blank"
|
|
>
|
|
Safari
|
|
</a>
|
|
.
|
|
</span>
|
|
</p>
|
|
<div
|
|
class="_flex_4dswl_9 mx_ErrorView_flexContainer mx_ErrorView_buttons"
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-4x); --mx-flex-wrap: nowrap;"
|
|
>
|
|
<button
|
|
class="_button_vczzf_8 _has-icon_vczzf_57"
|
|
data-kind="secondary"
|
|
data-size="sm"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
fill="currentColor"
|
|
height="20"
|
|
viewBox="0 0 24 24"
|
|
width="20"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M5 3h6a1 1 0 1 1 0 2H5v14h14v-6a1 1 0 1 1 2 0v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"
|
|
/>
|
|
<path
|
|
d="M15 3h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V6.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L17.586 5H15a1 1 0 1 1 0-2"
|
|
/>
|
|
</svg>
|
|
Learn more
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="_separator_7ckbw_8"
|
|
data-kind="primary"
|
|
data-orientation="horizontal"
|
|
role="separator"
|
|
/>
|
|
<h2
|
|
class="_typography_6v6n8_153 _font-heading-sm-semibold_6v6n8_93"
|
|
>
|
|
Use Element Desktop instead
|
|
</h2>
|
|
<div
|
|
class="_flex_4dswl_9 mx_ErrorView_flexContainer"
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-4x); --mx-flex-wrap: nowrap;"
|
|
>
|
|
<a
|
|
class="_button_vczzf_8 _has-icon_vczzf_57"
|
|
data-kind="secondary"
|
|
data-size="lg"
|
|
href="https://packages.element.io/desktop/install/macos/Element.dmg"
|
|
role="link"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
aria-hidden="true"
|
|
height="20"
|
|
width="20"
|
|
/>
|
|
Mac
|
|
</a>
|
|
<a
|
|
class="_button_vczzf_8 _has-icon_vczzf_57"
|
|
data-kind="secondary"
|
|
data-size="lg"
|
|
href="https://packages.element.io/desktop/install/win32/x64/Element%20Setup.exe"
|
|
role="link"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
aria-hidden="true"
|
|
height="20"
|
|
width="20"
|
|
/>
|
|
Windows (64-bit)
|
|
</a>
|
|
<a
|
|
class="_button_vczzf_8 _has-icon_vczzf_57"
|
|
data-kind="secondary"
|
|
data-size="lg"
|
|
href="https://packages.element.io/desktop/install/win32/arm64/Element%20Setup.exe"
|
|
role="link"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
aria-hidden="true"
|
|
height="20"
|
|
width="20"
|
|
/>
|
|
Windows (ARM 64-bit)
|
|
</a>
|
|
<a
|
|
class="_button_vczzf_8 _has-icon_vczzf_57"
|
|
data-kind="secondary"
|
|
data-size="lg"
|
|
href="https://element.io/download#linux"
|
|
role="link"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
aria-hidden="true"
|
|
height="20"
|
|
width="20"
|
|
/>
|
|
Linux
|
|
</a>
|
|
</div>
|
|
<h2
|
|
class="_typography_6v6n8_153 _font-heading-sm-semibold_6v6n8_93"
|
|
>
|
|
Or use our mobile app
|
|
</h2>
|
|
<div
|
|
class="_flex_4dswl_9 mx_ErrorView_flexContainer"
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-6x); --mx-flex-wrap: nowrap;"
|
|
>
|
|
<a
|
|
href="https://apps.apple.com/app/vector/id1083446067"
|
|
rel="noreferrer noopener"
|
|
target="_blank"
|
|
>
|
|
<img
|
|
alt="Apple App Store"
|
|
height="64"
|
|
src="themes/element/img/download/apple.svg"
|
|
/>
|
|
</a>
|
|
<a
|
|
href="https://play.google.com/store/apps/details?id=im.vector.app"
|
|
rel="noreferrer noopener"
|
|
target="_blank"
|
|
>
|
|
<img
|
|
alt="Google Play Store"
|
|
height="64"
|
|
src="themes/element/img/download/google.svg"
|
|
/>
|
|
</a>
|
|
<a
|
|
href="https://f-droid.org/repository/browse/?fdid=im.vector.app"
|
|
rel="noreferrer noopener"
|
|
target="_blank"
|
|
>
|
|
<img
|
|
alt="F-Droid"
|
|
height="64"
|
|
src="themes/element/img/download/fdroid.svg"
|
|
/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|