Commit graph

1197 commits

Author SHA1 Message Date
Tulir Asokan
0930e94fb2
Merge pull request #538 from sumnerevans/render-room-topic
web/roomview: render room topic in header
2024-12-06 18:43:28 +02:00
Tulir Asokan
f9ae6bd031 web/rightpanel: fetch different user info sections separately 2024-12-06 18:37:22 +02:00
Sumner Evans
c6163806bd
web/settings: render room details in settings
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-12-06 09:32:31 -07:00
Sumner Evans
455c82a2c4
web/roomview: render room topic in header
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-12-06 09:32:31 -07:00
Tulir Asokan
838a9ce106 hicli/profile: check device signature for own cross-signing keys 2024-12-06 16:34:07 +02:00
Tulir Asokan
544bd17a1d web/util: decode fragment parts in matrix URIs 2024-12-06 16:10:24 +02:00
Tulir Asokan
2c7ad651e4 web/main: fix restoring state on reload 2024-12-06 16:05:11 +02:00
Tulir Asokan
bf7769ee95 web: add matrix: URI handler
Fixes #509
2024-12-06 16:05:09 +02:00
Tulir Asokan
a3873643ec web/preferences: fix saving deletions to localstorage 2024-12-06 16:04:42 +02:00
Tulir Asokan
3b05d14fbd web/main: add room name to page title 2024-12-06 16:04:42 +02:00
Tulir Asokan
b1c02a3b69 web/settings: add loading view for vs code 2024-12-06 14:25:19 +02:00
Tulir Asokan
92c5e86689 web: update react-spinners and stop using --legacy-peer-deps 2024-12-06 12:20:00 +02:00
Tulir Asokan
803505385a web/settings: embed vs code for editing custom css
Not meant for mobile yet
2024-12-06 02:27:54 +02:00
Tulir Asokan
63798f2298 web/dependencies: update to stable react 19 2024-12-06 01:21:51 +02:00
Tulir Asokan
5b9f458b75 web/rightpanel: improve user info view slightly 2024-12-06 01:11:32 +02:00
Tulir Asokan
1cc39d40c9 web/timeline: add variables for configuring timeline padding 2024-12-05 22:29:22 +02:00
Tulir Asokan
ca2ad94c5a web/css: align grid templates 2024-12-05 22:05:29 +02:00
Tulir Asokan
ab43472ebe web/roomlist: increase padding in room list entries 2024-12-05 22:03:50 +02:00
Tulir Asokan
f180077f0a media: generate blurhashes for video thumbnails 2024-12-05 19:47:43 +02:00
Tulir Asokan
fa80c1adc0 web/emojipicker: mobile optimize emoji and gif pickers 2024-12-05 19:43:52 +02:00
Tulir Asokan
714aa477b7 web/main: add ios safari compatibility 2024-12-05 19:29:12 +02:00
Tulir Asokan
2e5c2fdd6c web/polyfill: add missing semicolons 2024-12-05 18:39:58 +02:00
Tulir Asokan
b166302d1e web/mediasize: don't allow images to be too small 2024-12-05 18:27:59 +02:00
Tulir Asokan
7f30963f5e web/jsonview: fix trailing commas in arrays 2024-12-05 16:22:44 +02:00
Tulir Asokan
785f20c7dc web/rightpanel: improve error style in user view 2024-12-05 16:07:14 +02:00
Tulir Asokan
72dab88ed2 web/rightpanel: add more info to user view 2024-12-05 15:58:29 +02:00
Tulir Asokan
2f22159da3 web/main: also support back button for right panel 2024-12-04 02:00:44 +02:00
Tulir Asokan
1a2833ed53 web/main: add support for back button 2024-12-04 01:23:06 +02:00
Tulir Asokan
678743703c web/timeline: add resend button for failed messages 2024-12-04 00:48:04 +02:00
Tulir Asokan
529ffda4ed main: add support for logging out 2024-12-03 23:59:15 +02:00
Tulir Asokan
74439be24c gomuks: enable http2 read idle timeouts 2024-12-03 23:28:35 +02:00
Tulir Asokan
4245929da6 web/gifpicker: set file name properly 2024-12-03 17:22:54 +02:00
Tulir Asokan
d55952a1b6 web/composer: add gif picker 2024-12-03 01:23:08 +02:00
Tulir Asokan
dee7e5c72d web/timeline: remove redundant fragment around file download button 2024-12-02 23:38:32 +02:00
Tulir Asokan
229751a286 web/timeline: re-add loading=lazy for images 2024-12-02 23:33:52 +02:00
Tulir Asokan
12f9031ab1 web/composer: add support for sending location messages 2024-12-02 19:19:54 +02:00
Tulir Asokan
77219cb26e web/timeline: fix location marker icon in production builds 2024-12-02 17:00:12 +02:00
Tulir Asokan
09a586df3e web/settings: allow editing string fields 2024-12-02 16:46:02 +02:00
Tulir Asokan
68385fef5d web/timeline: add support for location messages 2024-12-02 16:44:35 +02:00
Tulir Asokan
b8fe8372f2 media: create blurhashes for outgoing images 2024-12-02 00:10:30 +02:00
Tulir Asokan
ab9dbbcd2f web/timeline: use content-visibility instead of loading=lazy for media 2024-12-02 00:02:42 +02:00
Tulir Asokan
b889f90c4d web/timeline: image size calculator for videos too 2024-12-01 23:56:27 +02:00
Tulir Asokan
42140aa0e0 web/timeline: add support for hiding media, blurhashes and spoilers
Closes #533
Closes #522
Fixes #504
2024-12-01 23:54:51 +02:00
Tulir Asokan
09fd60fdfe pre-commit: update shebang in pre-commit scripts 2024-12-01 23:49:30 +02:00
Tulir Asokan
462c2e978e web/timeline: add class to events sent by self
Closes #528
2024-12-01 22:19:48 +02:00
Tulir Asokan
76c17df0e6 web/composer: add min-height hack for safari
Closes #532
2024-12-01 22:17:03 +02:00
Tulir Asokan
1cc62da2a7 desktop/main: set initial device display name 2024-12-01 22:15:11 +02:00
Tulir Asokan
0d25f746a4 web/app: add another hack to detect wails properly 2024-12-01 22:12:40 +02:00
Tulir Asokan
c6f8d55201 web/vite: add safari18 and chrome131 to targets 2024-12-01 21:58:33 +02:00
Sumner Evans
b4e7efa799
flake: add devenv for Nix (#529)
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-12-01 21:49:32 +02:00