diff --git a/README.md b/README.md index 8d2e5b6..66c648b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,31 @@ We present a simplified set of social media features drawn from everything that' Not just non-profit, we're anti-profit. -## Design + +## Progress + +### Screens + +#### Login screen + +Got this working on front and backend. + +![Login screen](assets/screen-login.png) + + + + +#### Post + +Experimenting with posts as 'cards', kind of like Tinder, which you can swipe up to up-vote or amplify, swipe down to down-vote or dampen, swipe left to see the next card and swipe right to see the previous. A horizontal feed basically. One image or video allowed; up to N words allowed; maybe a title? Design is horrendous so far, needs work. + + +![Login screen](assets/screen-post.png) + + + + +## Technical details Design details are changing rapidly, but these are what we have so far. diff --git a/client/assets/screen-login.png b/client/assets/screen-login.png new file mode 100644 index 0000000..9e4159c Binary files /dev/null and b/client/assets/screen-login.png differ diff --git a/client/assets/screen-post.png b/client/assets/screen-post.png new file mode 100644 index 0000000..45c2cf9 Binary files /dev/null and b/client/assets/screen-post.png differ diff --git a/client/main.py b/client/main.py index a5896c3..cae7ad6 100644 --- a/client/main.py +++ b/client/main.py @@ -136,7 +136,7 @@ class MainApp(MDApp): #icon.icon='android' #user_font_size='200sp' icon.font_size='58dp' icon.user_font_size='58dp' - + if not self.is_logged_in(): self.root.change_screen('login') else: