summary refs log tree commit diff
path: root/webclient/app.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move video background element up as it was causing the page to scroll.David Baker2014-09-191-1/+3
|
* SYWEB-32: made all input/textearea inherit the font of their parentEmmanuel ROHEE2014-09-191-0/+5
|
* Merge branch 'videocalls' into developDavid Baker2014-09-191-0/+74
|\ | | | | | | | | Conflicts: webclient/room/room.html
| * First working version of UI chrome for video calls.David Baker2014-09-191-11/+25
| |
| * add unprefixed filter css as wellDavid Baker2014-09-181-0/+2
| |
| * Prettier and stabler video with basic support for viewing mode. For now, ↵David Baker2014-09-181-9/+23
| | | | | | | | transition into 'large' mode is disabled.
| * WIP video chat layoutDavid Baker2014-09-181-0/+28
| |
| * Video calling (in a tiny box at the moment)David Baker2014-09-171-0/+16
| |
* | SYWEB-13: Do not start the app if the browser does not support WEBStorage.Emmanuel ROHEE2014-09-191-1/+6
| | | | | | | | Internet Explorer case: Launch the app only for versions 9 and higher.
* | webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which ↵Kegan Dougal2014-09-171-0/+4
| | | | | | | | doesn't clutter the recents list.
* | WEB-27: We don't need to show the user-count in Recents in the room ↵Emmanuel ROHEE2014-09-161-1/+6
| | | | | | | | sidepanel - takes up too much room
* | Added utility function containsBingWord and hook up some css to it.Kegan Dougal2014-09-161-0/+4
|/
* Use "white-space: pre-wrap" for "Text will wrap when necessary, and on line ↵Emmanuel ROHEE2014-09-151-3/+2
| | | | breaks"
* unbreak wordwrapping by breaking multiline paste for nowMatthew Hodgson2014-09-131-1/+2
|
* Fixed public room name and users count alignementEmmanuel ROHEE2014-09-121-10/+22
| | | | Put data into a table to ease layout and manage long strings
* Added edition of room nameEmmanuel ROHEE2014-09-121-4/+4
|
* Added support of copy/paste of multi lines contentEmmanuel ROHEE2014-09-111-0/+5
|
* Animation on call end icon.David Baker2014-09-101-9/+9
|
* CSS tweakageKegan Dougal2014-09-081-0/+3
|
* Display a 'Set Topic' button if there is no topic or it's a 0-len string.Kegan Dougal2014-09-081-1/+9
|
* Add ability to set topic by double-clicking on the topic text then hitting ↵Kegan Dougal2014-09-081-0/+5
| | | | enter.
* long topic is long. CSS support itKegan Dougal2014-09-081-0/+4
|
* Display public room topics if they exist on the public room list.Kegan Dougal2014-09-081-0/+7
|
* Display the room topic in the room, underneath the name of the room.Kegan Dougal2014-09-081-6/+15
|
* Float right the num users, apply room highlight to user count.Kegan Dougal2014-09-081-0/+5
|
* Added num_joined_users key to /publicRooms for each room. Show this ↵Kegan Dougal2014-09-081-0/+4
| | | | information in the webclient.
* Make #matrix public rooms bold to make them stand out from the other public ↵Kegan Dougal2014-09-081-0/+4
| | | | rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check.
* Center recaptcha dialog.Kegan Dougal2014-09-081-0/+4
|
* Better call bar (visually: still lacks ring[back] tones).David Baker2014-09-061-1/+43
|
* BF: Fixed members list layout when the scrollbar appearsEmmanuel ROHEE2014-09-051-1/+3
|
* Fixed duplicated messages sending in slow network condition.Emmanuel ROHEE2014-09-051-0/+7
| | | | | | | Show the message sending flow state in the messages list: - While sending, the message appears semi transparent in the chat. - If successfully sent, it appears as before, ie normal - In case of failure, it appears in red with an Unsent text.
* make power level more visibleMatthew Hodgson2014-09-021-3/+3
|
* Attempt to make avatar change clearerEmmanuel ROHEE2014-09-021-0/+10
|
* Represent user power level in a room by a red bar at the bottom of his ↵Emmanuel ROHEE2014-09-021-0/+7
| | | | avatar image. The width of this bar depends on the power level.
* Fairly simple move of the call status widget to the header bar (and ↵David Baker2014-09-011-0/+4
| | | | therefore into the index page rather than the rooms page).
* fix footer on non-room pagesMatthew Hodgson2014-09-011-1/+0
|
* make lightbox a bit less uglyMatthew Hodgson2014-08-311-2/+6
|
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-311-131/+165
| | | | | | | | - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX
* tweaks to settings pageMatthew Hodgson2014-08-301-6/+3
|
* shrink text bubble font a bit; make image thumbnails always fit in their bubblesMatthew Hodgson2014-08-301-1/+6
|
* fix mobile skin by hiding recents LHS in /roomsMatthew Hodgson2014-08-291-0/+2
|
* improve iOS layout a bitMatthew Hodgson2014-08-271-0/+10
|
* Highlight the current room in the recents listEmmanuel ROHEE2014-08-271-0/+4
|
* Added the recents component at the left hand side of the room pageEmmanuel ROHEE2014-08-271-0/+9
|
* home/recents: show the last message of each messageEmmanuel ROHEE2014-08-271-0/+45
|
* Merge remote-tracking branch 'origin/hotfixes-0.0.1' into developEmmanuel ROHEE2014-08-251-11/+87
|\
| * oopsMatthew Hodgson2014-08-231-1/+1
| |
| * very quick and dirty responsive design for iPhonesMatthew Hodgson2014-08-231-11/+87
| |
* | Move profile parts of the rooms page and the config content into a new page: ↵Emmanuel ROHEE2014-08-221-12/+0
|/ | | | settings
* improve leftBlock cssMatthew Hodgson2014-08-221-1/+6
|
* fix weird fontsizes on iOSMatthew Hodgson2014-08-221-0/+1
|
* sacrifice a goat or two to make wordwrap actually work properlyMatthew Hodgson2014-08-221-26/+19
|
* actually display room metadata based on m.room.membe eventsMatthew Hodgson2014-08-211-0/+4
|
* Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1Erik Johnston2014-08-211-1/+24
|\
| * Show image fullscreen when clicking on the thumbnailEmmanuel ROHEE2014-08-211-1/+24
| |
* | cheer up erik and remove the double-horizontal-border between adjacent text ↵Matthew Hodgson2014-08-211-0/+1
|/ | | | plinths
* Change mouse cursor to pointer on elements user can click onEmmanuel ROHEE2014-08-191-0/+1
|
* Fill user page with avatar, display name and matrix idEmmanuel ROHEE2014-08-191-0/+8
|
* Made small avatar image centerEmmanuel ROHEE2014-08-191-0/+1
|
* make my emotes white againMatthew Hodgson2014-08-181-0/+4
|
* make text font sizes consistentMatthew Hodgson2014-08-171-10/+22
| | | | | | | add a gap between bubble-blocks from different users make sent-text lighter than received-text wrap the memberslist text more sensibly fix height of bubbles to match that of avatars (32px)
* implement html5 notifications. (have to be explicitly requested under Config)Matthew Hodgson2014-08-171-2/+2
|
* oops, debugging crept inMatthew Hodgson2014-08-171-1/+0
|
* - use css3 to make avatars always the right aspect ratioMatthew Hodgson2014-08-171-0/+10
| | | | - implement slightly overengineered tab/shift-tab autocomplete function
* switch some elements from being styled by class to styled by idMatthew Hodgson2014-08-151-17/+17
|
* Show avatar in profile section and added a button to select a file (not yet ↵Emmanuel ROHEE2014-08-141-0/+14
| | | | wired to upload service)
* config cssMatthew Hodgson2014-08-141-0/+12
|
* completely change the CSS to be an entirely 'position: absolute' layout ↵Matthew Hodgson2014-08-141-22/+25
| | | | rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
* Use strings instead of opaque magic-number constants for presence states; ↵Paul "LeoNerd" Evans2014-08-131-1/+1
| | | | rename AWAY to UNAVAILABLE
* Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE2014-08-131-2/+2
|
* Display image messages from the streamEmmanuel ROHEE2014-08-131-0/+8
|
* Make messages list and room users list scroll-overflowEmmanuel ROHEE2014-08-121-3/+19
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+228