refactor-frontend-containers
#72
Manually merged
offbyn
merged 34 commits from refactor-frontend-containers
into master
2 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'refactor-frontend-containers'
Deleting a branch is permanent. It CANNOT be undone. Continue?
this took a bit longer.
the global feed, notes or profile new get their own fullscreen "view". Each view should have its own scrollbar and navigating between views should add a history entry so that native browser back works 🤞 .
also since the code had to be organized a bit I rewrote everything in typescript.
closes #7 #8
5be04fa2d3
toc88cfa74bb
2 years ago@ -0,0 +175,4 @@
});
privateKeyInput.value = localStorage.getItem('private_key') || '';
pubKeyInput.value = localStorage.getItem('pub_key') || '';
oups
yeah, funny! gitea checks unicode :)
my editor didn't notice anything 🙈
very nice! the scrollbar is amazing. much better than twitter :)
on mobile, in the future, might want to hide the bar at the bottom. unsure when or how. and another thing is "x" in front of the feed: maybe just "feed"?
otherwise, looks fantastic! ship it.
or maybe, if you remove "x", then the height is smaller and it should be ok?
🎉
indeed 👍
683b500121
into master manually 2 years ago683b500121
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.