Commit graph

77 commits

Author SHA1 Message Date
35d062cbec
all: add trailing commas wherever missing 2022-02-28 21:32:20 +05:30
Sasikanth Miriyampalli
21ced135b6
Update comments page UI (#305) 2022-02-28 15:44:49 +00:00
3215dd77d1
common: add a comment count badge 2022-02-28 17:47:56 +05:30
Sasikanth Miriyampalli
01a2bbc55d
Align post action icons properly in LobstersCard (#300) 2022-02-20 16:26:11 +05:30
Sasikanth Miriyampalli
34393ef2dc
Add Divider composable in common module (#298) 2022-02-20 15:57:01 +05:30
Sasikanth Miriyampalli
0db4e48613
Update LobstersCard UI (#296) 2022-02-20 09:53:26 +00:00
Sasikanth Miriyampalli
88d57f63dd
Add support for comment count in API responses and DB table (#295) 2022-02-20 06:02:32 +00:00
adbda57652
common: use the boolean operator 2022-02-14 17:32:45 +05:30
943ee382d8
all: switch to produceState where applicable 2022-02-14 17:29:15 +05:30
4aa26d80a6
common: remove unnecessary experimental opt-in 2022-02-14 04:04:44 +05:30
7661eaa35c
common: fix filename 2022-02-14 04:03:00 +05:30
renovate[bot]
af2264532d
chore(deps): update com.halilibo.compose-richtext to v0.11.0 (#293)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-10 09:48:01 +05:30
7b7bc79a60
all: run reformat and code cleanup tasks 2022-02-09 13:13:44 +05:30
f2b4bc02f0
common: rename suffixes from px to dp 2022-02-07 11:58:31 +05:30
15da824d3e
common: increase vertical padding inside LobstersItem 2022-02-06 22:12:07 +05:30
e93baa84be
common: add post to remember keys for localSavedState
(cherry picked from commit 876b5d8b8fe6e8bcedd414f346430a7c9ce6f4b4)
2022-02-06 15:03:40 +05:30
Aditya Wasan
743b2db4ef
feat(common): add localSavedState for save button composable
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
(cherry picked from commit 910471b32bde54749e437d374822c1d1e7830798)
2022-02-06 15:03:39 +05:30
06ea10f3b3
common: fix package directive for NetworkState 2022-02-06 14:06:24 +05:30
7db06f9b93
all: make Coil version match compose-richtext 2022-02-01 02:05:31 +05:30
a351a35a43
common: create indirection kludge to workaround compiler error
Without this the compiler fails to reason that the Manrope variable actually
does get initialized.
2022-01-20 20:53:37 +05:30
c99b51000b
common: make theme providedValues be vararg 2022-01-19 13:01:49 +05:30
1bfa77b319
common: remove unused import 2022-01-07 17:48:40 +05:30
ff25657989
common: remove ugly title color 2022-01-05 22:14:57 +05:30
bac7611bee
all: add support for dynamic colors 2021-12-31 01:31:17 +05:30
3f3da0ab18
common: fix theming for CommentEntry 2021-12-31 01:31:17 +05:30
41e4fe284a
common: rename Theme.kt to Type.kt 2021-12-30 23:58:24 +05:30
49519f66a5
Replace Card with Box 2021-12-30 11:18:08 +05:30
72d7297818
all: migrate to M3 2021-12-30 11:18:07 +05:30
968759c7ea
common: replace deprecated method 2021-12-15 22:18:08 +05:30
dd621d90a5
common: refactor comments page to accept modifiers 2021-11-16 17:54:07 +05:30
520430592c
common: add back missing indent level 2021-11-16 17:54:04 +05:30
4622162d09
common: extract htmlToMarkdown passing style to a composition local 2021-11-15 23:05:47 +05:30
b3fda724ad
common: remove broken CommentTreeColors 2021-11-15 22:50:18 +05:30
1620ea75fd
common: tweak commenter name and adjust content description 2021-11-15 22:37:28 +05:30
26a96d9116
common: add CompositionLocal support to LobstersTheme 2021-10-28 22:14:44 +05:30
67893552e7
common: change UrlLauncher to be backed by UriHandler 2021-10-28 21:59:02 +05:30
09dedf9015
common: move back to compose-richtext for Markdown
The bugs in multiplatform-markdown-renderer are not worth the colored lines
2021-10-27 17:37:37 +05:30
2e66baaf08
common: correctly dispatch click events on save button 2021-10-25 01:26:18 +05:30
b3588e97e7
all: move Markdown rendering to common module 2021-10-25 01:15:56 +05:30
36618690e3
common: add support for viewing web comments 2021-10-25 01:02:10 +05:30
4573f82f50
common: add PostActions#viewCommentsPage 2021-10-25 00:48:53 +05:30
cfd0725605
all: refactor Modifier ordering
Drawns on the suggestions outlined in https://chris.banes.dev/always-provide-a-modifier/
2021-10-25 00:47:52 +05:30
45db8e8486
common: refactor post interactions 2021-10-15 13:54:46 +05:30
2cfdf30f05
common: remove unnecessary suppression 2021-10-15 13:23:26 +05:30
6272d67024
common: tweak comment tree spacing 2021-10-06 12:18:32 +05:30
87e9c218a2
android: switch to MikePenz' Markdown renderer 2021-10-06 10:53:27 +05:30
5749b98b23
common: delegate comment parsing to platforms 2021-10-06 10:53:26 +05:30
79faf01c17
common: integrate CommentTreeColors into comments UI 2021-10-06 10:53:25 +05:30
d56b887a21
all: flesh out comments UI and move to common 2021-10-06 10:53:25 +05:30
84fd9a2c61
common: extract PostDetails composable for comments 2021-10-06 10:53:25 +05:30