Richard van der Hoff
8fe05fdff3
Correct path to components.css
...
Fix failure to find components.css which was introduced in e1919c5
(https://github.com/vector-im/vector-web/pull/2513 )
6 years ago
Richard van der Hoff
e1919c5ea3
Don't include two copies of the CSS in the tarball
...
Aggregate our CSS into build/components.css instead of vector/components.css, so
that it isn't included in the tarball.
6 years ago
David Baker
61d7db6eb6
Correct text alignment on room directory search
...
Seemed to only be broken on firefox
6 years ago
David Baker
df94dd7487
Update ChangelogDialog.js
6 years ago
David Baker
d04201d069
Replace stage & es2017 with specific plugins
...
Also sort out regenerator runtime as it turns out importing
babel-polyfill in your code is insufficient if using webpack
because it's imported too late, so use both that and
regenerator-runtime. Sigh.
6 years ago
David Baker
82de2ca4ec
Remove transform-runtime
...
We use instance methods (or at least, draft.js does) so we need
babel-polyfill instead.
6 years ago
David Baker
5608e97719
Remove babel-polyfill
...
Should be no need for it if we're using transform-runtime (and
we definitely don't need it twice...)
6 years ago
Aviral Dasgupta
d6f27add66
Upgrade to babel6 and enable some presets.
6 years ago
David Baker
ea09a25563
Revert "Switch to babel 6"
6 years ago
David Baker
40ac80a3e9
Replace stage & es2017 with specific plugins
...
Also sort out regenerator runtime as it turns out importing
babel-polyfill in your code is insufficient if using webpack
because it's imported too late, so use both that and
regenerator-runtime. Sigh.
6 years ago
David Baker
5f747e1a90
Remove transform-runtime
...
We use instance methods (or at least, draft.js does) so we need
babel-polyfill instead.
6 years ago
David Baker
64815b1b0b
Remove babel-polyfill
...
Should be no need for it if we're using transform-runtime (and
we definitely don't need it twice...)
6 years ago
Richard van der Hoff
97cedfc712
Centre images in dialog buttons
...
Some dialogs put a spinner in the button... need to line them up.
6 years ago
Aviral Dasgupta
42993a78ed
Only show quote option if RTE is enabled
6 years ago
David Baker
323bd79d0e
Fix join button for 'matrix' networks
...
Fixes https://github.com/vector-im/vector-web/issues/2435
6 years ago
Matthew Hodgson
60adbffacf
try to fix the create room label
6 years ago
David Baker
5e293c0f45
Don't stop paginating if no rooms match
...
Always show the scrollpanel otherwise we stop paginating if there
are no matching rooms in the first request (as per comment).
Fixes no freenode rooms being shown.
6 years ago
David Baker
c0a4574069
For single instance, allow domain present & match
6 years ago
David Baker
de9bf4bb47
Actually use variable
6 years ago
David Baker
b80b08f04f
Specify width on icons & comment
6 years ago
David Baker
304e5b997a
PR Freedback
6 years ago
David Baker
6b4dbfbd62
Change default brand to Riot
...
& update sample config
6 years ago
David Baker
000ca35727
Don't pop up errors when this API fails for guests
6 years ago
David Baker
776fe2ad70
Different way of getting fields for 3p location
...
Try to match protocol insance from 'domain' field and use its
fields for all but the last field. Assume the last takes the user
input.
6 years ago
Aviral Dasgupta
9174b32ef1
Upgrade to babel6 and enable some presets.
6 years ago
David Baker
b71b1b5535
Use more variables
6 years ago
Matthew Hodgson
5b3524f174
better wordwrap on RightPanels
6 years ago
David Baker
f9a70a8b04
Use 'Sign In' / 'Sign Out' universally
...
Rather than a mix of 'sign in/out' and 'log in/out'
6 years ago
David Baker
b652ea5024
Prevent network dropdown resizing slightly
...
Dropdown resized by 2px when opened
6 years ago
David Baker
2a37a0cb19
Room directory: indicate when there are no results
...
Fixes https://github.com/vector-im/vector-web/issues/2250
6 years ago
David Baker
761600f325
Add native joining of 3p networks to room dir
...
Use the 3rd party location lookup API to accept third-party locations
in their native form and look up the corresponding portal room for
that location.
Also give the network dropdown some placeholder text.
Fixes https://github.com/vector-im/vector-web/issues/2374
6 years ago
David Baker
65f14c7d21
Stop random rooms appearing when switching network
...
in the public room directory
6 years ago
David Baker
864ba52bc5
Relative img paths please
6 years ago
David Baker
fdb5020c0c
Oops, fix undefined variable
6 years ago
David Baker
0db12fcd22
Move method & don't wastefullt create elements
...
Put did update with the other react interface methods & don't
bother creating the 'current_value' if we throw it away later.
6 years ago
David Baker
5ca391f914
Replace double truth test with something sane
...
Also typo
6 years ago
David Baker
a32abae5a3
Don't use _matrix as default if there isn't one
6 years ago
David Baker
6ff1c30a4b
Fix spurious fill requests when switching networks
...
Ignore responses for old servers too, don't trigger a backfill request
when we re-render before refresh. Also a few more comments.
6 years ago
David Baker
85ea45a64a
Room dir: New filtering & 3rd party networks
...
Changes filtering on 3rd party networks to divide into portal / non portal rooms and not show portal rooms by default. Adds a special '_matrix' network for all rooms that aren't portal rooms.
Also adds ability to query 3rd party directory servers.
6 years ago
David Baker
bf58c340bc
Oops, missed the ref
6 years ago
David Baker
dc0b15bdfa
Remove unused variable / function
6 years ago
David Baker
51a5542446
Make tests pass
6 years ago
David Baker
3938abc5dd
add webkit vendor prefixed properties
...
for mavericks safari
6 years ago
David Baker
4961a97ed4
More css:
...
* Make join button more buttony
* Fix size of dropdown, allow search box to expand
* Use flexbox within search box to input can fill the rest of the space
6 years ago
David Baker
fb477fad1e
Less hardcoded CSS
6 years ago
David Baker
a070bccffb
Hacky hardcoded css for join button
6 years ago
David Baker
8e1105b12a
Oops, wrong function
6 years ago
David Baker
2e77b0a3c7
Use directory search box component
6 years ago
David Baker
d9c51832ab
Use 2x res logo to work with hidpi displays
6 years ago
David Baker
5011d3b158
Only show version bar if on develop
...
Or rather, if the version string is in the right format it to work.
6 years ago