Matthew Hodgson
b3431bb750
fix incoming call box
5 years ago
Matthew Hodgson
4864716abb
Merge pull request #3564 from t3chguy/t3chguy/malformed-notifications-gnome-kde
...
Escape HTML Tags from Linux Notifications (electron)
5 years ago
Matthew Hodgson
8a6283fedf
Merge pull request #3651 from t3chguy/t3chguy/show_access_token
...
styling for spoilerized access token view in Settings
5 years ago
Matthew Hodgson
634cf528b4
Merge pull request #3690 from t3chguy/fix_webpack_config
...
Fix Webpack conf
5 years ago
Michael Telatynski
0da6ca8aea
add more comment to explain this weirdness
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Michael Telatynski
08fb20a0df
use a character class for brevity
...
add a comment so this madness has meaning
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Michael Telatynski
a8e4a2158a
move styling to correct place
...
NOTE TO SELF
1:1 mapping between react component to scss file.
Makes sense...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Matthew Hodgson
2f3e389a68
Merge pull request #3599 from coletivoEITA/develop
...
Add config.json to .gitignore
5 years ago
Matthew Hodgson
fb3ef89b50
Merge pull request #3641 from t3chguy/t3chguy/electron_launch_hidden
...
add command line arg (--hidden) for electron app
5 years ago
Matthew Hodgson
523b315985
Merge pull request #3640 from t3chguy/t3chguy/lightbox_download_button
...
fix ImageView Download functionality
5 years ago
Matthew Hodgson
36f08cf73c
Merge pull request #3693 from t3chguy/cross-env
...
Add cross-env into the mix
5 years ago
Matthew Hodgson
5c00af7123
Merge pull request #3694 from turt2live/travis/remember-unsupported-browser
...
Remember acceptance for unsupported browsers.
5 years ago
Matthew Hodgson
38fa9f78f1
prefix localstorage key as per the convention
5 years ago
Matthew Hodgson
8a9b750b31
apply focus filter to normal buttons too
5 years ago
Matthew Hodgson
26ebd20956
improve logo cosmetics
5 years ago
turt2live
e877ad2e63
Remember acceptance for unsupported browsers.
...
Addresses #3624 .
This stores the flag in localStorage, after checking if localStorage is available. If localStorage is not available, the user will be prompted just like before this commit.
Signed-off-by: Travis Ralston <travpc@gmail.com>
5 years ago
Michael Telatynski
dd7f9e2d5f
argh, fix eslint false positives
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
David Baker
141aafd18e
v0.9.9-rc.1
5 years ago
David Baker
8aed52ece9
Prepare changelog for v0.9.9-rc.1
5 years ago
David Baker
ce5a7ba48a
Rewind version to try again, again
5 years ago
David Baker
95647fb7a1
v0.9.9-rc.1
5 years ago
David Baker
d0c0eeac0a
Prepare changelog for v0.9.9-rc.1
5 years ago
David Baker
f25612198e
0.9.8, not 0.9.9
5 years ago
David Baker
ca6d9063fd
Back up release version to try again
5 years ago
David Baker
eec0c274d2
v0.9.9-rc.1
5 years ago
David Baker
b5a5b472c4
Prepare changelog for v0.9.9-rc.1
5 years ago
David Baker
9747836a4d
Update react-sdk and js-sdk dependencies
5 years ago
Luke Barnard
2afe9e6928
Merge pull request #3692 from vector-im/luke/login-ui
...
Cosmetics to go with matrix-org/matrix-react-sdk#811
5 years ago
Luke Barnard
f010afe63f
Add emojione PNGs to the COPY_LIST
5 years ago
Michael Telatynski
60b280f166
Add cross-env into the mix
...
this way `npm run build` will work on Windows too :D
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Luke Barnard
a2b465e352
Remove old logo
5 years ago
Luke Barnard
1e139ef183
Cosmetics to go with matrix-org/matrix-react-sdk#811
5 years ago
Michael Telatynski
9b38a97110
Fix Webpack conf
...
+ conform to a bit more eslint (IDE makes my eyes hurt)
+ specify windows-specific copies of noParse regexes to stop the olm error
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Matthew Hodgson
9c27075175
Merge pull request #3680 from t3chguy/t3chguy/escape_cancel_search_focus_composer
...
Cancel quicksearch on ESC
5 years ago
Michael Telatynski
52a119244b
Cancel quick-search on Escape, clearing it and returning focus to composer.
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Matthew Hodgson
ddd12edc06
clear the searchbox after quick-search
5 years ago
Matthew Hodgson
8f20fcfa6b
Merge pull request #3654 from vector-im/matthew/quick-search
...
Optimise RoomList and implement quick-search functionality on it.
5 years ago
Matthew Hodgson
c1d30664de
pass through selectedRoom
5 years ago
Matthew Hodgson
1803a0df9e
select any existing filter text on ctrl-k
5 years ago
Matthew Hodgson
a5bd8bd034
bump react-gemini-scrollbar
5 years ago
Matthew Hodgson
751f715e77
fix focus highlight on bright theme
5 years ago
Matthew Hodgson
a5bd8b36b8
fix focus highlight on bright theme
5 years ago
Matthew Hodgson
e780fe4067
we don't need RoomTile specific focus in the end
5 years ago
Michael Telatynski
0480a880f3
styling for spoilerized access token view in Settings
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 years ago
Matthew Hodgson
acbc3e9f9b
move RoomSubList.refreshHeader to apply to the whole RoomSubList again
5 years ago
Matthew Hodgson
a8daa53a5b
always let tab/shift-tab select sublist headers
5 years ago
Matthew Hodgson
053beae035
move focus-via-up/down cursors to LeftPanel
5 years ago
Richard van der Hoff
ccc33db9dd
Compress uploaded rageshakes. ( #3647 )
5 years ago
Richard van der Hoff
66a473863a
Merge pull request #3648 from vector-im/rav/rageshake_progress
...
Progress updates for rageshake uploads
5 years ago
Richard van der Hoff
25907301a3
More unmounted guards in BugReportDialog
5 years ago