index
:
voidsky
this commit
main
[no description]
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
add more tracking
Ansh Nanda
2023-08-28
2
-2
/
+4
|
*
start onboarding only for new account creations
Ansh Nanda
2023-08-28
3
-20
/
+17
|
*
simplify onboarding model function naming
Ansh Nanda
2023-08-28
4
-6
/
+11
|
*
track onboarding steps
Ansh Nanda
2023-08-28
1
-0
/
+2
|
*
Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding
Ansh Nanda
2023-08-28
4
-34
/
+11
|
|
\
|
*
|
fix onboarding stuck on welcome
Ansh Nanda
2023-08-28
1
-6
/
+11
|
*
|
add custom feed discovery to onboarding
Ansh Nanda
2023-08-28
6
-39
/
+225
|
*
|
remove logs
Ansh Nanda
2023-08-28
2
-2
/
+0
|
*
|
move onboarding to screens
Ansh Nanda
2023-08-28
11
-107
/
+149
|
*
|
Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding
Ansh Nanda
2023-08-25
7
-11
/
+15
|
|
\
\
|
*
|
|
create onboarding model
Ansh Nanda
2023-08-25
2
-0
/
+69
*
|
|
|
Move `PreferencesHomeFeed` to a screen instead of a modal (#1335)
Ansh
2023-08-30
8
-36
/
+45
*
|
|
|
Moderation settings fixes (#1336)
Paul Frazee
2023-08-30
4
-678
/
+67
*
|
|
|
fix lightbox on search page (#1330)
Eric Bailey
2023-08-29
1
-2
/
+18
*
|
|
|
handle stuck state with granular android permissions
Eric Bailey
2023-08-29
1
-3
/
+8
*
|
|
|
Test fixes
Paul Frazee
2023-08-28
2
-1
/
+2
*
|
|
|
Make posts behave more like links (#1316)
Eric Bailey
2023-08-28
4
-5
/
+18
*
|
|
|
Replace web editor link behavior (#1319)
Paul Frazee
2023-08-28
2
-26
/
+123
*
|
|
|
Fix: Don't flash default profile avatar and link in nav (#1287)
Patroll
2023-08-28
1
-1
/
+6
*
|
|
|
Improvements to feed assembly to avoid possible state issues (#1318)
Paul Frazee
2023-08-28
2
-4
/
+18
|
|
_
|
/
|
/
|
|
*
|
|
Remove ability for Post component to load from URI (close #1302) (#1317)
Paul Frazee
2023-08-28
3
-33
/
+7
*
|
|
wrap mutation in runInAction (#1305)
Eric Bailey
2023-08-28
1
-1
/
+4
|
|
/
|
/
|
*
|
Move the web composer to the top of the screen (#1282)
Paul Frazee
2023-08-25
1
-1
/
+1
*
|
Eslint updates (#1281)
Eric Bailey
2023-08-25
4
-5
/
+7
*
|
don't mention own user from composer (#1279)
Eric Bailey
2023-08-25
1
-1
/
+3
*
|
Update/fix `ChangeHandle` form (#1280)
Eric Bailey
2023-08-25
1
-4
/
+4
|
/
*
Use `Pressable` for most links/embeds (#1181)
Eric Bailey
2023-08-24
6
-33
/
+15
*
defer loading of feeds until visible (#1271)
Eric Bailey
2023-08-24
3
-37
/
+40
*
Fixes to the feed discovery page (#1238)
Paul Frazee
2023-08-24
1
-28
/
+27
*
setup `isAuthenticatedUser` in profileUiModel inside an action (#1272)
Ansh
2023-08-24
1
-3
/
+5
*
Add analytics event for when the app is opened from a notification (#1270)
Paul Frazee
2023-08-24
2
-0
/
+4
*
A couple quick notifications fixes (#1262)
Paul Frazee
2023-08-23
1
-3
/
+6
*
[APP-836] Emoji picker for web (#1254)
Ansh
2023-08-23
5
-12
/
+115
*
[APP-786] Native notifications (#1095)
Ansh
2023-08-23
11
-230
/
+126
*
Fixes #1252 fix alt text setting description toggle (#1261)
Ansh
2023-08-23
2
-3
/
+3
*
Improve handling of unselecting languanges in composer language menu (#1093)
Eric Bailey
2023-08-23
6
-47
/
+135
*
fix bad reference on native
Eric Bailey
2023-08-23
1
-1
/
+2
*
Change Handle modal DNS instruction tweaks for clarity (#1245)
Paul Frazee
2023-08-22
1
-1
/
+7
*
Fix: update posts rendered in notifs on refresh (close #1196) (#1243)
Paul Frazee
2023-08-22
2
-6
/
+21
*
Fix: include link-meta abort signal for timeout (close #1214) (#1240)
Paul Frazee
2023-08-22
1
-0
/
+1
*
Fix feed empty state (close #1235) (#1239)
Paul Frazee
2023-08-22
1
-2
/
+6
*
Add likes tab (#1227)
Eric Bailey
2023-08-22
2
-25
/
+57
*
add title attr to text text links (#1228)
Eric Bailey
2023-08-22
5
-10
/
+37
*
[APP-834] Allow @ing someone in post directly from profile (#1241)
Ansh
2023-08-22
9
-5
/
+99
*
[APP-835] trim end of email during login (#1242)
Ansh
2023-08-22
1
-1
/
+3
*
Merge branch 'main' of github.com:bluesky-social/social-app into main
Paul Frazee
2023-08-22
4
-13
/
+44
|
\
|
*
fix thread double border (#1251)
Eric Bailey
2023-08-22
2
-7
/
+17
|
*
do not thread author media filtered feed (#1253)
Eric Bailey
2023-08-22
2
-6
/
+27
*
|
Minor formatting
Paul Frazee
2023-08-22
1
-1
/
+3
*
|
Merge branch 'fix-empty-search' of https://github.com/darnfish/social-app int...
Paul Frazee
2023-08-22
1
-0
/
+2
|
\
\
|
|
/
|
/
|
[prev]
[next]