alpha
Login
or
Join now
tangled.org
/
core
Star
5
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
tangled.org
Star
5
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
12
Pulls
26
Pipelines
core
/
appview
/
pages
/
templates
/
at
0db2ecef84b227f8cb30fb85bbb9c356e70ffb59
15 folders
1 file
oppiliappan
appview/pages: fix bug where profile popover would spin forever
11d ago
c38a4376
brand
appview/pages: rework brand page use the blessed logotype Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
errors
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
fragments
appview/pages: hide reaction actions by default the behavior is like so now: - comments no longer have a reaction button below them - like linear/discord/slack: the reaction button shows up on hover in the comment header to the right - when existing reactions are present, a reaction button can be seen in the bottom, *in addition* to the one in the header (just like linear's comment threads) Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
goodfirstissues
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
knots
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
labels
appview/pages: improve label styles Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
layouts
appview/login: enlarge logotype Signed-off-by: eti <eti@eti.tf>
2 weeks ago
legal
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
notifications
appview/notifications: fix title change on mark-all-read when hitting mark-all-read, due to full page refresh, any page title would be replaced with "notifications". this patch fixes that by avoiding full page redirect. Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
repo
appview/pages: hide reaction actions by default the behavior is like so now: - comments no longer have a reaction button below them - like linear/discord/slack: the reaction button shows up on hover in the comment header to the right - when existing reactions are present, a reaction button can be seen in the bottom, *in addition* to the one in the header (just like linear's comment threads) Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
search
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
spindles
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
strings
appview/strings: fix buttons alignment Signed-off-by: eti <eti@eti.tf>
4 weeks ago
timeline
appview/login,signup: increase font size when <md to prevent focus zoom safari on ios zooms on inputs if the font size is set to a value smaller than 16px. setting the font size of <input> elements when the viewport is smaller than `md` prevents that behavior a broader fix would be to patch all inputs to behave that way. this would require more manual work, this could be a point of focus when transitioning to a better frontend framework. resolves [TAN-506](https://linear.app/tangled/issue/TAN-506/stop-safari-from-zooming-on-text-inputs) Signed-off-by: eti <eti@eti.tf>
1 week ago
user
appview/pages: fix bug where profile popover would spin forever the popover showed on mouseover over the parent div, but the hx request was fired on the <a> tag inside the div. if you managed to move the mouse into an area where the div was present but the <a> was not present, you could trigger a popover but not an hx request, causing the loader to spin indefinitely. we now do all events on the same element to prevent this bug. Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
banner.html
appview/pages: fix bug where profile popover would spin forever the popover showed on mouseover over the parent div, but the hx request was fired on the <a> tag inside the div. if you managed to move the mouse into an area where the div was present but the <a> was not present, you could trigger a popover but not an hx request, causing the loader to spin indefinitely. we now do all events on the same element to prevent this bug. Signed-off-by: oppiliappan <me@oppi.li>
1 week ago