Bruno Windels
c28b57091c
Merge pull request #961 from Automattic/fix-font-not-chached
...
Make sure fonts are cached by service worker
2023-01-17 09:12:12 +00:00
Bruno Windels
c38ee5239f
remove debug logging
2022-12-20 18:53:13 +01:00
Paulo Pinto
d1649ea499
Make sure fonts are cached by service worker
2022-12-15 15:22:55 +00:00
Bruno Windels
86e9e0c99e
Merge pull request #923 from vector-im/madlittlemods/dialog-details-optgroup-html-elements
...
Add `<dialog>`, `<details>`, and `<optgroup>` HTML elements to use with templating
2022-12-05 16:23:17 +00:00
Bruno Windels
7bdd23e767
restore active reaction bg color to be transparent version of accent color
2022-11-25 17:21:58 +01:00
Bruno Windels
efa45cade6
remove date from message tiles
2022-11-25 16:48:46 +01:00
Bruno Windels
77fd7e7aca
format message time in timeFormatter as well
2022-11-25 16:48:11 +01:00
Bruno Windels
85a06876cd
make date header sticky with css
...
this has the limitation that it needs to have a fixed with
and an opaque background, but that's better than
not making it sticky for now.
2022-11-25 16:47:00 +01:00
Bruno Windels
c538f5dbb1
make date header a bit more accessible
2022-11-25 16:31:44 +01:00
Bruno Windels
c4e239a401
add timeformatter, shared between all view models
2022-11-25 16:13:22 +01:00
Bruno Windels
9c2c5af291
small UI refinements for date header
2022-11-25 16:12:35 +01:00
Bruno Windels
3f7c1577e0
WIP
2022-11-18 23:26:59 +01:00
Eric Eastwood
1aba18ca1d
Add <dialog>, <details>, and <optgroup> HTML elements to templating
2022-11-10 21:14:57 -06:00
Bruno Windels
bc96d5add1
Merge pull request #917 from vector-im/madlittlemods/full-mxid-tooltip
...
Add full MXID to message avatar/name
2022-11-10 17:27:41 +00:00
Bruno Windels
59533a3ba0
Merge pull request #918 from vector-im/madlittlemods/677-rename-urlrouter-usage-to-urlrouter
...
Rename `urlRouter` usage to `urlRouter` instead of `urlCreator`
2022-11-10 17:26:40 +00:00
Eric Eastwood
a9fac140ac
Rename urlRouter usage to urlRouter
2022-11-08 23:44:22 -06:00
Eric Eastwood
308a215349
Add full MXID to message avatar/sender
2022-11-08 22:15:17 -06:00
Bruno Windels
fa21ac021c
use binding to update marking a message as (un)verified
2022-11-03 16:38:08 +01:00
Bruno Windels
d9a4a362d9
Merge pull request #862 from vector-im/madlittlemods/remove-unused-button-styles-that-conflict
...
Remove unused conflicting generic styles
2022-10-11 16:36:13 +00:00
R Midhun Suresh
07823c2cd7
Merge pull request #873 from vector-im/madlittlemods/log-errors-to-console
...
Log errors when mounting views to the console for easier reference
2022-10-11 11:40:35 +05:30
R Midhun Suresh
dc13d1b283
Merge pull request #875 from vector-im/madlittlemods/event-data-attribute-on-announcement-view
...
Add `data-event-id` to `AnnouncementView` so it appears for state events in the timeline
2022-10-11 11:40:21 +05:30
Bruno Windels
5bf6a75546
Merge pull request #874 from vector-im/madlittlemods/add-more-html-tags
...
Add `<header>`, `<footer>`, `<style>` HTML tags to template with
2022-10-10 14:26:03 +00:00
Bruno Windels
2e9470027b
Update src/platform/web/ui/session/JoinRoomView.ts
2022-09-20 08:50:37 +00:00
Eric Eastwood
90ac16854b
Add data-event-id
to AnnouncementView
so it appears for state events in the timeline
...
Follow-up to https://github.com/vector-im/hydrogen-web/pull/690
Split off from https://github.com/vector-im/hydrogen-web/pull/653
2022-09-16 13:59:50 -05:00
Eric Eastwood
b096ac18ca
Add header, footer, style HTML tags to template with
...
Split off from https://github.com/vector-im/hydrogen-web/pull/653
2022-09-16 13:57:21 -05:00
Eric Eastwood
8f414f4cf4
Log errors when mounting views to the console for easier reference
...
From the console, I can click the source references in the stack trace
to jump to the spot in the code where things are going wrong.
It also helps with the problem of the error not having enough
space to be read in some components.
Split off from https://github.com/vector-im/hydrogen-web/pull/653
2022-09-16 13:50:29 -05:00
RMidhunSuresh
44eddd0d6b
Call method from menu
2022-09-12 17:24:58 +05:30
RMidhunSuresh
3426240ef4
Style JoinRoom View
2022-09-12 17:23:44 +05:30
RMidhunSuresh
d6ba218c08
Return view from SessionView
2022-09-12 17:22:53 +05:30
RMidhunSuresh
c27dd97c5e
Add vm/view
2022-09-12 17:08:09 +05:30
RMidhunSuresh
cfbd0672c5
Refactor left panel to use menu
2022-09-06 15:42:41 +05:30
Eric Eastwood
23912b2c5a
Remove unused conflicting generic styles
...
Split off from https://github.com/vector-im/hydrogen-web/pull/653
These styles were conflicting with some in the Matrix public archive
and instead of adjusting in that project, they seem unused here anyway
so we can simplify and remove here.
Conflict with the `.room-header-change-dates-button` styles in
https://github.com/matrix-org/matrix-public-archive/pull/53
2022-08-30 16:49:23 -05:00
R Midhun Suresh
ca4f6d83f9
Merge pull request #850 from vector-im/fix-798
...
Perform forced logout when access token is invalidated
2022-08-26 16:31:06 +05:30
RMidhunSuresh
bba2d9f0a9
Use t.map
2022-08-26 14:55:01 +05:30
R Midhun Suresh
4966b57e12
Merge pull request #834 from vector-im/fix-627
...
Gap fill from HS should halt on network disconnection
2022-08-24 19:43:28 +05:30
RMidhunSuresh
205ecdc52e
Show error, progress in view
2022-08-24 19:31:38 +05:30
RMidhunSuresh
216c5da386
Implement forced logout
2022-08-22 21:59:33 +05:30
RMidhunSuresh
86fec8bf0e
Make code more readable
2022-08-19 18:22:37 +05:30
RMidhunSuresh
e6f43d6f4f
Put logic into VM
2022-08-19 11:55:23 +05:30
RMidhunSuresh
98bd8cd624
Remove unused css
2022-08-17 13:19:11 +05:30
RMidhunSuresh
220144898b
Fix errors and simplify code
2022-08-17 13:13:20 +05:30
RMidhunSuresh
5d63069f31
Check status code instead of throwing error
2022-08-16 14:32:18 +05:30
RMidhunSuresh
08f9edaf68
Use Error LogLevel
2022-08-15 22:58:26 +05:30
RMidhunSuresh
6335da0932
Throw error from outside log method
...
This will show the error in the UI
2022-08-15 22:52:02 +05:30
RMidhunSuresh
7590c55404
Log error when loading css file fails
2022-08-15 22:28:40 +05:30
RMidhunSuresh
2e12ce74b7
Show parse errors in the UI as well
2022-08-15 17:23:27 +05:30
RMidhunSuresh
8e2838264f
Run binding when isLoading changes
2022-08-15 15:00:31 +05:30
RMidhunSuresh
27363b3f63
Throw and log errors if manifests cannot be loaded
2022-08-10 22:25:56 +05:30
RMidhunSuresh
ff706e542d
Throw ConnectionError instead of swallowing error
2022-08-10 22:23:51 +05:30
RMidhunSuresh
d01a95aae3
UI improvements
2022-08-04 16:37:28 +05:30