element-web/src
Suguru Hirahara abfc66a34e
Improve _ShareType.scss (#8737)
* Specify the button style explicitly removing the dependency on the mixin

The reset mixin can cause style inconsistencies by disrupting cascading arbitrarily, increasing the number of specified declarations more than needed. Though it might be useful for development, it is not necessary to use it, makes it difficult to grasp the style structure, and can be removed to optimize the structure.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove element='button' from AccessibleButton

Since AccessibleButton has role='button' by default, setting the element button property is redundant.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Protect mx_ShareType_option from being regressed structurally

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* yarn run lint:style --fix

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Wrap buttons with declarations for spacing

box-sizing is not required for the buttons or the wrapper.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* yarn run lint:style --fix

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* fix eslint errors

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Fix LocationShareMenu-test.tsx

AccessibleButton is div by default

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Reflect the review

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Revert "Remove element='button' from AccessibleButton"

This reverts commit af78d2713f6b4fca9405498e0090db1e6218ff1b.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Revert "Fix LocationShareMenu-test.tsx"

This reverts commit 7d783a733ec84af6453b2359b2d00443fcece2ef.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-06-02 14:18:26 +02:00
..
@types
accessibility
actions
async-components/views/dialogs
audio
autocomplete
components Improve _ShareType.scss (#8737) 2022-06-02 14:18:26 +02:00
contexts
customisations
dispatcher
editor
effects
emojipicker
events
hooks
i18n/strings
indexing
integrations
mjolnir
models
notifications
performance
rageshake
resizer
settings
stores
toasts
usercontent
utils
widgets
workers
AddThreepid.ts Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
Analytics.tsx
AsyncWrapper.tsx
Avatar.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
BasePlatform.ts Fix font not resetting when logging out (#8670) 2022-05-26 09:56:53 +01:00
BlurhashEncoder.ts add valuable ts-ignore 2021-07-14 19:16:34 +01:00
boundThreepids.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
call-types.ts Step 8.5: Move call event type 2022-03-28 14:02:31 -06:00
CallHandler.tsx Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
ContentMessages.ts Improve typing (#8674) 2022-05-24 09:05:29 +01:00
createRoom.ts Iterate video room designs in labs (#8499) 2022-05-04 17:02:06 -04:00
DateUtils.ts Live location share - set time limit (#8082) 2022-03-21 12:42:58 +01:00
DecryptionFailureTracker.ts Add raw error to analytics E2E error event context (#8447) 2022-05-04 21:46:03 -06:00
DeviceListener.ts Move Enterprise Erin tests from Puppeteer to Cypress (#8569) 2022-05-26 10:12:49 +00:00
Editing.ts Fix issue with redacting via edit composer flow causing stuck editStates (#8184) 2022-03-29 13:33:11 +01:00
email.ts Switch to a spec conforming email validation Regexp 2021-04-13 10:03:50 +01:00
emoji.ts Upgrade emojibase and twemoji (#7286) 2022-03-23 17:08:34 +00:00
group_helpers.tsx
HtmlUtils.tsx
IConfigOptions.ts Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
identifiers.ts We're ELEMENT 2021-05-14 14:22:31 -06:00
IdentityAuthClient.tsx
ImageUtils.ts Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
index.ts Step 6: Refactor event rendering to stop using getComponent 2022-03-28 14:02:31 -06:00
KeyBindingsDefaults.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
KeyBindingsManager.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
Keyboard.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
languageHandler.tsx
Lifecycle.ts Move Enterprise Erin tests from Puppeteer to Cypress (#8569) 2022-05-26 10:12:49 +00:00
linkify-matrix.ts Don't linkify code blocks (#7859) 2022-05-03 00:26:37 +00:00
Livestream.ts Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
Login.ts Fix crash on null idp for SSO buttons (#8650) 2022-05-20 10:08:57 +01:00
Markdown.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
MatrixClientPeg.ts Document what all of our "Pegs" are (just singletons) (#8510) 2022-05-09 21:34:27 -05:00
MediaDeviceHandler.ts Add ability to change audio and video devices during a call (#7173) 2022-05-04 16:41:56 +02:00
Modal.tsx
NodeAnimator.tsx
Notifier.ts Show notifications even when Element is focused (#8590) 2022-05-19 14:44:47 +00:00
PageTypes.ts Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
PasswordReset.ts Allow user to control if they are signed out of all devices when changing password (#8259) 2022-04-22 18:15:38 +01:00
phonenumber.ts Migrate CountryDropdown to TypeScript 2021-07-15 15:42:11 +02:00
PlatformPeg.ts Document what all of our "Pegs" are (just singletons) (#8510) 2022-05-09 21:34:27 -05:00
PosthogAnalytics.ts Add new user signup event tracking in PostHog (#8412) 2022-04-28 11:46:02 +01:00
PosthogTrackers.ts Delete groups (legacy communities system) (#8027) 2022-03-22 23:07:37 +00:00
Presence.ts Auto fix 2021-10-22 17:23:37 -05:00
Registration.tsx
Resend.ts Cancel pending events in virtual room when call placed (#7583) 2022-01-20 09:32:15 +00:00
Roles.ts Auto-fix lint errors 2021-06-29 13:11:58 +01:00
RoomAliasCache.ts Convert RoomAliasCache to Typescript 2021-06-07 11:01:38 +01:00
RoomInvite.tsx
RoomNotifs.ts Fix js-sdk types (#8588) 2022-05-13 19:13:21 +00:00
Rooms.ts Convert references to direct chat -> direct message (#8694) 2022-05-25 14:20:46 +00:00
ScalarAuthClient.ts Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
ScalarMessaging.ts Support avatar_url in the scalar client API (#8550) 2022-05-19 16:22:38 -06:00
SdkConfig.ts Fix incorrect typing on SdkConfig defaults (#8147) 2022-03-25 09:13:26 -06:00
Searching.ts Auto fix 2021-10-22 17:23:37 -05:00
SecurityManager.ts Move Enterprise Erin tests from Puppeteer to Cypress (#8569) 2022-05-26 10:12:49 +00:00
SendHistoryManager.ts Auto fix 2021-10-22 17:23:37 -05:00
sendTimePerformanceMetrics.ts Mandate use of js-sdk/src/matrix import over js-sdk/src (#7933) 2022-03-01 20:42:05 +00:00
sentry.ts Use & enforce snake_case naming convention on config.json settings (#8062) 2022-03-18 10:12:36 -06:00
shouldHideEvent.ts Fix regression of edits showing up in the timeline with hidden events shown (#8260) 2022-04-08 12:10:10 +01:00
SlashCommands.tsx
Terms.ts Step 3.2: Stop using getComponent in code 2022-03-28 14:02:31 -06:00
TextForEvent.tsx
theme.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
Unread.ts Avoid looking up settings during timeline rendering (#8313) 2022-04-14 23:23:22 +00:00
UserActivity.ts Auto-fix lint errors 2021-06-29 13:11:58 +01:00
UserAddress.ts Improve more typing 2021-07-20 12:30:41 +02:00
verification.ts Step 8.5: Move various room utilities out of createRoom 2022-03-28 14:02:31 -06:00
Views.ts Wire up more Posthog tracking (#7689) 2022-02-09 14:25:58 +00:00
VoipUserMapper.ts
WhoIsTyping.ts Auto-fix lint errors 2021-06-29 13:11:58 +01:00