1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

1036 Commits

Author SHA1 Message Date
fc1dd51046 Fix commit edit history
Fix https://github.com/vector-im/element-web/issues/18742
2021-08-26 15:05:35 +02:00
49453f2d49 Merge pull request #6604 from SimonBrandner/task/colors-2
Color de-duplication #2
2021-08-24 12:37:18 -06:00
a62717ed85 Force a new layer for backdrop panel 2021-08-24 19:23:12 +02:00
4cd79e30af Improve layering for chat
Currently we have a lot of unnecessary layers being created in the app,
which is extremely problematic on Windows when using Chrome, as it
deoptimises fonts rendering due to layers mismatch; chrome's algorithm
can't figure out if the layers won't resize or overlap so it creates a
lot of additional layers, which has a side effect of turning off
sub-pixel antialiasing on Windows.
This is a first step to improve the layering in the entire app.
2021-08-24 19:22:35 +02:00
1e1fc64769 Fix breadcrumbs overflowing left-panel 2021-08-24 16:06:20 +02:00
a93d5cde09 Simplify rendering to css-only 2021-08-24 14:38:39 +02:00
0746fab09d Make stylelint happy 2021-08-24 14:23:30 +02:00
a5c005756e Fix resizer on left panel 2021-08-24 13:05:46 +02:00
e2c55c61f3 Fix difficult to grab scrollbar
Fixes https://github.com/vector-im/element-web/issues/18689
2021-08-24 09:37:33 +02:00
bf87413442 Revert "$roomlist-header-color -> $tertiary-content"
This reverts commit 25a3a8ddfd.
2021-08-24 09:02:17 +02:00
8aacd968c7 Remove comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-24 09:00:49 +02:00
a5f6a2dd64 Remove comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-24 08:57:54 +02:00
b6ea75b681 Merge remote-tracking branch 'upstream/develop' into task/colors-2
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-24 08:57:12 +02:00
15c731d574 Merge pull request #6507 from matrix-org/t3chguy/fix/18089
Allow pagination of the space hierarchy and use new APIs
2021-08-23 15:51:34 -06:00
6205cbbdec Merge pull request #6659 from matrix-org/palid/fix/backdrop-blur
Optimize background image from avatar on left panel
2021-08-23 20:05:49 +02:00
618cc70cbd Make stylelint happy 2021-08-23 19:43:08 +02:00
e54191f6b0 Move background-blur to fully css version 2021-08-23 19:26:57 +02:00
01eda5158b Revert "Make the background-blur always 100%"
This reverts commit e8c974a71e.
2021-08-23 17:39:06 +02:00
e8c974a71e Make the background-blur always 100% 2021-08-23 17:30:02 +02:00
7dfe57833a Fix GroupFilterPanel not having proper backdrop 2021-08-23 16:57:24 +02:00
ca92101c72 Optimize and rewrite backdrop rendering 2021-08-23 16:20:21 +02:00
9a3a5a7e63 Fix spaces preview screen 2021-08-21 10:47:34 +02:00
d9b79888fd Fix content not being centered 2021-08-20 18:15:57 +02:00
86b6c6a836 Fix room views not having proper container 2021-08-20 16:32:56 +02:00
67ce081510 Fix one line too much in scss 2021-08-20 13:04:45 +02:00
f5a284a1f0 Fix flex values after blur changes 2021-08-19 16:10:09 +02:00
8fe28fe864 Update res/css/structures/auth/_Login.scss
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-19 09:19:02 +02:00
b9604d1fb5 Make ForgotPassword UX slightly more user friendly 2021-08-19 09:12:52 +02:00
e83722e9d9 Fix missing background color in GroupFilterPanel 2021-08-18 13:56:19 +02:00
3fd95ad374 Fix missing coma 2021-08-17 19:09:58 +02:00
eb242041a5 Fix missing background tonality without avatar 2021-08-17 18:56:19 +02:00
515fc244b6 Revert useless change 2021-08-17 18:00:39 +02:00
de2eb5b6dd Satisfy linter 2021-08-17 17:59:26 +02:00
2ee26d0681 Make the blur as-close to the css one as possible 2021-08-17 17:47:40 +02:00
a999cad49d Properly cache blur effect 2021-08-17 16:07:17 +02:00
a2797795b2 Add proper glass-like look 2021-08-16 16:52:41 +02:00
bad37e65db Add missing position:relative; 2021-08-16 16:52:32 +02:00
582b5c90a4 Properly sepearate left column from timeline 2021-08-16 14:26:21 +02:00
9d909dcdf8 tweaks 2021-08-13 15:44:43 +01:00
5f9b55eaa9 Merge remote-tracking branch 'origin/develop' into gsouquet/fix-backdrop-filter
* origin/develop: (1278 commits)
  Add a little padding
  Keep number field in focus when pressing dialpad buttons (#6520)
  Remove old version
  Fix video call persisting when widget removed
  Update link to matrix-js-sdk CONTRIBUTING file (#6557)
  $toast-bg-color -> $system
  $system-... -> $system
  Iterate PR based on feedback
  Remove unnecessary code
  Use AccessibleTooltipButton
  Just upload the PR object itself
  Edit PR Description instead of commenting
  publish the right directory
  Fix Netflify builds from fork PRs
  This doesn't need to be here as it was moved into CallViewButtons
  Make scrollbar dot transparent
  Iterate PR based on feedback
  Don't set hidden RRs labs setting at account level
  Add a comment for weirdly placed div
  Add full class names to animations.scss
  ...
2021-08-13 15:12:07 +02:00
25a3a8ddfd $roomlist-header-color -> $tertiary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-12 17:19:31 +02:00
4604d817c4 $roomlist-filter-active-bg-color -> $background
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-12 17:19:31 +02:00
8b59bf3d18 $tertiary-fg-color -> $tertiary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-12 17:19:29 +02:00
10bc85724a $secondary-fg-color -> $secondary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-12 17:19:26 +02:00
e5fd19c332 $primary-fg-color -> $primary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-12 17:18:18 +02:00
2afee596a9 $primary-bg-color -> $background
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-12 17:17:34 +02:00
7ce88c9966 $toast-bg-color -> $system
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-08-12 16:20:30 +02:00
57bf64bd28 Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18088
 Conflicts:
	src/components/views/spaces/SpacePanel.tsx
2021-08-12 12:05:55 +01:00
85b1f166e8 post-merge tidy up 2021-08-12 12:03:14 +01:00
0a209afdc2 Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18089
 Conflicts:
	res/css/structures/_SpaceHierarchy.scss
	src/components/structures/SpaceHierarchy.tsx
	src/i18n/strings/en_EN.json
2021-08-12 11:41:03 +01:00