..
crypto
fix proptype typo
2020-04-02 13:44:19 +02:00
AccessibleButton.js
Stop using KeyboardEvent.keyCode as it is deprecated
2019-12-16 17:14:03 +00:00
AccessibleTooltipButton.js
[CONFLICT CHUNKS] Merge branch 'develop' into travis/sourcemaps-develop
2020-01-09 14:15:09 -07:00
ActionButton.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
AddressSelector.js
Silence usages of componentWillReceiveProps
2020-04-01 14:35:39 -06:00
AddressTile.js
Fix MatrixClientPeg imports
2019-12-22 21:15:54 -07:00
AppPermission.js
Fix MatrixClientPeg imports
2019-12-22 21:15:54 -07:00
AppTile.js
Appease the linter
2020-04-23 23:25:53 -06:00
AppWarning.js
Convert image URLs in React to require
calls
2019-01-17 22:06:49 -06:00
CreateRoomButton.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
DeviceVerifyButtons.js
Use componentDidMount in place of componentWillMount where possible
2020-03-31 14:14:17 -06:00
DialogButtons.js
Add new session verification details dialog
2020-01-27 23:16:26 +00:00
DirectorySearchBox.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
DNDTagTile.js
formatted files
2020-05-02 13:25:18 +02:00
Draggable.tsx
Implement IRC draggable display name width
2020-05-13 02:16:43 +01:00
Dropdown.js
Appease the linter by turning it off
2020-04-01 14:45:54 -06:00
EditableItemList.js
Field: make id optional, generate one if not provided
2020-03-29 22:59:15 +01:00
EditableText.js
Silence usages of componentWillReceiveProps
2020-04-01 14:35:39 -06:00
EditableTextContainer.js
Use componentDidMount in place of componentWillMount where possible
2020-03-31 14:14:17 -06:00
ErrorBoundary.js
Fix review problems
2020-05-18 16:37:10 +01:00
EventListSummary.js
Make ELS somewhat more accessible
2020-03-29 20:12:10 +01:00
Field.js
Field: mark id as optional in propTypes
2020-03-30 18:42:47 +01:00
Flair.js
Appease the linter by turning it off
2020-04-01 14:45:54 -06:00
FormButton.js
fix lint
2019-11-22 16:25:30 +01:00
GroupsButton.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
IconButton.js
fix pr feedback
2019-11-15 17:29:38 +01:00
ImageView.js
Revert "Fix downloading files in electron not being sent into browser"
2020-03-03 13:33:07 -07:00
InlineSpinner.js
Convert CommonJS exports to ES6-compatible exports
2019-12-22 21:01:02 -07:00
InteractiveTooltip.js
Fix propTypes declaration
2019-12-05 10:42:20 +00:00
IRCTimelineProfileResizer.tsx
Fix review problems
2020-05-18 16:37:10 +01:00
LabelledToggleSwitch.js
Create unencrypted rooms by default in e2e-tests
2020-04-16 16:27:43 -06:00
LanguageDropdown.js
disable language dropdown too
2020-04-15 14:19:47 +01:00
LazyRenderList.js
Add bunch of null-guards and similar to fix React Errors/complaints
2019-12-19 15:10:54 +00:00
ManageIntegsButton.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
MemberEventListSummary.js
Merge pull request #3761 from matrix-org/travis/babel7-wp-es6-export
2020-01-08 09:09:11 -07:00
MessageSpinner.js
Convert CommonJS exports to ES6-compatible exports
2019-12-22 21:01:02 -07:00
PersistedElement.js
Move rendering of PersistedElements into other lifecycle stages
2020-04-01 14:30:57 -06:00
PersistentApp.js
Merge pull request #4313 from matrix-org/travis/react-warnings/1-componentDidMount
2020-04-01 11:13:04 -06:00
Pill.js
Actually appease the linter
2020-04-01 14:49:39 -06:00
PowerSelector.js
Silence usages of componentWillReceiveProps
2020-04-01 14:35:39 -06:00
ProgressBar.js
Convert CommonJS exports to ES6-compatible exports
2019-12-22 21:01:02 -07:00
ReplyThread.js
Lint
2020-05-07 14:22:15 +01:00
ResizeHandle.js
add id to props for completeness
2018-12-18 14:31:38 +01:00
RoomAliasField.js
Field: make id optional, generate one if not provided
2020-03-29 22:59:15 +01:00
RoomDirectoryButton.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
SettingsFlag.js
undo one of the "fixes"
2020-01-06 09:35:14 +00:00
Spinner.js
Convert CommonJS exports to ES6-compatible exports
2019-12-22 21:01:02 -07:00
Spoiler.js
add license header, descriptive comment and change to class
2019-08-29 18:13:52 +02:00
SSOButton.js
riot-desktop open SSO in browser so user doesn't have to auth twice
2020-03-02 14:59:54 +00:00
StartChatButton.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
SyntaxHighlight.js
Silence usages of componentWillReceiveProps
2020-04-01 14:35:39 -06:00
TagTile.js
formatted files
2020-05-02 13:25:18 +02:00
TextWithTooltip.js
Convert many imports to handle ES6 exports
2019-12-22 21:04:42 -07:00
TintableSvg.js
Use componentDidMount in place of componentWillMount where possible
2020-03-31 14:14:17 -06:00
TintableSvgButton.js
eslint --fix src/
2018-10-26 22:50:38 -05:00
ToggleSwitch.js
Fix more imports post-merge
2020-01-09 14:19:19 -07:00
Tooltip.js
Convert CommonJS exports to ES6-compatible exports
2019-12-22 21:01:02 -07:00
TooltipButton.js
Merge pull request #3761 from matrix-org/travis/babel7-wp-es6-export
2020-01-08 09:09:11 -07:00
TruncatedList.js
Convert CommonJS exports to ES6-compatible exports
2019-12-22 21:01:02 -07:00
UserSelector.js
Label and use UNSAFE_componentWillMount to minimize warnings
2020-03-31 14:15:23 -06:00
Validation.js
refactor to add Validation::final
2020-02-29 01:00:57 +00:00