mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-01 21:40:32 +00:00
readme showing progress
This commit is contained in:
parent
cc7b351701
commit
07b9f5d94b
26
README.md
26
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.
|
||||
|
||||
|
BIN
client/assets/screen-login.png
Normal file
BIN
client/assets/screen-login.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
BIN
client/assets/screen-post.png
Normal file
BIN
client/assets/screen-post.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user