RMidhunSuresh
|
061dc5f824
|
Replace icon colors with predefined color
|
2022-04-13 14:26:40 +05:30 |
|
Bruno Windels
|
955a6bd6f9
|
styling for button in member details to open DM
|
2022-02-10 14:38:12 +01:00 |
|
Bruno Windels
|
147810864f
|
add support to set alias and federation flag in create room
|
2022-02-10 14:09:18 +01:00 |
|
Bruno Windels
|
b5536830d0
|
improve RoomBeingCreatedView, allow removing the roombeingcreated
|
2022-02-10 11:07:29 +01:00 |
|
Bruno Windels
|
fed42f13ad
|
textarea styling
|
2022-02-10 09:40:30 +01:00 |
|
Bruno Windels
|
5f6308e7c4
|
fix homeserver field style in login view
|
2022-02-10 09:40:19 +01:00 |
|
Bruno Windels
|
5c085efc10
|
create room view and view model
|
2022-02-09 19:02:51 +01:00 |
|
Bruno Windels
|
4b1be30dc0
|
improve form-row classes so they can work with create room form
|
2022-02-09 19:01:35 +01:00 |
|
Bruno Windels
|
05d23cc745
|
hook up logout view
|
2022-01-17 16:31:02 +01:00 |
|
Bruno Windels
|
3c59004e72
|
Merge branch 'master' into threading-fallback-reply
|
2022-01-14 15:43:24 +01:00 |
|
Bruno Windels
|
18a76025c7
|
add location tile view so we don't throw when a location is shared
|
2022-01-14 15:27:46 +01:00 |
|
RMidhunSuresh
|
2a124d4195
|
simplify css
|
2022-01-14 18:17:49 +05:30 |
|
RMidhunSuresh
|
4d63b41127
|
Make reply preview flush left
|
2022-01-14 18:17:49 +05:30 |
|
Bruno Windels
|
e9586711e0
|
add scrollbar when > 5 lines in composer
|
2021-11-08 11:19:24 +01:00 |
|
Bruno Windels
|
23494ab630
|
bottom align send button, adjust paddings
|
2021-11-05 19:05:52 +01:00 |
|
Bruno Windels
|
2f15c9a4a7
|
show either attachment or send button, depending on composer value
|
2021-11-05 19:05:35 +01:00 |
|
Bruno Windels
|
c3203fdacd
|
explain this value
|
2021-11-05 19:05:09 +01:00 |
|
Bruno Windels
|
365c8d0953
|
Merge pull request #566 from vector-im/composer-improvements
Support for multiline messages
|
2021-11-05 18:20:02 +01:00 |
|
Bruno Windels
|
b22437840d
|
don't set explicit height, rely on rows=1 for default height
|
2021-11-05 17:47:20 +01:00 |
|
Bruno Windels
|
44a26fd340
|
key backup: add disable button,and enabling add dehydrated device option
|
2021-10-29 15:48:28 +02:00 |
|
RMidhunSuresh
|
6863fef7e5
|
Resize composer with text
Signed-off-by: RMidhunSuresh <hi@midhun.dev>
|
2021-10-29 17:00:02 +05:30 |
|
RMidhunSuresh
|
3a6e74ae1c
|
Add css style
Signed-off-by: RMidhunSuresh <hi@midhun.dev>
|
2021-10-29 15:11:34 +05:30 |
|
Bruno Windels
|
c89e414bb5
|
WIP3
|
2021-10-27 15:08:53 +02:00 |
|
Bruno Windels
|
6982f55cd7
|
move over word-break lines
this didn't get moved over when converting the timeline tile css to css grid
|
2021-09-24 18:42:47 +02:00 |
|
Bruno Windels
|
71bd797dd4
|
automatically position popups using a simpler algorithm
|
2021-09-24 18:28:06 +02:00 |
|
Bruno Windels
|
e978202f36
|
add min-height: 0
|
2021-09-16 17:48:29 +02:00 |
|
Bruno Windels
|
898d32c6da
|
use quotes in css url path
|
2021-09-16 16:34:01 +02:00 |
|
Bruno Windels
|
2396a84c99
|
leave out svg editor markup from icon
|
2021-09-15 18:39:04 +02:00 |
|
Bruno Windels
|
e4101ece65
|
add "jump down" button in timeline
|
2021-09-15 18:30:08 +02:00 |
|
Bruno Windels
|
04edff29cf
|
give more top padding to gaps that appear in the middle of the timeline
|
2021-09-15 15:57:31 +02:00 |
|
Bruno Windels
|
feb0cf7e39
|
fix viewport changing width when timeline starts filling the viewport
otherwise centered tiles like announcementview jump a bit vertically
|
2021-09-13 15:40:15 +02:00 |
|
Bruno Windels
|
906e5886e1
|
fix tiny jump when timeline starts filling viewport
|
2021-09-13 15:39:56 +02:00 |
|
Bruno Windels
|
02b8b37b4c
|
disable native scroll anchoring as it interferes with our impl
|
2021-09-13 13:11:25 +02:00 |
|
Bruno Windels
|
9411e6f065
|
WIP
|
2021-09-10 14:47:05 +02:00 |
|
Bruno Windels
|
d1242c4b67
|
make gaps taller
|
2021-09-09 17:15:06 +02:00 |
|
Bruno Windels
|
e89f60bac0
|
fill gap tiles when they become visible
|
2021-09-08 12:05:59 +02:00 |
|
Bruno Windels
|
c78a83d398
|
restore most bottom tile in VP on any list change
and tell view model visible range so it can load more or fill gaps, ...
|
2021-09-07 15:17:27 +02:00 |
|
Bruno Windels
|
c0d3c950b0
|
show the homeserver after lookup
|
2021-08-23 19:29:17 +02:00 |
|
RMidhunSuresh
|
e80667c935
|
Remove duplicate style
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-23 15:50:22 +05:30 |
|
RMidhunSuresh
|
a5985cba2a
|
Add spinner
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-20 22:18:24 +05:30 |
|
RMidhunSuresh
|
55da58893b
|
Red + bold error
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-20 21:41:42 +05:30 |
|
RMidhunSuresh
|
5ab405fc30
|
Move back-button to login view
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-19 21:37:26 +05:30 |
|
RMidhunSuresh
|
10a6aca477
|
Move homeserver input into LoginView
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-18 22:05:25 +05:30 |
|
RMidhunSuresh
|
c4e7dc3b5a
|
Split SSOLoginViewModel
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-18 22:04:33 +05:30 |
|
RMidhunSuresh
|
6c6c4c7dfd
|
Style CompleteSSOLoginView
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-18 22:04:33 +05:30 |
|
RMidhunSuresh
|
93720f6025
|
Style sso button
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-18 22:04:33 +05:30 |
|
Bruno Windels
|
c3177b06bf
|
Merge pull request #418 from vector-im/replies
Sending replies
|
2021-08-06 21:28:42 +00:00 |
|
Danila Fedorin
|
a8fcf63cf9
|
Make the close button have a pointer cursor
|
2021-08-06 10:46:38 -07:00 |
|
RMidhunSuresh
|
1ce111c317
|
Css fix
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-06 21:07:30 +05:30 |
|
RMidhunSuresh
|
fea4143af9
|
Use texttransform
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
|
2021-08-05 16:32:30 +05:30 |
|