1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-16 18:39:21 +01:00
Commit Graph

40 Commits

Author SHA1 Message Date
krawieck
4f2f6d8e3e showInfoTablePopup usability changes
* append ":" to every key
* expect dynamic value and convert it to string in the function
2020-10-27 22:09:34 +01:00
krawieck
e4055f073e implement info table popup 2020-10-26 18:47:49 +01:00
shilangyu
47ab40a4f6 moved delete action one higher 2020-10-05 21:38:19 +02:00
shilangyu
5c8ec4f0e4 forbid replying to removed/deleted comments 2020-10-05 14:38:38 +02:00
shilangyu
0877858380 added comments deletion, closes #16 2020-10-05 14:37:43 +02:00
shilangyu
94d12fccff added lots of dartdoc/comments 2020-09-30 17:05:00 +00:00
krawieck
e1ba4e4dd4 replace every Container() with SizedBox.shrink() 2020-09-29 21:45:18 +02:00
shilangyu
377ad99fb5 limit commenting to logged in users 2020-09-21 20:19:14 +02:00
shilangyu
910e214f48 use cupertino modal popups 2020-09-21 20:18:57 +02:00
shilangyu
222f3aedc1 replying to comments works 2020-09-21 13:20:25 +02:00
shilangyu
82d153533a fix bug where scores would show as 1 too many or 1 too few 2020-09-21 12:47:16 +02:00
shilangyu
6813ff47a7 better loading sizes 2020-09-19 21:51:22 +02:00
krawieck
7d8db2e83c add children count for collapsed comments 2020-09-19 15:06:50 +02:00
krawieck
f091603347 Make comment less than 80 chars long 2020-09-19 14:05:58 +02:00
shilangyu
c8c5b2881f ability to vote on comments 2020-09-19 12:28:46 +02:00
shilangyu
016537d8d2 ability to collapse a comment 2020-09-19 12:01:12 +02:00
shilangyu
e938224df0 added comment saving 2020-09-19 02:04:00 +02:00
shilangyu
e96cb9019b disallow copying when comment was removed/deleted 2020-09-19 02:03:37 +02:00
shilangyu
dea66fe8bf hotfix: move api_extensions to dedicated folder 2020-09-19 00:40:47 +02:00
shilangyu
0540be3ede activate prefer_final_locals lint rule 2020-09-16 23:22:04 +02:00
krawieck
a5eaf784d5 convert pop to arrow function 2020-09-16 21:21:47 +02:00
krawieck
d63c84d4bb Make comments selectable 2020-09-16 20:09:09 +02:00
krawieck
1e0fcf9c67 Fill errorWidget field on every cached network image, cuz otherwise they would break the app 2020-09-13 16:05:17 +02:00
krawieck
77d54016f3 Change urlLanucher signature to include instanceUrl 2020-09-12 09:30:22 +02:00
krawieck
1e43d1a482 Move const structures to their own object to prevent spillage 2020-09-10 15:24:45 +02:00
krawieck
3ae7812ed7 Remove debug print 2020-09-10 15:19:02 +02:00
krawieck
99fe7de64b Add more menu and info popup 2020-09-09 23:21:21 +02:00
krawieck
1162fb1cd7 Create universal functions for going to common pages 2020-09-09 17:41:54 +02:00
krawieck
7f0f0c11f1 Move InkWell one widget down 2020-09-03 00:18:29 +02:00
krawieck
dec88a1d88 make CommentTag private 2020-09-03 00:10:36 +02:00
krawieck
e44b6cf10f Add comment actions 2020-09-03 00:01:04 +02:00
krawieck
fcf622dcfe Add comment sorting with temporary dropdown 2020-09-02 13:49:07 +02:00
krawieck
f44c0f60a5 change some expressions to IIFEs 2020-09-01 14:17:56 +02:00
krawieck
fdcb29fb1c oops, moved the wrong thing 2020-08-31 20:10:05 +02:00
krawieck
eee965fba1 * move comment out of widgets/
* remove `Widget` suffix from widgets
* change `list.length != 0` to `list.isEmpty`
* convert MarkdownText into stateless widget
2020-08-31 19:56:48 +02:00
krawieck
16d490c0ad Add missing import 2020-08-31 18:26:57 +02:00
krawieck
6704fed4e5 Add comment pfp, op, banned 2020-08-31 15:29:02 +02:00
krawieck
663d4bb913 Fix username displaying for comments 2020-08-31 13:39:27 +02:00
krawieck
cf3862d2e2 Add markdown rendering to comments 2020-08-31 12:23:32 +02:00
krawieck
3bb56a71dd Add 2 widgets for displaying comments #16 2020-08-31 01:47:08 +02:00