Emma Terzioglu EmmaTech · she/they
  • https://emmatech.dev
  • silly trans dev :3 I primarily use github, located at github.com/EmmmaTech

  • Joined on 2024年05月30日
EmmaTech pushed to feat/user-preview at soteria/frontend 2025年02月14日 19:25:00 +01:00
b572591dab feat: user preview
EmmaTech pushed to feat/user-preview at soteria/frontend 2025年02月14日 19:23:34 +01:00
EmmaTech created branch feat/user-preview in soteria/frontend 2025年02月14日 19:23:33 +01:00
EmmaTech pushed to feat/parent-post-experiment at soteria/frontend 2025年01月15日 18:09:34 +01:00
a2ea0f3877 refactor: update experiment to include chain of parents
EmmaTech suggested changes for soteria/frontend#14 2025年01月13日 20:58:29 +01:00
feat: automatically focus on post text inputs
EmmaTech commented on pull request soteria/frontend#14 2025年01月13日 20:58:29 +01:00
feat: automatically focus on post text inputs

since this is a static setting when the component is declared, I wouldn't make this attribute bindable. I make dialogEnabled bindable because it's a setting that can change since the dialog can be disabled from itself. (that might be something I should change to improve clarity)

EmmaTech pushed to feat/parent-post-experiment at soteria/frontend 2025年01月10日 01:13:48 +01:00
626d338c9d merge branch 'main' into feat/parent-post-experiment
63a1c8251f feat: functional follow button
401e9b242e feat(post likes): add back button
3859db7478 feat: edit profile (#5)
e836f7e13b feat: prefetch data for post on hover
Compare 17 commits »
EmmaTech pushed to main at soteria/frontend 2025年01月09日 06:20:28 +01:00
63a1c8251f feat: functional follow button
401e9b242e feat(post likes): add back button
Compare 2 commits »
EmmaTech pushed to main at soteria/frontend 2025年01月09日 05:36:33 +01:00
3859db7478 feat: edit profile (#5)
EmmaTech merged pull request soteria/frontend#5 2025年01月09日 05:36:31 +01:00
feat: edit profile
EmmaTech approved soteria/frontend#5 2025年01月09日 05:36:25 +01:00
feat: edit profile

looks good :3

EmmaTech pushed to main at soteria/frontend 2025年01月09日 01:27:43 +01:00
e836f7e13b feat: prefetch data for post on hover
e7932fb780 feat: stop all scrolls when dialog is deployed
020afc761a style: move navbar to show more of the left border
Compare 3 commits »
EmmaTech closed issue soteria/frontend#9 2025年01月09日 01:06:48 +01:00
/settings and /settings/account should redirect to /login if not logged in
EmmaTech commented on issue soteria/frontend#9 2025年01月09日 01:06:46 +01:00
/settings and /settings/account should redirect to /login if not logged in

fixed by ddab76b3cc

EmmaTech pushed to main at soteria/frontend 2025年01月09日 01:05:59 +01:00
ddab76b3cc fix: redirect to /login when /settings/* is accessed when signed out
EmmaTech suggested changes for soteria/frontend#5 2025年01月09日 01:00:29 +01:00
feat: edit profile

otherwise, looks awesome! I'm impressed with how it turns out :o

EmmaTech commented on pull request soteria/frontend#5 2025年01月09日 01:00:27 +01:00
feat: edit profile

<p class="text-sm"> instead

EmmaTech commented on pull request soteria/frontend#5 2025年01月09日 01:00:26 +01:00
feat: edit profile

the style with no background looks a bit out of place, I would recommend using text-gray-300 bg-slate-500 hover:bg-slate-600 to match the follow/unfollow buttons a bit more instead.

EmmaTech commented on pull request soteria/frontend#5 2025年01月09日 01:00:25 +01:00
feat: edit profile

I would move this under the follower button, I don't like having the ellipsis button being first

EmmaTech pushed to main at soteria/frontend 2025年01月08日 05:22:27 +01:00
e9b7e65f6f feat: account settings (#4)