Michael Telatynski
da9f1d1fa3
discard create-react-class, no point using it here. use React.FC
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-06 18:22:11 +01:00
Michael Telatynski
06e7a48aaf
Switch to React 16.8
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-01 15:31:33 +01:00
J. Ryan Stinnett
fa10022496
Add key
to footer links to appease React
2019-03-29 15:58:41 +00:00
Jonas Jelten
5a051824c0
configure auth footer links through sdkconfig
...
Signed-off-by: Jonas Jelten <jelten@in.tum.de>
2019-03-28 12:32:10 +01:00
J. Ryan Stinnett
9a90336238
Remove hack for Status theme
2019-02-13 10:47:51 +00:00
J. Ryan Stinnett
678904dcfb
Allow configuring auth header logo
2019-02-11 16:29:50 +00:00
J. Ryan Stinnett
18d898cc1f
Convert VectorAuthHeaderLogo to modern code style
2019-02-11 16:15:04 +00:00
J. Ryan Stinnett
86ced4cdad
Allow configuring welcome background image
2019-02-11 16:15:04 +00:00
J. Ryan Stinnett
aea2b1ebc9
Convert VectorAuthPage to modern code style
2019-02-11 16:15:03 +00:00
J. Ryan Stinnett
b00fb0e96a
Remove Riot linkification
2019-02-08 09:18:01 +00:00
J. Ryan Stinnett
dd51cccd7c
Move home to welcome, remove unused images
2019-02-07 17:10:38 +00:00
J. Ryan Stinnett
489282e047
HomePage renamed to EmbeddedPage
2019-02-07 16:38:18 +00:00
J. Ryan Stinnett
10f178e429
Fix background URL
2019-02-01 14:25:18 -06:00
J. Ryan Stinnett
8bac9efd4c
Update Riot logo
2019-02-01 13:04:48 -06:00
J. Ryan Stinnett
bf0b2ea101
Add glass effect
2019-02-01 12:10:55 -06:00
J. Ryan Stinnett
42a3668efa
Add background image to auth pages
2019-02-01 10:31:40 -06:00
J. Ryan Stinnett
b0e4a9b08b
Clean up Custom Server Help dialog
2019-01-28 21:04:38 -06:00
David Baker
c773fcb946
Add target="_blank" to footer links
...
See https://github.com/matrix-org/matrix-react-sdk/pull/2496
2019-01-24 17:14:42 +00:00
J. Ryan Stinnett
6d7492d92a
Add Riot logo via more targeted replacement
2019-01-22 22:41:16 -06:00
J. Ryan Stinnett
a2c84e7702
Remove dots between footer links
2019-01-22 19:51:24 -06:00
J. Ryan Stinnett
41adcdc898
Rename LoginPage, Header, Footer views to Auth*
2019-01-21 19:11:57 -06:00
J. Ryan Stinnett
e98346e7cd
Rename login directory to auth
2019-01-21 17:46:03 -06:00
David Baker
1dfaf70562
Revert "Revert "Run lint on travis builds and use modern node versions""
2018-11-22 18:25:55 +00:00
David Baker
f701e2601a
Revert "Run lint on travis builds and use modern node versions"
2018-11-22 18:17:09 +00:00
Aaron Raimist
c470e2dcfb
Actually I'll just fix the errors myself and get rid of lintwithexclusions
...
I seemingly need babel-eslint version 8 for VectorHomePage.js but might as well just upgrade to version 10
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-19 21:04:55 -05:00
Aaron Raimist
6abd1de8b8
eslint --fix on src/
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-19 20:59:06 -05:00
Matthew Hodgson
104a4150ae
PR feedback; fix staticness and add ;s
2018-04-18 16:20:42 +01:00
Matthew Hodgson
e046a72750
flesh out status todo comment
2018-04-18 16:20:32 +01:00
Matthew Hodgson
7ee534388b
convert VectorHomePage into ES6 and have it nicely override HomePage
2018-04-18 10:20:35 +01:00
Matthew Hodgson
a46b718b4a
copy resources from their new locations
2018-04-13 01:49:52 +01:00
Matthew Hodgson
f569fddf15
make VectorHomePage override HomePage
2018-04-13 00:42:58 +01:00
Matthew Hodgson
3ecbfae371
move everything not explicitly riot (or status) branded into matrix-react-sdk
2018-04-11 23:49:52 +01:00
NotAFile
7262291dda
change vector-web repo to riot-web in changelog
...
closes #6479
Signed-off-by: Adrian Tschira <nota@notafile.com>
2018-04-10 15:57:16 +02:00
Richard Lewis
1abe5771fd
Merge pull request #6242 from vector-im/rxl881/snapshot
...
Stickerpacks
2018-03-29 16:12:53 +01:00
Luke Barnard
7673d2aa51
Fix missing import
2018-03-27 17:19:57 +01:00
Luke Barnard
95f0aaac68
Force gemini on HomePage
2018-03-27 11:54:10 +01:00
Richard Lewis
e3a3dec8a2
Move variables out of state.
2018-03-26 11:53:39 +01:00
Richard Lewis
700515cce3
Add some comments.
2018-03-26 11:48:29 +01:00
Richard Lewis
e36d972d94
Bind function in constructor.
2018-03-26 11:36:42 +01:00
David Baker
c99ca372d6
Merge pull request #6354 from vector-im/luke/reword-BugReportDialog
...
Reword the BugReportDialog.js as per @lampholder
2018-03-20 11:06:35 +00:00
Luke Barnard
324774ec2f
Reword the BugReportDialog.js as per @lampholder
...
See https://github.com/matrix-org/matrix-react-sdk/pull/1740#issuecomment-369597662
2018-03-20 10:52:50 +00:00
Luke Barnard
f5a58258f9
Take TagPanel out of labs
2018-03-19 14:11:48 +00:00
Luke Barnard
7dc82e2e7a
Force update RoomSubList after reading a room
...
so that the notification count is updated.
Previously we relied on a force update from RoomList, which was
removed as part of the optimisations in
https://github.com/matrix-org/matrix-react-sdk/pull/1801
2018-03-16 17:55:29 +00:00
Luke Barnard
71786116d8
Ensure entire LeftPanel is faded when settings open
...
so as to prevent interaction with TagPanel.
Fixes https://github.com/vector-im/riot-web/issues/6184
2018-03-16 15:56:25 +00:00
Luke Barnard
fd8b36eb1c
Use React.PureComponent instead of reimplementing it
2018-03-15 13:09:29 +00:00
Luke Barnard
04b1678c7f
Implement a simple shouldComponentUpdate for DNDRoomTile
...
because otherwise beautiful dnd spends a lot of time requesting
animation frames pointlessly.
2018-03-14 15:06:13 +00:00
Luke Barnard
afb9fdf4ec
Fix bug where cannot send group invite on GroupMemberInfo phase
...
by not reusing the same function and invoking separate conditions
to decide what the function does but instead using different
functions.
Also, show the GroupMemberList after inviting a member, otherwise
we might end up looking at the member we were already looking at
instead of the updated list of members.
2018-03-12 17:18:30 +00:00
Luke Barnard
8d5717b812
Allow arbitrary React nodes in RoomTooltip
2018-03-08 14:11:06 +00:00
Richard Lewis
6785d75ad2
Remove logging.
2018-03-06 14:46:40 +00:00
Richard Lewis
78ae1ada3c
Fix tooltip vertical positioning.
2018-03-06 14:21:31 +00:00