Commit graph

  • 0d622164df close session db in other tabs when opening Bruno Windels 2020-10-16 12:50:37 +0200
  • fc61729cb3 support closing session in other clients in service worker Bruno Windels 2020-10-16 12:50:19 +0200
  • 101c7015f2 move service worker code in bundle, and support closing sessions Bruno Windels 2020-10-16 12:49:42 +0200
  • 788bce7904 reduce navigation boilerplate Bruno Windels 2020-10-16 12:46:14 +0200
  • ddf7d01760 WIP working Bruno Windels 2020-10-15 21:35:10 +0200
  • 3aa1992a3f WIP of messaging to sw Bruno Windels 2020-10-15 19:12:16 +0200
  • 2fa39c51f2 no service worker for local dev still Bruno Windels 2020-10-15 16:19:15 +0200
  • a94b099819 cache legacy js on request Bruno Windels 2020-10-15 16:18:09 +0200
  • 3354d601d1 deregister sw when update is ready to go to force activating on iOS Bruno Windels 2020-10-15 15:59:15 +0200
  • 6b15e7e3ba remove extra newline Bruno Windels 2020-10-15 15:58:59 +0200
  • 0f71564d65 also make changes in index.html and sw.js trigger an update Bruno Windels 2020-10-15 15:58:29 +0200
  • e290822a32 test code for sw state changes Bruno Windels 2020-10-15 11:49:09 +0200
  • eaaf18fb82 set icon on iOS Bruno Windels 2020-10-15 11:17:33 +0200
  • 8923758478 release v0.1.14 v0.1.14 Bruno Windels 2020-10-14 15:33:03 +0200
  • 5fcf8022a1 store the url on every change, as PWAs don't trigger beforeunload ... Bruno Windels 2020-10-14 15:30:40 +0200
  • 3d8dfc9635 also show grid layout in mobile layout, just in case of restoring url Bruno Windels 2020-10-14 15:29:51 +0200
  • 398a5aa4e3 release v0.1.13 v0.1.13 Bruno Windels 2020-10-14 15:12:22 +0200
  • 7c2fc516bb restore last url if not providing a specific one on startup Bruno Windels 2020-10-14 15:10:32 +0200
  • 19e774ce01 don't assume grid button is a button, just in case Bruno Windels 2020-10-14 14:54:56 +0200
  • 4f46854362 add close session button Bruno Windels 2020-10-14 14:54:46 +0200
  • d96f8adcc7 fix back button in room header not working Bruno Windels 2020-10-14 14:53:52 +0200
  • a9cab44314 release v0.1.12 v0.1.12 Bruno Windels 2020-10-14 14:21:07 +0200
  • cf99f55f3d fix typo making the room list not shown on the mobile layout Bruno Windels 2020-10-14 14:20:53 +0200
  • d504d62108 release v0.1.11 v0.1.11 Bruno Windels 2020-10-14 14:06:37 +0200
  • fd1df595c8 remove leftover logging Bruno Windels 2020-10-14 14:06:11 +0200
  • dc80276e99
    Merge pull request #140 from vector-im/bwindels/url-routing Bruno Windels 2020-10-14 11:57:33 +0000
  • 8122d76e73 Merge branch 'master' into bwindels/url-routing bwindels/url-routing Bruno Windels 2020-10-14 12:45:49 +0200
  • d3b8d7818f
    Merge pull request #151 from vector-im/bwindels/fix-olm-running-out-of-memory Bruno Windels 2020-10-14 10:45:27 +0000
  • b00db1af3e only keep 20 outbound olm sessions in memory at once to prevent OOM bwindels/fix-olm-running-out-of-memory Bruno Windels 2020-10-14 12:44:27 +0200
  • 07701117cd reduce megolm sync cache size to 1 session Bruno Windels 2020-10-14 12:43:35 +0200
  • 6ad7be8726 fix leaking left panel view model after closing session Bruno Windels 2020-10-14 11:34:34 +0200
  • de83d7740b replace custom error view with staticview Bruno Windels 2020-10-14 11:26:39 +0200
  • fa8bec0b56 fix room view model being leaked when closing session Bruno Windels 2020-10-14 11:26:10 +0200
  • b29b776e9f fix olm session cache being leaked when closing session Bruno Windels 2020-10-14 11:25:49 +0200
  • 789a41c671 fix styling for session info entries Bruno Windels 2020-10-14 10:34:25 +0200
  • 692fa808e4 make utility buttons also useable for links Bruno Windels 2020-10-14 10:34:11 +0200
  • 7e477b3c8d rename button.styled to .button-action so it can also be used for links Bruno Windels 2020-10-14 10:33:48 +0200
  • 5fe479e8a9 fix styling for room list items Bruno Windels 2020-10-14 10:20:20 +0200
  • 3d327b0875 also open the initial room in the room list Bruno Windels 2020-10-14 10:20:00 +0200
  • 2b2392f375 prototype for hash changes in IE11 Bruno Windels 2020-10-13 17:10:45 +0200
  • 2333a959a2 actually apply the /session/<id> url after login! Bruno Windels 2020-10-13 17:10:28 +0200
  • e6ed518aef Merge branch 'master' into bwindels/url-routing Bruno Windels 2020-10-13 16:50:51 +0200
  • ab354e9f38 update prop type Bruno Windels 2020-10-13 15:19:54 +0200
  • afbfb0c82c anticipate non-found rooms Bruno Windels 2020-10-13 15:18:13 +0200
  • 081820d8fb also update view when going to an not-found room Bruno Windels 2020-10-13 15:14:07 +0200
  • a14795e3f8 unused Bruno Windels 2020-10-13 15:05:11 +0200
  • d1d675ed7a make navigation observables already return new value before they emit Bruno Windels 2020-10-13 14:54:57 +0200
  • 7f3e0f237b also do redirect after initial navigation Bruno Windels 2020-10-13 14:43:31 +0200
  • 1780f334ea more tests Bruno Windels 2020-10-13 13:13:47 +0200
  • d9c8a6339e support empty strings for rooms segment Bruno Windels 2020-10-13 13:13:35 +0200
  • 7b13e45e19 fix creating the rooms segment Bruno Windels 2020-10-13 13:13:15 +0200
  • a360d0a2b9 also unset room vm if moving away from room Bruno Windels 2020-10-13 13:12:49 +0200
  • 379d65edf1 also create new vm when coming for grid if transfering vm fails Bruno Windels 2020-10-13 13:12:30 +0200
  • 77a58041eb clean-up room grid initialization with vm transfering Bruno Windels 2020-10-13 13:11:19 +0200
  • c8dd7b42e7 encountered this very unlikely race while testing, so prevent it Bruno Windels 2020-10-13 13:10:35 +0200
  • db5c98a706 support reassigning to null from untrack Bruno Windels 2020-10-13 13:10:27 +0200
  • 4e8e9eae26 first round of fixes Bruno Windels 2020-10-12 18:31:55 +0200
  • 14d2dcbc60 remove dead code Bruno Windels 2020-10-12 17:49:41 +0200
  • b2d6b7014b first draft of url navigation for grid Bruno Windels 2020-10-12 17:49:06 +0200
  • 6c2c29a7da WIP Bruno Windels 2020-10-09 19:43:11 +0200
  • 16b3b7e282 release v0.1.10 v0.1.10 Bruno Windels 2020-10-09 17:28:22 +0200
  • 83ac3eccc5 apply url changes to view gallery Bruno Windels 2020-10-09 17:04:25 +0200
  • 56e51fc2aa idea comment Bruno Windels 2020-10-09 17:04:17 +0200
  • 927e8134d3 use url navigation in root view model Bruno Windels 2020-10-09 17:03:38 +0200
  • 33627edcb3 use url to go back in login view Bruno Windels 2020-10-09 17:03:24 +0200
  • 35e85c55e0 use urls instead of callbacks to navigate in session picker Bruno Windels 2020-10-09 17:02:53 +0200
  • 7b86b483ed confirm before clearing Bruno Windels 2020-10-09 17:02:19 +0200
  • 3ab68ef438 throw when something tracked is not disposable, fail early Bruno Windels 2020-10-09 17:01:54 +0200
  • 1289f065d6 implement root view as template view Bruno Windels 2020-10-09 17:01:39 +0200
  • 0f8f558889 dispose session container from view model Bruno Windels 2020-10-09 17:01:22 +0200
  • d48bbd122a make applyUrl and history public Bruno Windels 2020-10-09 17:00:19 +0200
  • 35b83b7976 make SessionLoadViewModel transfer ownership of container with callback Bruno Windels 2020-10-09 16:59:34 +0200
  • 4ae622bdd3 make pushUrl silent again Bruno Windels 2020-10-09 16:58:53 +0200
  • 41c1c9a6c3 rename Brawl -> Root Bruno Windels 2020-10-09 09:59:59 +0200
  • c9bb18b87e make loading screen a bit prettier Bruno Windels 2020-10-09 09:56:13 +0200
  • 696e7856f8 some cleanup Bruno Windels 2020-10-09 09:56:01 +0200
  • da9798979c Merge branch 'master' into bwindels/url-routing Bruno Windels 2020-10-09 09:30:38 +0200
  • 24690f8035 fix placeholder not being hidden in mobile layout Bruno Windels 2020-10-09 09:30:06 +0200
  • 0d54f88670 early draft of showing load progress of a session loaded through url Bruno Windels 2020-10-08 18:23:53 +0200
  • 00bd4364f0 early draft of loading session via url scheme Bruno Windels 2020-10-08 18:23:37 +0200
  • 087aff4ef4 set to true if undefined passed in as well Bruno Windels 2020-10-08 18:23:08 +0200
  • 4fe971775c more url router work, differentiate between path and url Bruno Windels 2020-10-08 18:22:36 +0200
  • 547241f577 Merge branch 'master' into bwindels/url-routing Bruno Windels 2020-10-08 16:42:14 +0200
  • ca0f8fd142 leave some space between room list tile and edge Bruno Windels 2020-10-08 16:37:24 +0200
  • 5c2425796c Merge branch 'master' into bwindels/url-routing Bruno Windels 2020-10-08 16:33:19 +0200
  • cb0ef1a1ae this makes the caret huge on gnome web Bruno Windels 2020-10-08 16:29:38 +0200
  • 0db3842fcc release v0.1.9 v0.1.9 Bruno Windels 2020-10-08 16:18:55 +0200
  • 30ffe72a7c
    Merge pull request #142 from vector-im/bwindels/grid-and-other-css-polish Bruno Windels 2020-10-08 14:18:08 +0000
  • 35832e387a Swap grid tile description based on focus bwindels/grid-and-other-css-polish Bruno Windels 2020-10-08 16:14:59 +0200
  • 93e301e4fa fix spinner margins Bruno Windels 2020-10-08 15:53:13 +0200
  • 4783e03871 fix room header margin issue with hidden back button Bruno Windels 2020-10-08 15:21:16 +0200
  • 868b1a1045 style composer Bruno Windels 2020-10-08 15:10:32 +0200
  • 59802d1812 style room header Bruno Windels 2020-10-08 15:00:20 +0200
  • 2cbe349a4d don't read private parts Bruno Windels 2020-10-08 14:21:34 +0200
  • cdd1efe477 ignore build packages Bruno Windels 2020-10-08 14:19:02 +0200
  • 5c299c1db9 remove prefixes now we auto prefix Bruno Windels 2020-10-08 14:18:48 +0200
  • 47a43869e6 fix grid layout in IE 11 Bruno Windels 2020-10-08 14:17:43 +0200
  • c4cfb6f6d1 align left panel to 4px grid better, and simply margins Bruno Windels 2020-10-08 10:29:30 +0200
  • fd4b3d238f increase click area of clear filter button, add search icon Bruno Windels 2020-10-08 10:13:05 +0200
  • c2eebb9af2 prevent filter field and composer breaking narrow layouts Bruno Windels 2020-10-08 10:11:12 +0200