diff --git a/README.md b/README.md index e79cb41..42305ea 100644 --- a/README.md +++ b/README.md @@ -15,29 +15,63 @@ actions that are otherwise unavoidable. The goal of this project is to create a model for what social media could look like were it not designed to be addictive. The Fediverse, not being dependent on ad revenue, shouldn't need to capitalize on people's attention. Still, many -of the apps we use to interact with the Fediverse use the same dark patterns +of the apps we use to interact with the Fediverse use the same dark patterns developed by companies that do. While these dark patterns may seem like industry standards, we have no need to follow them. This project seeks to demonstrate the different ways to go about doing that. ## Screenshots -As of late February, the UI of Resin is still ACTIVELY under development and -will likely change quite a bit. These screenshots probably won't be up to -date most of the time. +The Resin UI is fully implemented but incomplete; there are some components, like +the interface for posting new content, that'll be implemented along side the API +integration. Besides much needed polishing and some consistency improvements, the +UI likely won't change too drastically from this point forward. -A screenshot of the timeline -A screenshot of the search menu -A screenshot of the comments page +A screenshot of the moderation menu on a post +A screenshot of the discover page +A screenshot of the search interface + +A screenshot of the profile page +A screenshot of the notifications page +A screenshot of the settings page +A screenshot of the list of direct message conversations +A screenshot of a conversation over direct messaging ## Building @@ -55,6 +89,6 @@ $ expo start # start the development server This project is still extremely early in development; however, contributions are still more than welcome. If you're interested in helping out, the easiest -way to get started would be to contact +way to get started would be to contact [the project maintainer](https://social.njms.ca/nat) who would be more than happy to talk to you about it. diff --git a/assets/screenshots/comments.png b/assets/screenshots/comments.png new file mode 100644 index 0000000..39cb659 Binary files /dev/null and b/assets/screenshots/comments.png differ diff --git a/assets/screenshots/conversation.png b/assets/screenshots/conversation.png new file mode 100644 index 0000000..c9301a2 Binary files /dev/null and b/assets/screenshots/conversation.png differ diff --git a/assets/screenshots/direct-messages.png b/assets/screenshots/direct-messages.png new file mode 100644 index 0000000..d0abc96 Binary files /dev/null and b/assets/screenshots/direct-messages.png differ diff --git a/assets/screenshots/discover.png b/assets/screenshots/discover.png new file mode 100644 index 0000000..4f7619c Binary files /dev/null and b/assets/screenshots/discover.png differ diff --git a/assets/screenshots/feed.png b/assets/screenshots/feed.png new file mode 100644 index 0000000..8cc4816 Binary files /dev/null and b/assets/screenshots/feed.png differ diff --git a/assets/screenshots/login.png b/assets/screenshots/login.png new file mode 100644 index 0000000..dbe93a1 Binary files /dev/null and b/assets/screenshots/login.png differ diff --git a/assets/screenshots/moderation.png b/assets/screenshots/moderation.png new file mode 100644 index 0000000..a7d01e3 Binary files /dev/null and b/assets/screenshots/moderation.png differ diff --git a/assets/screenshots/notifications.png b/assets/screenshots/notifications.png new file mode 100644 index 0000000..c58e9a9 Binary files /dev/null and b/assets/screenshots/notifications.png differ diff --git a/assets/screenshots/profile-2021-02-27.png b/assets/screenshots/profile-2021-02-27.png deleted file mode 100644 index 2464303..0000000 Binary files a/assets/screenshots/profile-2021-02-27.png and /dev/null differ diff --git a/assets/screenshots/profile.png b/assets/screenshots/profile.png new file mode 100644 index 0000000..0f24c24 Binary files /dev/null and b/assets/screenshots/profile.png differ diff --git a/assets/screenshots/search-2021-02-27.png b/assets/screenshots/search-2021-02-27.png deleted file mode 100644 index 143dcd7..0000000 Binary files a/assets/screenshots/search-2021-02-27.png and /dev/null differ diff --git a/assets/screenshots/search.png b/assets/screenshots/search.png new file mode 100644 index 0000000..7c9d553 Binary files /dev/null and b/assets/screenshots/search.png differ diff --git a/assets/screenshots/settings.png b/assets/screenshots/settings.png new file mode 100644 index 0000000..989d8c0 Binary files /dev/null and b/assets/screenshots/settings.png differ diff --git a/assets/screenshots/timeline-2021-02-27.png b/assets/screenshots/timeline-2021-02-27.png deleted file mode 100644 index 037d79a..0000000 Binary files a/assets/screenshots/timeline-2021-02-27.png and /dev/null differ