Eric Bailey
b665f065b7
Commit to theme mode of system ( #2896 )
2024-02-16 12:54:42 -08:00
Eric Bailey
4e66c9b806
Fix default loader color ( #2891 )
2024-02-16 13:25:20 -06:00
Eric Bailey
1d729721e5
Link updates ( #2890 )
...
* Link updates, add atoms
* Update comments
* Support download
* Don't open new window for download
2024-02-16 13:25:07 -06:00
Eric Bailey
0ff61e08e9
Darken splash ( #2892 )
...
* Darken splash
* We must go darker
2024-02-16 12:07:57 -06:00
dan
c5641ac2b7
Fix jumps when navigating into long threads ( #2878 )
...
* Reveal parents in chunks to fix scroll jumps
Co-authored-by: Hailey <me@haileyok.com >
* Prevent layout jump when navigating to QT due to missing metrics
---------
Co-authored-by: Hailey <me@haileyok.com >
2024-02-16 18:07:47 +00:00
Eric Bailey
e303940eaa
Bump contrast on dim mode for old ds ( #2888 )
2024-02-16 09:54:40 -08:00
Eric Bailey
ae9f893723
Some button updates ( #2889 )
...
* Some button updates
* Better name
2024-02-16 09:50:24 -08:00
Eric Bailey
e28e21fcc1
Enable toggle on mod page
2024-02-16 10:05:38 -06:00
Paul Frazee
b6bce411e7
Small tweaks to the moderation screen
2024-02-15 20:07:39 -08:00
Paul Frazee
58af8e0f99
Move moderation card from the profile header to a tab
2024-02-15 20:04:07 -08:00
Eric Bailey
bfe7c2ff38
Mod screen design
2024-02-15 21:13:50 -06:00
Paul Frazee
abaf6e6bae
Simplify the ProfileModerationService ui
2024-02-15 19:03:20 -08:00
Eric Bailey
014b6222e4
Fix button overflow
2024-02-15 19:41:17 -06:00
Eric Bailey
700693b87b
ReportDialog updates
2024-02-15 19:30:14 -06:00
Paul Frazee
283bb44d73
Use moderateNotification()
2024-02-15 16:40:28 -08:00
Paul Frazee
4dd2fd03c7
Merge branch '3p-moderators' of github.com:bluesky-social/social-app into 3p-moderators
2024-02-15 16:20:33 -08:00
Paul Frazee
b8d62a8af8
Rework list of labels on own content
2024-02-15 16:20:20 -08:00
Eric Bailey
ddef1d438a
Styling, handle disabled labelers
2024-02-15 17:29:47 -06:00
Eric Bailey
8870c5a183
Improve Moderation screen and dialog
2024-02-15 17:01:00 -06:00
Eric Bailey
c5d31cd8b0
Update enablement on ProfileMod screen
2024-02-15 16:21:41 -06:00
Paul Frazee
6d9e1f4dd9
Merge branch '3p-moderators' of github.com:bluesky-social/social-app into 3p-moderators
2024-02-15 13:13:32 -08:00
Paul Frazee
ef1a5ca2fd
Handle muting correctly
2024-02-15 13:13:26 -08:00
Eric Bailey
91bc703964
Clean up ProfileMod screen
2024-02-15 13:24:32 -06:00
Eric Bailey
90662d6cc3
Clean up Mod screen
2024-02-15 13:24:32 -06:00
Eric Bailey
6e4ae28a2b
Better loading flow on Mod screen
2024-02-15 13:24:32 -06:00
Paul Frazee
1b33b88ae2
Merge branch '3p-moderators' of github.com:bluesky-social/social-app into 3p-moderators
2024-02-15 11:13:27 -08:00
Paul Frazee
e72113ec85
Get post hiding back in gear
2024-02-15 11:13:18 -08:00
Hailey
1b992d5d6b
Update intl ( #2879 )
2024-02-15 11:11:50 -08:00
Eric Bailey
f255d7a483
Little cleanup
2024-02-15 11:14:38 -06:00
Eric Bailey
b73f9710f9
Handle reports on profile vs content
2024-02-15 10:37:34 -06:00
Eric Bailey
b52beefa27
Add copyright and other option to report
2024-02-15 10:21:48 -06:00
Eric Bailey
16db93d8f9
Fix toggles
2024-02-15 09:53:29 -06:00
Paul Frazee
4d8b4cf6f7
Merge branch '3p-moderators' of github.com:bluesky-social/social-app into 3p-moderators
2024-02-14 21:51:02 -08:00
Paul Frazee
b009a34a7a
Refactor/rewrite the entire moderation-application system
2024-02-14 21:48:27 -08:00
Eric Bailey
332c990404
Fix native error
2024-02-14 20:46:17 -06:00
Eric Bailey
46d95350fb
Hook up data to ReportDialog
2024-02-14 20:35:26 -06:00
Eric Bailey
5587fe73cb
Update invalidation
2024-02-14 19:08:23 -06:00
Eric Bailey
7313e70ca7
Hook up data
2024-02-14 19:05:42 -06:00
Paul Frazee
cc635ae949
More work on the mod debug screen
2024-02-13 20:13:18 -08:00
dan
b9301befb7
Fix layout measurements (again) ( #2866 )
2024-02-14 04:12:30 +00:00
dan
7e6b666ee3
Adjust post thread scroll for cached posts ( #2865 )
...
Co-authored-by: Hailey <me@haileyok.com >
2024-02-14 03:17:22 +00:00
Eric Bailey
46076c4afb
Some validation, fixes
2024-02-13 18:00:41 -06:00
Evandro Leopoldino Gonçalves
836cff306e
Adds preconnect links to essencial external domains ( #2847 )
...
* adds preconnect links to essencial external domains
* adds preconnect links to essencial external domains in the base.html template
* fixes formatting issue
2024-02-13 23:13:23 +00:00
dan
08525b52c3
Move visual display logic out of PostThread generators ( #2862 )
...
* Split skeleton gen into replies and parents
Co-authored-by: Hailey <me@haileyok.com >
* Move REPLY_PROMPT out of the generator
* Move the rest of visual logic out of gen
---------
Co-authored-by: Hailey <me@haileyok.com >
2024-02-13 22:12:33 +00:00
Eric Bailey
da735f4894
Rough enablement
2024-02-13 15:40:52 -06:00
Eric Bailey
78acf4c86e
Rough enablement
2024-02-13 14:40:13 -06:00
Eric Bailey
9f028512e6
Handle subscription
2024-02-13 14:02:32 -06:00
Eric Bailey
02bbc5e0d5
Hook up data to settings page
2024-02-13 14:02:32 -06:00
Eric Bailey
6f5058d474
Abstract ModerationServiceCard
2024-02-13 14:02:32 -06:00
Eric Bailey
06ede19066
Update atoms values
2024-02-13 14:02:32 -06:00