Commit Graph

  • 3fd5a3a19f Merge pull request #75 from matrix-org/matthew/css-refactor Matthew Hodgson 2016-01-03 00:15:07 +00:00
  • a78a693903 Merge pull request #581 from vector-im/matthew/css-refactor Matthew Hodgson 2016-01-03 00:14:52 +00:00
  • 441a9540ca sync CSS classnames with current react component names Matthew Hodgson 2016-01-03 00:11:11 +00:00
  • b9a0b82537 shuffle around all the CSS to de-atomify it and make it match the react components Matthew Hodgson 2016-01-03 00:10:17 +00:00
  • 10e481a8d5 noscript Matthew Hodgson 2015-12-28 03:25:26 +00:00
  • 15f19be408 highlight case insensitively Matthew Hodgson 2015-12-28 03:14:50 +00:00
  • 970bc84bb6 explicitly rejoin parted rooms Matthew Hodgson 2015-12-28 02:58:40 +00:00
  • 424540e57a fix NPE if messagePanel isn't yet defined Matthew Hodgson 2015-12-28 02:40:17 +00:00
  • 50ac0ab4cf wire up RoomAlias's homeserver as intended Matthew Hodgson 2015-12-28 02:36:28 +00:00
  • bd498b47b3 fix 'this' scoping bug that could never have worked... Matthew Hodgson 2015-12-28 02:36:18 +00:00
  • fa4bd09f0c fix room header height Matthew Hodgson 2015-12-28 02:27:47 +00:00
  • 8dd90980d8 add cancel button for lightbox and pare down pointer-events stuff a bit Matthew Hodgson 2015-12-28 02:15:23 +00:00
  • e9db7b1dcc doh Matthew Hodgson 2015-12-28 01:41:51 +00:00
  • 388eb1ff4c use Open Sans, and fix duplication Matthew Hodgson 2015-12-28 01:38:14 +00:00
  • 647c01fe2a where did this img symlink go? all iamges break without it... Matthew Hodgson 2015-12-28 01:34:28 +00:00
  • 0ab8466a3b make tabcomplete items clickable Matthew Hodgson 2015-12-24 15:12:24 +00:00
  • 93e7f90ae4 ScrollPanel: implement forward-fill Richard van der Hoff 2015-12-24 00:08:17 +00:00
  • f2a24521dc Make ScrollPanel keep track of when fill requests are happening Richard van der Hoff 2015-12-24 00:10:21 +00:00
  • b0adb1945f Expose onHighlightClick on the event tiles Richard van der Hoff 2015-12-24 00:12:37 +00:00
  • cc72f7ec24 Use new searchRoomEvents and backPaginateRoomEventsSearch methods Richard van der Hoff 2015-12-22 18:15:32 +00:00
  • 103b0a03b1 Hotfix for tab press bug Kegan Dougal 2015-12-24 11:56:50 +00:00
  • b941904078 Merge pull request #33 from matrix-org/matthew/settings Kegsay 2015-12-24 10:54:26 +00:00
  • 5d490841bc Review comments Kegan Dougal 2015-12-24 10:50:47 +00:00
  • 94609db3a6 Wrangle CSS to get avatar on UserSettings in the right place Kegan Dougal 2015-12-24 09:21:02 +00:00
  • 5286ec170f Wrangle CSS to get avatar in right place Kegan Dougal 2015-12-24 09:20:16 +00:00
  • 32c1af54d8 Merge pull request #69 from matrix-org/rav/refactor_body_to_html Richard van der Hoff 2015-12-23 23:50:38 +00:00
  • b4436df5e4 Refactor bodyToHtml, and allow onHighlightClicked Richard van der Hoff 2015-12-23 23:50:35 +00:00
  • 05d1d7c82d Better error message for failing to set avatars with no connection Kegan Dougal 2015-12-23 17:30:25 +00:00
  • abb170ebde Keep one source of truth (the Notifier) when toggling notification state. Fixes notifications. Kegan Dougal 2015-12-23 17:06:30 +00:00
  • f9f85ec542 More user settings CSS Kegan Dougal 2015-12-23 16:53:19 +00:00
  • a279dce027 Get avatar display and uploads working Kegan Dougal 2015-12-23 16:52:59 +00:00
  • 19bd39b066 More random tweaks Kegan Dougal 2015-12-23 16:02:18 +00:00
  • 72b8cf1be2 Refactor ChangePassword to get it working. Add 'Account' section because trying to make ChangePassword divs part of the same table as the display name is nigh impossible. Feels okay though Kegan Dougal 2015-12-23 15:38:28 +00:00
  • 6295cf2ec9 Merge branch 'develop' into matthew/settings Kegan Dougal 2015-12-23 14:19:42 +00:00
  • 2a0faea838 Merge pull request #67 from matrix-org/kegan/tab-complete Kegsay 2015-12-23 14:18:48 +00:00
  • fb151b35c8 Remove debug logging Kegan Dougal 2015-12-23 14:17:56 +00:00
  • e657b40a7e Use ChangeDisplayName for implict display name saving on enter Kegan Dougal 2015-12-23 14:14:25 +00:00
  • d3938220cf Duplicate css for applying to mx_EditableText classes so it works with ChangeDisplayName Kegan Dougal 2015-12-23 14:13:24 +00:00
  • 82ff5c5e52 Factor out handleTabPress and remove passive flag onKeyDown Kegan Dougal 2015-12-23 13:48:44 +00:00
  • b80015c69c More comments; remove redundant if statement Kegan Dougal 2015-12-23 13:33:44 +00:00
  • 1af5018597 General code cleanup / tweaks / fixes Kegan Dougal 2015-12-23 11:47:56 +00:00
  • 095f82feee Remove boolean returns Kegan Dougal 2015-12-23 10:35:54 +00:00
  • 73d9ef54c3 Merge pull request #384 from vector-im/matthew/settings Kegsay 2015-12-23 10:23:39 +00:00
  • 7e1b107f4c Review comments Kegan Dougal 2015-12-23 09:34:34 +00:00
  • 810e8993d6 Merge branch 'develop' into kegan/tab-complete Kegan Dougal 2015-12-22 17:44:04 +00:00
  • 62c378a619 Sort out the mess that is Javascript's \b - Fixes vector-im/vector-web#189 Kegan Dougal 2015-12-22 17:38:24 +00:00
  • 452c265e6a Implement automatically entering tab complete mode after a short delay Kegan Dougal 2015-12-22 16:49:58 +00:00
  • 460f68caef Move RoomMember[] -> MemberEntry[] conversion somewhere sensible Kegan Dougal 2015-12-22 15:38:23 +00:00
  • 1de42f42e1 Merge pull request #66 from matrix-org/rav/factor_out_scrollpanel Richard van der Hoff 2015-12-22 15:21:23 +00:00
  • cdd539c3cd Factor out a separate 'ScrollPanel' Richard van der Hoff 2015-12-22 15:18:50 +00:00
  • a20cabb06f Merge branch 'develop' into kegan/tab-complete Kegan Dougal 2015-12-22 15:16:39 +00:00
  • e077517faf Ignore more keys when determining if the user is typing Kegan Dougal 2015-12-22 15:13:11 +00:00
  • 05d9e1261c Merge remote-tracking branch 'origin/develop' into notif_sync David Baker 2015-12-22 14:47:11 +00:00
  • 755ea0dfb8 Merge remote-tracking branch 'origin/develop' into notif_sync David Baker 2015-12-22 14:46:57 +00:00
  • e541ddb060 Auto-complete clicked suggestions Kegan Dougal 2015-12-22 11:14:36 +00:00
  • cc90f4c0c6 Merge pull request #64 from matrix-org/rav/fix_date_separator Richard van der Hoff 2015-12-22 11:05:26 +00:00
  • 360806a8f1 RoomView: add whitespace for disambiguation Richard van der Hoff 2015-12-22 11:04:39 +00:00
  • 6b07de05f3 Merge pull request #65 from matrix-org/rav/marker_at_top_of_search_results Richard van der Hoff 2015-12-22 11:00:00 +00:00
  • 0dbb8d5294 Use MemberAvatar to generate image JSX. Split out entries from tab-complete logic Kegan Dougal 2015-12-22 10:00:30 +00:00
  • ea2405ab3a escape double-slash commands Matthew Hodgson 2015-12-22 00:57:57 +00:00
  • f681ce5cdb add CSS for TabCompleteBar Matthew Hodgson 2015-12-22 00:47:33 +00:00
  • 618978d955 add appropriate CSS for the TabCompleteBar Matthew Hodgson 2015-12-22 00:47:04 +00:00
  • ceadfef942 fix missing webkit prefixes for flexbox Matthew Hodgson 2015-12-21 23:20:44 +00:00
  • f665848c5e speed up search anim Matthew Hodgson 2015-12-21 23:20:10 +00:00
  • 031b048c07 fix missing webkit prefixes for flexbox Matthew Hodgson 2015-12-21 23:19:53 +00:00
  • d82c4c5ef3 fix safari flexbox bug Matthew Hodgson 2015-12-21 23:16:44 +00:00
  • c8aaee46d7 Mark a TODO for timeout handling Kegan Dougal 2015-12-21 17:58:36 +00:00
  • ba63b5dfff Add image URLs to TabComplete.Entry objects Kegan Dougal 2015-12-21 17:28:04 +00:00
  • 4e79c3c4c8 Add allowLooping opt for tab completion. Make peeking work. Kegan Dougal 2015-12-21 17:16:49 +00:00
  • ab0a277d94 Rewrite tab-complete logic to allow peeking ahead Kegan Dougal 2015-12-21 16:35:39 +00:00
  • 41d4c1d14e Add TabComplete.Entry so we can render images AND text(!) - Add peek() option, all broken. Kegan Dougal 2015-12-21 14:34:25 +00:00
  • 400b5196bb Add TabCompleteBar. Hook up display to whether we are currently tab completing. Kegan Dougal 2015-12-21 14:11:34 +00:00
  • 7c285f9ad0 Add a 'No results' marker when there are no search results at all. Richard van der Hoff 2015-12-21 13:46:27 +00:00
  • ae02d8d30a Merge branch 'develop' into matthew/settings Matthew Hodgson 2015-12-21 13:10:34 +00:00
  • b9ba4475b8 Merge branch 'develop' into matthew/settings Matthew Hodgson 2015-12-21 13:09:33 +00:00
  • 6ea3f21a8e Favicon badges David Baker 2015-12-21 12:55:13 +00:00
  • 85db381153 Merge pull request #550 from vector-im/kegan/archived-rooms Matthew Hodgson 2015-12-21 12:39:48 +00:00
  • 765e5bdeb1 Add a 'top-of-search' marker Richard van der Hoff 2015-12-21 12:39:10 +00:00
  • 67aff6b9f2 adopt MacOS style chevrons Matthew Hodgson 2015-12-21 12:37:38 +00:00
  • 50aa988a34 fix layout Matthew Hodgson 2015-12-18 17:18:36 +00:00
  • fdc94ccf98 ensure even hyperlinks are highlighted Matthew Hodgson 2015-12-18 17:18:33 +00:00
  • 26dc3cc553 Push up instantiation of TabComplete to RoomView Kegan Dougal 2015-12-21 10:59:10 +00:00
  • afadb23f89 Fix bug with date separator flashing up on scrollback Richard van der Hoff 2015-12-21 10:46:32 +00:00
  • c6d02b2c26 Move tab-complete logic out from MessageComposer Kegan Dougal 2015-12-21 10:38:37 +00:00
  • ff6d9454fd Merge pull request #63 from matrix-org/rav/paginate_search Richard van der Hoff 2015-12-21 09:16:42 +00:00
  • cb1fabc578 Highlight status is now the room's unread notif count David Baker 2015-12-18 17:53:31 +00:00
  • 5f6fe74ca8 Highlight status is now taken from the server's unread notif count David Baker 2015-12-18 17:51:17 +00:00
  • e57d0601b6 Merge pull request #62 from matrix-org/kegan/archived-rooms Kegsay 2015-12-18 17:36:36 +00:00
  • 59f419b310 Merge pull request #541 from vector-im/kegan/archived-rooms Kegsay 2015-12-18 17:36:16 +00:00
  • d1baf5854c Only display the MessageComposer if you're joined and not viewing search results Kegan Dougal 2015-12-18 17:23:46 +00:00
  • fa99c1fc59 make it clear result count is approx Matthew Hodgson 2015-12-18 17:18:08 +00:00
  • dcea0dd601 Move min-height to RoomList; remove bottommost prop Kegan Dougal 2015-12-18 17:13:57 +00:00
  • f0ff62166b Remove bottommost prop - can't DND on the bottom list anymore Kegan Dougal 2015-12-18 17:13:26 +00:00
  • dc1e2010a6 Merge branch 'develop' into kegan/archived-rooms Kegan Dougal 2015-12-18 17:00:20 +00:00
  • a2872deb53 Merge branch 'develop' into kegan/archived-rooms Kegan Dougal 2015-12-18 16:59:25 +00:00
  • 461e3f46dc Show an ErrorDialog when failing to forget a room Kegan Dougal 2015-12-18 16:56:37 +00:00
  • 44c42394ae Fix scroll for search results Richard van der Hoff 2015-12-18 16:42:46 +00:00
  • 831aaec457 Merge pull request #57 from matrix-org/matthew/inbound-calls Matthew Hodgson 2015-12-18 15:59:18 +00:00
  • d7b87743f3 Merge pull request #533 from vector-im/matthew/inbound-calls Matthew Hodgson 2015-12-18 15:59:05 +00:00
  • c3bd81b83a Make rooms the user is banned in be treated as a joined room for position in room list Kegan Dougal 2015-12-18 15:56:27 +00:00