alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
appview
/
pages
/
templates
15 folders
1 file
at
0dd991a7ea4f05e3da4eec45e3ddfa7d2d3f25d6
oppiliappan
appview/pages: fix bug where profile popover would spin forever
2mo ago
c38a4376
brand
appview/pages: rework brand page use the blessed logotype Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
errors
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months 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>
2 months ago
goodfirstissues
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
knots
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
labels
appview/pages: improve label styles Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
layouts
appview/login: enlarge logotype Signed-off-by: eti <eti@eti.tf>
2 months ago
legal
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months 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>
2 months 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>
2 months ago
search
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
spindles
appview: the great uppercasing Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
strings
appview/strings: fix buttons alignment Signed-off-by: eti <eti@eti.tf>
2 months 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>
2 months 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>
2 months 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>
2 months ago