Commit Graph

49 Commits

Author SHA1 Message Date
Filip Krawczyk 19b2688316
add inbox page + other stuff (#164) 2021-02-24 20:52:18 +01:00
krawieck 3afb5c9d11 remove offset cuz it got fixed in lac 2021-02-13 17:03:40 +01:00
krawieck 39b12fe3bc change "this" formatting 2021-02-12 23:44:15 +01:00
krawieck 40636246df Add extension for relative time and fix a bug
the bug was that time from server is in UTC format,
and our time is in local format, so it needed
to be shifted back to UTC.

oddly enough .toUtc() method didn't work
2021-02-12 17:53:51 +01:00
Filip Krawczyk aabc270a3b
Merge branch 'master' into fix-navigation-bar 2021-02-09 21:42:43 +01:00
krawieck 9404e1f71f add extension for reversing brightness, also fix the whole thing 2021-02-09 21:36:21 +01:00
Filip Krawczyk 430d196997
Media View improvements (#128) 2021-02-08 12:15:48 +01:00
Filip Krawczyk e627694728
comment share fix (#129) 2021-02-03 12:12:28 +00:00
shilangyu 92cdfdbc2c Code review suggestions 2021-01-31 13:38:47 +00:00
shilangyu dd15ebb2c0 Fix display names 2021-01-30 17:41:16 +00:00
shilangyu fa1243f9d9 Change way of parsing urls 2021-01-30 17:41:16 +00:00
krawieck 5a449eb0be rename getter
properName -> displayName
2021-01-26 22:28:06 +01:00
krawieck 190ae1b3ae revise api extensions
* change originInstanceHost extensions to
  extract from deeper structures
* add extension for getting proper user name
  that includes originInstanceHost if needed
2021-01-24 23:06:54 +01:00
krawieck c2f528750a transition all api v1 calls to api v2 2021-01-24 20:01:55 +01:00
shilangyu ca47f44e2c Typo fix 2021-01-03 17:06:40 +00:00
shilangyu a803e091dc Add new easy-to-fix lint rules 2021-01-03 17:03:59 +00:00
shilangyu e82c1fa576 Add trailing @originInstanceHost to comments/community list 2021-01-02 16:26:29 +00:00
shilangyu 86ad944bbd fix visual federation bugs 2021-01-02 00:13:13 +00:00
shilangyu 58f964ab66 Fix federation errors and rename all instanceUrl to instanceHost 2020-12-31 13:58:23 +00:00
krawieck 58e7219602 adapt tripple dot icon to platform
(android: vertical, iOS: horizontal)
2020-12-04 13:57:37 +01:00
Marcin Wojnarowski c80cf1c96d
Merge branch 'master' into comment-tree-refactor 2020-10-25 11:43:28 +00:00
shilangyu 454468c0e7 add image upload to post creation 2020-10-24 00:12:42 +02:00
shilangyu b62ee7317a turned spaced helper into a extension 2020-10-23 00:38:25 +02:00
shilangyu 021af8497a removed dep for std solution 2020-10-06 17:02:19 +02:00
krawieck 33ab5324c4 change media view transition to fade 2020-10-06 22:24:03 +02:00
krawieck 21fe2e9bac mark some stuff as private if it doesn't need to be accessible from outside the file 2020-10-06 17:28:11 +02:00
krawieck 585baf58f9 add docs 2020-10-06 16:22:49 +02:00
krawieck 17f64e24e0 implement cleanupurl in addInstancePage 2020-10-06 16:19:03 +02:00
krawieck fe494a3b0b move clean up to lemmyApi extensions 2020-10-06 15:58:58 +02:00
krawieck a8ac98284a add cleanup url util for removing stuff like `www.` from urls 2020-10-04 21:52:19 +02:00
shilangyu 94d12fccff added lots of dartdoc/comments 2020-09-30 17:05:00 +00:00
shilangyu cb47607b2b add spacing to form fields 2020-09-28 20:28:16 +02:00
shilangyu bc736eb6aa replace route instead of pushing 2020-09-28 20:28:06 +02:00
shilangyu dea66fe8bf hotfix: move api_extensions to dedicated folder 2020-09-19 00:40:47 +02:00
shilangyu d3eee1e837 replace route pages with cupertino ones 2020-09-16 22:53:04 +02:00
Filip Krawczyk ee097ef386
Merge pull request #39 from krawieck/communities-tab 2020-09-16 01:34:10 +02:00
shilangyu d68e9188ae moved extensions and hooks to separate folders 2020-09-15 15:14:24 +02:00
shilangyu feba320262 added `useRef` hook (might be useful later) 2020-09-15 00:01:59 +02:00
shilangyu 6dac4ac72c sort communities and toggle instances 2020-09-14 23:54:47 +02:00
krawieck 8713cbe0e1 Convert import to a relative one 2020-09-10 14:00:39 +02:00
krawieck ebc0854a49 fix an oopsie 2020-09-09 18:35:18 +02:00
krawieck 42ebde872e too much copy-pasting 👀 2020-09-09 17:49:01 +02:00
krawieck 1162fb1cd7 Create universal functions for going to common pages 2020-09-09 17:41:54 +02:00
krawieck c302d7dd5d Add set of extensions for getting instanceUrl 2020-09-09 17:26:17 +02:00
krawieck 8f6a1a6901 Add explenation why calculate hot rank and where
it was taken from
2020-09-03 12:29:39 +02:00
krawieck 11a2e40dfd Change `log` to `log10` and remove useless code 2020-09-03 12:23:46 +02:00
krawieck b13508c011 Add util for getting text color based on background 2020-09-02 23:09:33 +02:00
krawieck 9e85fd5a2d Add util extension for calculating hot rank of comments 2020-09-02 13:47:45 +02:00
shilangyu a0850836dd added utility functions 2020-08-31 15:43:09 +02:00