Commit Graph

294 Commits

Author SHA1 Message Date
krawieck 3740341327 Improve consistency 2020-09-12 09:44:23 +02:00
krawieck 84d29bdf47 Remove accidentally committed debug prints 2020-09-12 09:43:21 +02:00
krawieck dedf219279 Add handling of links to comments in posts 2020-09-12 09:40:47 +02:00
krawieck 77d54016f3 Change `urlLanucher` signature to include `instanceUrl` 2020-09-12 09:30:22 +02:00
krawieck 28bbe5b06f Add support for `/u/user` and `/c/community` style of links 2020-09-12 00:46:16 +02:00
krawieck 704daca4c7 Add support for a number of pages
Linking to those pages is now supported:
* `CommunityPage` (https://lemmy.instance/c/community_name)
* `UserPage` (https://lemmy.instance/u/username)
* `FullPostPage` (https://lemmy.instance/)
2020-09-12 00:26:54 +02:00
krawieck 83f4f61952 baseline for handling a lot of stuff 2020-09-11 23:54:28 +02:00
Marcin Wojnarowski c5e90346fe
Merge pull request #34 from krawieck/integration-and-polish
Integration and polish
2020-09-10 15:41:44 +02:00
krawieck 36534becf4 don't be engwy liter-senpai 2020-09-10 15:35:06 +02:00
krawieck 446b2ca598 remove modifying system chrome 2020-09-10 15:30:06 +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 53f5570666 Remove unneeded context passing 2020-09-10 15:18:24 +02:00
krawieck 4ca8e96e97 use `useEffect` instead of just plainly changing systemChrome 2020-09-10 15:16:45 +02:00
krawieck 704c7de2e6 fix comment section 2020-09-10 14:00:57 +02:00
krawieck 8713cbe0e1 Convert import to a relative one 2020-09-10 14:00:39 +02:00
krawieck cec2c7eeb4 Bring back the navigator cuz it needs to be `.fromPostView`
goToPost made it so that the post would get downloaded again when going from pots to fullpost
2020-09-10 13:11:16 +02:00
krawieck b5f581f773 Make amoled dark theme even darker 2020-09-10 01:30:02 +02:00
krawieck 98cc38a9d3 Make sorting popup prettier 2020-09-09 23:56:24 +02:00
krawieck 99fe7de64b Add more menu and info popup 2020-09-09 23:21:21 +02:00
krawieck 71272af69c Adjust brightness so that status bar sets itself to the right color 2020-09-09 22:15:39 +02:00
krawieck 11e6c4881b add more menu 2020-09-09 22:04:50 +02:00
krawieck 1c56ef0d63 No padding if no title 2020-09-09 21:23:58 +02:00
krawieck 0bd0efa320 Add more menu 2020-09-09 21:23:48 +02:00
krawieck ccfbc0188c Little tweaks 2020-09-09 20:52:31 +02:00
krawieck bb789b3ac9 Cleanup and a addition of couple comments 2020-09-09 19:23:41 +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
Marcin Wojnarowski 0fa880fdbc
Merge pull request #33 from krawieck/instance-page 2020-09-09 11:38:13 +02:00
krawieck 232cd32cf0 Add image error handling 2020-09-09 11:32:34 +02:00
krawieck d1cb84ba29 Properly handle empty usernames 2020-09-09 11:19:12 +02:00
krawieck 1fe1562ef2 Remove useless comment 2020-09-09 11:18:01 +02:00
krawieck d9d726b350 Remove unnecessary string interpolation 2020-09-09 11:12:43 +02:00
krawieck 3abd5875ee Remove "rencently banned" list. leave a button to it instead 2020-09-09 11:09:38 +02:00
krawieck b59022b001 Fix copy-paste artifacts 2020-09-09 11:05:39 +02:00
krawieck 77d010d15c Add "nerd stuff" section to `...` menu that just spits out random info about this instance 2020-09-09 01:22:07 +02:00
Filip Krawczyk 8bd4218dd3
Merge pull request #31 from krawieck/user-profile-page 2020-09-08 23:23:28 +02:00
krawieck 2e6c1dba4d Last minute tweaks 2020-09-08 23:16:30 +02:00
krawieck 865ec24db6 All hail the linter 2020-09-08 23:10:40 +02:00
Filip Krawczyk 1b732fe4f2
Merge pull request #32 from krawieck/handle-anonymous-user-profile-tab 2020-09-08 23:09:08 +02:00
krawieck 34cd4ff1c1 Add communities list page 2020-09-08 23:01:40 +02:00
shilangyu 50870ccd08 handling non-existant users 2020-09-08 22:56:45 +02:00
krawieck e3ef1fab2d Add share functionality, triple dot menu with 1 item
the 1 item is "open in browser"
2020-09-08 22:33:11 +02:00
shilangyu 6449929030 handling anonymous users in profile tab 2020-09-08 21:45:17 +02:00
shilangyu 9b3caf4927 added computed member for knowing if there are accounts 2020-09-08 21:44:52 +02:00
shilangyu 62beee4d5c exporting Accounts and Appearance pages 2020-09-08 21:44:27 +02:00
krawieck 9e0011f528 Make one title match all others 2020-09-08 21:20:29 +02:00
krawieck 2c20779387 Make share button actualy do something 2020-09-08 21:18:17 +02:00