Commit graph

  • 5f5f83912d try see if newer autoprefixer fixes our issue(it didn't, but good still) Bruno Windels 2021-05-31 13:02:01 +0200
  • 2e34668b91 show errors while mounting list view children Bruno Windels 2021-05-31 12:28:42 +0200
  • 762ed96a3b Not needed as both evententry and pendingevententry return timestamp Bruno Windels 2021-05-31 11:58:01 +0200
  • 447b98ce6c don't use subviews for showing/hiding avatar & sender on continuation Bruno Windels 2021-05-31 11:57:17 +0200
  • 0596ca06b1 emit remove before linking up sibling tiles Bruno Windels 2021-05-31 11:56:41 +0200
  • 63b371b6ef support findAndUpdate with same predicate semantics in SortedArray too Bruno Windels 2021-05-31 10:47:32 +0200
  • fa37e8fedb findAndUpdate uses predicate, just add callback to update method Bruno Windels 2021-05-31 10:46:16 +0200
  • ab6b87987b
    Merge pull request #369 from MidhunSureshR/icon-fix Bruno Windels 2021-05-31 08:05:30 +0000
  • 849a02cec2 Add aria-label RMidhunSuresh 2021-05-28 20:37:36 +0530
  • 6a5d856093 add destructive flag to delete menu option Bruno Windels 2021-05-28 16:25:23 +0200
  • 5b0675b711 fix lint Bruno Windels 2021-05-28 16:24:55 +0200
  • 95a680eb83 fix whitespace Bruno Windels 2021-05-28 16:24:47 +0200
  • 57d9916746 buttons in ff were not in Inter Bruno Windels 2021-05-28 15:30:03 +0200
  • 7f41993648 prevent buttons with negative margin to displace message menu Bruno Windels 2021-05-28 15:28:04 +0200
  • b3749f2d92 prevent long links from creating horizontal scroll Bruno Windels 2021-05-28 15:27:44 +0200
  • 5afcfc3e9b fix unsent/unverified message style Bruno Windels 2021-05-28 15:27:25 +0200
  • 43c082475b unify cancel option for various tiles in menu option Bruno Windels 2021-05-28 15:27:02 +0200
  • 2b0fa22c8a open menu when clicking ... button on message with delete/cancel option Bruno Windels 2021-05-28 13:14:55 +0200
  • 63e948fc80 change renderMessage fn to base class Bruno Windels 2021-05-28 12:31:15 +0200
  • 100e056d55 style the button Bruno Windels 2021-05-28 12:22:47 +0200
  • f82e873da8 adjust message status styling to css grid changes Bruno Windels 2021-05-28 12:17:59 +0200
  • fc898f8c7e Set new svg icon as background-image of button RMidhunSuresh 2021-05-28 15:47:50 +0530
  • ba11cdd83f Remove ellipsis character RMidhunSuresh 2021-05-28 15:47:06 +0530
  • 3f99b7247c Bring in vertical ellipsis icon RMidhunSuresh 2021-05-28 15:46:10 +0530
  • bbf9832d6a switch timeline messages to css grid, and add menu button Bruno Windels 2021-05-28 12:02:55 +0200
  • 13ac41b264 delete obsolete code Bruno Windels 2021-05-28 12:02:35 +0200
  • 2da7ef4280 can only look in remote entries here as PEEs never return an event id Bruno Windels 2021-05-27 10:28:02 +0200
  • 5e9ce365bf also apply local relations when loading at top Bruno Windels 2021-05-27 10:27:44 +0200
  • c6e2607f1f guard against updates emitted while populating during first subscription Bruno Windels 2021-05-27 10:02:05 +0200
  • a8e43d4850 remove leftover logging Bruno Windels 2021-05-27 09:18:22 +0200
  • a93b1af047 ensure these don't fail on a gap entry Bruno Windels 2021-05-27 09:16:25 +0200
  • afc3db2f33 unrelated todo note for later Bruno Windels 2021-05-27 09:11:57 +0200
  • 2b5dcff836 consistent naming Bruno Windels 2021-05-27 09:11:13 +0200
  • 56495c9d13 fix gap failing to fill 2nd time + unit regression test Bruno Windels 2021-05-27 09:10:10 +0200
  • 15048bd9c3 very basic redact button on all text messages Bruno Windels 2021-05-26 13:11:20 +0200
  • da02b5fe2d transfer local echo state when replacing event entry Bruno Windels 2021-05-26 13:10:19 +0200
  • ca4d09e923 add logging and return promise from Tile.redact Bruno Windels 2021-05-26 13:08:54 +0200
  • a5d5c55835 MappedList.findAndUpdate Bruno Windels 2021-05-26 13:08:33 +0200
  • ce7147e463 put redactions in their own view, and allow aborting while still queued Bruno Windels 2021-05-26 13:07:56 +0200
  • cb622be653 rerender tile when becoming or stopped being redacted Bruno Windels 2021-05-25 12:58:20 +0200
  • af45810582 add support for redactions (and relations) local echo Bruno Windels 2021-05-21 16:59:29 +0200
  • b55efb7f11 ensure updateEntries is always set in the result of GapWriter Bruno Windels 2021-05-21 16:58:04 +0200
  • c934049523 also resolve related event ids when removing remote echo during sync Bruno Windels 2021-05-21 10:47:48 +0200
  • bc09ed8bf6
    Merge pull request #363 from vector-im/bwindels/cache-ci-deps Bruno Windels 2021-05-20 13:49:32 +0000
  • 54478e6940 add comment with source bwindels/cache-ci-deps Bruno Windels 2021-05-20 15:45:18 +0200
  • 11b30e7eda remove whitespace Bruno Windels 2021-05-20 15:40:53 +0200
  • e08f8630df remove whitespace Bruno Windels 2021-05-20 15:35:58 +0200
  • 9de506d2a7 enable yarn cache, hopefully Bruno Windels 2021-05-20 15:34:06 +0200
  • c3fb35848b emit update when receiving event id for related event ahead in the queue Bruno Windels 2021-05-20 15:02:45 +0200
  • 619cf9bcbb this should be filter rather than find, we iterate it Bruno Windels 2021-05-20 15:02:24 +0200
  • f271517446 log redaction during sync Bruno Windels 2021-05-20 15:02:14 +0200
  • 8a8c5569dc provide redact method on tile and room Bruno Windels 2021-05-20 14:53:17 +0200
  • 9721432a8c remove pending events that failed because of permanent error Bruno Windels 2021-05-20 14:52:30 +0200
  • 4ce66fc8a1 allow concurrent removals when iterating pending events Bruno Windels 2021-05-20 14:51:04 +0200
  • 618a32e6c0 revert last tried pending event status to waiting when offline Bruno Windels 2021-05-20 14:49:54 +0200
  • df9e886f32 fix lint Bruno Windels 2021-05-20 13:22:54 +0200
  • b655c34bbb also show reason for redaction Bruno Windels 2021-05-20 13:20:12 +0200
  • 780ad44032 render redacted messages Bruno Windels 2021-05-20 13:15:35 +0200
  • 94b0bc82ef writing relations is async Bruno Windels 2021-05-20 11:44:45 +0200
  • 814e92ad92 fix missing import Bruno Windels 2021-05-20 11:43:09 +0200
  • 39bed4b0fc fix lint here Bruno Windels 2021-05-20 11:42:56 +0200
  • 9b923d337d write redactions during sync Bruno Windels 2021-05-20 10:01:30 +0200
  • edaac9f436 draft redaction support, no local echo yet Bruno Windels 2021-05-19 16:41:07 +0200
  • b31dc38af1
    Merge pull request #362 from vector-im/bwindels/lintfixesandci Bruno Windels 2021-05-20 09:39:41 +0000
  • ab841a84a3 rename workflow bwindels/lintfixesandci Bruno Windels 2021-05-20 11:30:42 +0200
  • 3e42231e7a rename workflow Bruno Windels 2021-05-20 11:29:20 +0200
  • e6c0df5ab2 try fix action Bruno Windels 2021-05-20 11:25:53 +0200
  • 3649bf1f04 try fix action Bruno Windels 2021-05-20 11:24:22 +0200
  • 7ea38a3f4c try fix action Bruno Windels 2021-05-20 11:23:45 +0200
  • ce2acfc659 try fix action Bruno Windels 2021-05-20 11:22:53 +0200
  • 145d7f6f47 why is this not showing up anymore? trying to rename back to old name Bruno Windels 2021-05-20 11:19:04 +0200
  • 9df18b839e wrong extension Bruno Windels 2021-05-20 11:13:52 +0200
  • fa7e24fed7 tune linting so it doesn't produce errors anymore and enable in CI Bruno Windels 2021-05-20 11:11:57 +0200
  • 1f17edc248 fix undefined variable, this probably breaks restoring the last url Bruno Windels 2021-05-20 11:11:07 +0200
  • eb8fdf5c27 some notes on how to implement relations Bruno Windels 2021-05-19 12:01:58 +0200
  • 870cf62ab6 release v0.1.53 v0.1.53 Bruno Windels 2021-05-18 15:31:26 +0200
  • df8686099f
    Merge pull request #356 from MidhunSureshR/linkify-doc Bruno Windels 2021-05-18 13:30:23 +0000
  • 7488e0398c
    Merge pull request #360 from vector-im/bwindels/defaultsessionurl Bruno Windels 2021-05-18 13:29:06 +0000
  • c3ef801566 offer back button when session loading fails bwindels/defaultsessionurl Bruno Windels 2021-05-18 15:27:31 +0200
  • d567664d8b ensure there is a session id in last-session action Bruno Windels 2021-05-18 14:47:45 +0200
  • 2c7ea44afd don't expose last url to root VM so it isn't confused by empty path Bruno Windels 2021-05-18 14:27:09 +0200
  • dd880529ac make redirects in initial url be reflected in url bar Bruno Windels 2021-05-18 13:52:31 +0200
  • 1bec1033d1 translate last-session to a real session id Bruno Windels 2021-05-18 13:52:13 +0200
  • 63620ce59a
    Merge pull request #358 from vector-im/bwindels/joinroom Bruno Windels 2021-05-18 09:59:35 +0000
  • 4c5be997fe fix menu alignment with extra option bwindels/joinroom Bruno Windels 2021-05-18 11:58:06 +0200
  • 754e7e7bb2 clarify with comments Bruno Windels 2021-05-18 11:54:18 +0200
  • f92b1df4fc update copyright comments Bruno Windels 2021-05-18 11:54:10 +0200
  • 54798d3079 unreachable now Bruno Windels 2021-05-18 11:50:02 +0200
  • 32e47bc660 remove unused imports Bruno Windels 2021-05-18 11:49:25 +0200
  • 3724fc6765 log join network call Bruno Windels 2021-05-18 11:49:16 +0200
  • 2cf100efaa refine unknown room view Bruno Windels 2021-05-18 11:46:55 +0200
  • c04a8140a3 offer to rejoin archived room from menu Bruno Windels 2021-05-18 11:07:46 +0200
  • 03be63572d ask to join when room id is unknown Bruno Windels 2021-05-18 11:07:19 +0200
  • 3acb3bb48c fix memory leak when switching room ids Bruno Windels 2021-05-18 11:06:48 +0200
  • 9679058081 allow to join room by id or alias Bruno Windels 2021-05-18 11:05:31 +0200
  • 72f58b6001 Change lines[i] to line RMidhunSuresh 2021-05-18 14:26:56 +0530
  • 1d63799c9b Added js-doc for formatFunction RMidhunSuresh 2021-05-17 20:56:12 +0530
  • 11d551f8a3 Add js-doc for parsePlainBody RMidhunSuresh 2021-05-17 20:39:23 +0530
  • d671bcec31 Add js-docs for linkify function RMidhunSuresh 2021-05-17 20:32:35 +0530
  • a4d3b5f013 release v0.1.52 v0.1.52 Bruno Windels 2021-05-17 13:03:26 +0200