\u003C/mask>\u003Cg mask=\"url(#a)\">\u003Cpath fill=\"#EA9E44\" d=\"M116.94 88.1c-13.344 1.552-20.436-2.019-24.706 10.71 0 0 14.336 21.655 52.54 21.112-2.135 8.848-1.144 15.368-1.144 23.207 0 26.079-20.589 48.821-65.961 48.821-23.03 0-51.015 4.191-72.367 15.911-15.175 8.305-27.048 20.336-32.302 37.023l5.956 8.461 11.4.155v47.889l-13.91 21.966L-19.556 387h13.192l1.144-51.227c6.558-3.881 21.58-13.971 34.391-29.494 17.386-20.879 30.731-51.227 15.022-88.793l11.744-5.045c12.887 30.814 8.388 57.514-2.898 79.013 21.58-.698 40.11-2.095 55.819-4.734l-3.584-43.698 12.659-1.087L129.98 387h13.116l2.212-94.459c10.447-4.502 34.239-21.034 45.372-78.47 1.372-6.986 2.135-12.885 2.516-17.93 1.754-12.806 2.745-27.243 3.051-43.698l-18.683-5.976h57.42l5.567-12.807c-5.414.233-11.896-2.639-11.896-2.639l1.297-6.209H242l-65.199-34.384c-7.244 2.794-14.87 6.442-20.208 10.866-4.27-3.105-19.063-12.807-39.653-13.195Z\"/>\u003Cpath fill=\"#C16929\" d=\"M6.217 24.493 18.494 21c5.948 21.577 13.345 33.375 22.648 39.352 8.388 5.099 19.75 5.239 31.799 4.579-3.508-1.164-6.787-2.794-9.837-5.045-6.787-5.045-12.582-13.428-16.929-28.64l12.201-3.649c3.279 11.488 7.092 18.085 12.201 21.888 5.11 3.726 11.286 4.657 18.606 5.433 13.726 1.553 30.884 2.174 52.312 12.264 2.898 1.086 5.872 2.483 8.769 4.036-.381-.776-.762-1.553-1.296-2.406-3.66-5.822-10.828-11.953-24.097-16.92l4.27-12.109c21.581 7.917 30.121 19.171 33.553 28.097 3.965 10.168 1.525 18.124 1.525 18.124-3.05 1.009-6.1 2.406-9.608 3.492-6.634-4.579-12.887-8.033-18.835-10.75-21.962-8.304-43.466-2.638-62.53-.853-14.336 1.32-27.452.698-38.814-6.598-11.21-7.14-21.047-20.8-28.215-46.802Z\"/>\u003Cpath fill=\"#C16929\" d=\"M90.098 45.294c-2.516-5.744-4.041-12.807-3.355-21.5l12.659.932c-.763 10.555 2.897 17.696 7.015 22.353-5.338-.931-10.447-1.04-16.319-1.785ZM170.167 43.974l8.312-9.702c21.58 19.094 8.159 46.415 8.159 46.415l-11.819-1.32c-.382-6.24-1.144-17.836-6.635-24.371 3.584 1.84 6.635 3.865 9.99 6.908 0-5.666-1.754-12.341-8.007-17.93Z\"/>\u003C/g>\u003C/svg>';\r\n// Retrieve or set new colors based on current theme\r\nconst primaryColor = document.documentElement.style.getPropertyValue('--theme-color-name');\r\nconst secondaryColor = primaryColor;\r\n// Replace original colors with theme colors\r\nconst themedSvg = sourceSvg\r\n .replace(/#C16929/g, primaryColor)\r\n .replace(/#EA9E44/g, secondaryColor);\r\n// Clean SVG before encoding it\r\nconst cleanSvg = themedSvg\r\n .replace(/[\\t\\n\\r]/gim, '') // Strip newlines and tabs\r\n .replace(/\\s\\s+/g, ' ') // Condense multiple spaces\r\n .replace(/'/gim, '\\\\i'); // Normalize quotes\r\n// Encode the SVG for a data URI\r\nconst encodedSvg = encodeURIComponent(cleanSvg)\r\n .replace(/\\(/g, '%28') // Encode brackets\r\n .replace(/\\)/g, '%29');\r\n// Build the data URI\r\nconst dataUri = `data:image/svg+xml;charset=UTF-8,${encodedSvg}`;\r\n\r\nfunction updateFavicons() {\r\n const favicons = document.querySelectorAll('link[rel*=\"icon\"][type*=\"svg\"]');\r\n [...favicons].forEach((favicon) => {\r\n favicon.setAttribute('href', dataUri);\r\n });\r\n}\r\n\r\nupdateFavicons();\r\n\r\n// App loads multiple favicons for some reason, wait to try again\r\nsetTimeout(updateFavicons, 5 * 1000);\r\n```\r\n\r\n\u003C/p>\r\n\u003C/details>\r\n\r\nWhile I'm happy to have my favicon themed, it'd be even nicer to have this feature built in! (I also think it'd be nicer to keep the value of the antlers differentiated, I was just impatient. 🙂)",[1984],{"name":1985,"color":1986},"s: pending triage","dddddd",1477,"elk-zone","elk","open","Colorize favicon to match theme","2023-01-26T20:46:28Z","https://github.com/elk-zone/elk/issues/1477",0.78863996,{"description":1996,"labels":1997,"number":2007,"owner":1988,"repository":1989,"state":1990,"title":2008,"updated_at":2009,"url":2010,"score":2011},"\r\n\r\nThis is on a IPhone SE with the website added as a shortcut.\r\n",[1998,2001,2004],{"name":1999,"color":2000},"c: bug","FFA500",{"name":2002,"color":2003},"good first issue","7057ff",{"name":2005,"color":2006},"c: ui","8949BA",1957,"Duplicate features profile link icons","2023-04-27T18:23:02Z","https://github.com/elk-zone/elk/issues/1957",0.8059943,{"description":2013,"labels":2014,"number":2016,"owner":1988,"repository":1989,"state":1990,"title":2017,"updated_at":2018,"url":2019,"score":2020},"this is the notification for the post\r\n\u003Cimg width=\"706\" alt=\"image\" src=\"https://user-images.githubusercontent.com/7890201/207524119-4a1c2dec-9c02-4d87-943e-a6f758454cf1.png\">\r\n\r\nthis is the post itself\r\n\u003Cimg width=\"665\" alt=\"image\" src=\"https://user-images.githubusercontent.com/7890201/207523946-f0de3363-7bc6-4d38-b7a4-c849f5df47fd.png\">\r\n",[2015],{"name":1999,"color":2000},426,"images with focus points ajusted are shown wrong in notifications","2022-12-14T06:38:33Z","https://github.com/elk-zone/elk/issues/426",0.80751014,{"description":2022,"labels":2023,"number":2026,"owner":1988,"repository":1989,"state":1990,"title":2027,"updated_at":2028,"url":2029,"score":2030},"When browsing on small and/or large viewports using Firefox, I have observed occasionally that the viewport with wobble and drift from side to side. \r\n\r\nI am using Firefox for macOS 115.0.2 (64-bit) in the capture below (using mouse middle click to drag the viewport in both directions)\r\n\r\nhttps://github.com/elk-zone/elk/assets/4301358/2c492b14-8a72-4371-90b2-03962026770b\r\n\r\nI have noticed this issue doesn't happen in Desktop Chrome, but I do recall experiencing on Firefox (Safari) for iOS as well. \r\n\r\nI seem to be able to fix by disabling `width: 100vw;` on the `\u003Chtml>` element. \r\n\r\n[Possibly also fixable by adding `max-width: 100%`](https://stackoverflow.com/a/23367686) 🤔 \r\n\r\n",[2024,2025],{"name":1999,"color":2000},{"name":1985,"color":1986},2243,"bug: overflow / scroll issue in Firefox","2023-07-20T08:21:33Z","https://github.com/elk-zone/elk/issues/2243",0.8140901,{"description":2032,"labels":2033,"number":2036,"owner":1988,"repository":1989,"state":1990,"title":2037,"updated_at":2038,"url":2039,"score":2040},"To reproduce, go to the composer and type `:a` then press Enter",[2034,2035],{"name":1999,"color":2000},{"name":1985,"color":1986},1356,"When autocomplete of emojis kicks in, pressing Enter doesn't break the line","2023-01-20T20:35:41Z","https://github.com/elk-zone/elk/issues/1356",0.81485826,{"description":2042,"labels":2043,"number":2050,"owner":1988,"repository":1989,"state":1990,"title":2051,"updated_at":2052,"url":2053,"score":2054},"@antfu thinking about how to implement this with the current UI. Maybe a primary color check icon next to the link? Or just use a primary color for the link when it is verified? If we don't want to use green, I think we may need the tick\r\n\r\nhttps://mas.to/@addyosmani@indieweb.social\r\n\r\nhttps://elk.zone/@addyosmani@indieweb.social",[2044,2047],{"name":2045,"color":2046},"c: feature","2878FF",{"name":2048,"color":2049},"p: 1-normal","BFDADC",155,"Verified website, github, twitter in header","2023-03-20T18:40:52Z","https://github.com/elk-zone/elk/issues/155",0.81653583,{"description":2056,"labels":2057,"number":2060,"owner":1988,"repository":1989,"state":1990,"title":2061,"updated_at":2062,"url":2063,"score":2064},"emoji popup getting recently used emojo from other logged in instance.\r\nthis is fine for normal (unicode) emoji but doesn't work with emojo (the fediverse name for custom icons that are written :likethis:) because they have to be copied onto the local server before you can use them as they don't really federate (at least the ability to post them doesn't currently)\r\n\r\n\u003Cimg width=\"967\" alt=\"Screenshot 2023-01-25 at 5 06 55 PM\" src=\"https://user-images.githubusercontent.com/7890201/214712636-0a396f4f-b63b-4d8b-9cc6-a9fe32a79ef6.png\">\r\n\r\ntesting from Elk canary version [5eac588](https://github.com/elk-zone/elk/commit/5eac588d6da5cd10e08c8b661fb979e142ed41a7) logged into [Takahē 0.7.0](https://jointakahe.org/) instance via Firefox 109.0 on macOS 13.0\r\n",[2058,2059],{"name":1999,"color":2000},{"name":1985,"color":1986},1461,"emoji popup getting recently used emojo from other logged in instance","2023-01-25T23:16:20Z","https://github.com/elk-zone/elk/issues/1461",0.8183957,{"description":2066,"labels":2067,"number":2069,"owner":1988,"repository":1989,"state":2070,"title":2071,"updated_at":2072,"url":2073,"score":2074},"https://elk.zone/favicon.ico\r\n\r\nReported by https://indieweb.social/@ascorbic/109472439259486681",[2068],{"name":1999,"color":2000},367,"closed","favicon is corrupt","2022-12-08T09:55:56Z","https://github.com/elk-zone/elk/issues/367",0.76053804,{"description":2076,"labels":2077,"number":2080,"owner":1988,"repository":1989,"state":2070,"title":2081,"updated_at":2082,"url":2083,"score":2084},"### Pre-Checks\n\n- [X] Check that there isn't [already an issue](https://github.com/elk-zone/elk/issues) that reports the same bug to avoid creating a duplicate.\n- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/elk-zone/elk/discussions) or join our [Discord Chat Server](https://chat.elk.zone).\n- [X] Providing a screenshot or video to reproduce the issue or show visually what was meant.\n- [X] I am willing to provide a PR.\n\n### Describe the bug\n\nWhen adding images to a new publication a cross appears when hovering over the image, but this cross is almost invisible in white images.\n\n### Reproduction video or screenshot\n\n\r\nThe cross is almost invisible in this white background screenshot\r\n\r\nHovering over the cross\r\n\n\n### Additional Context\n\nThe cross should be visible no matter the colour of the image.",[2078,2079],{"name":1999,"color":2000},{"name":2005,"color":2006},1067,"Cross for clossing images is almost invisible in white images","2023-01-21T10:52:38Z","https://github.com/elk-zone/elk/issues/1067",0.7872737,{"description":2086,"labels":2087,"number":2090,"owner":1988,"repository":1989,"state":2070,"title":2091,"updated_at":2092,"url":2093,"score":2094},"## Dark & Light mode button hover\r\nAs you can see in the video below, there's some unintended behaviour with the theme selector buttons.\r\n\r\nhttps://user-images.githubusercontent.com/44031065/209951408-0841d130-4ed7-4086-9248-f95fe986c31d.mp4\r\n\r\nBrowser: *Firefox*\r\nBrowser Extensions: *uBlock Origin* & *Dark Reader* (However Dark Reader isn't being used)",[2088,2089],{"name":1999,"color":2000},{"name":2002,"color":2003},627,"Bug(Settings): Dark & Light mode button hover","2022-12-29T19:27:12Z","https://github.com/elk-zone/elk/issues/627",0.7937526,["Reactive",2096],{},["Set"],["ShallowReactive",2099],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"cCb9NZkjuj6PBa3PVbi26CiqlRuDns44L4hMeIOmGjA":-1},"/elk-zone/elk/1988"]