<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/scripts, branch 1.25.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.25.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.25.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-12-18T10:02:29+00:00</updated>
<entry>
<title>fix: sharing menu entry id (#7113)</title>
<updated>2024-12-18T10:02:29+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-12-18T10:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3b87372061b16d172899b29fe9b5414b9194abd4'/>
<id>urn:sha1:3b87372061b16d172899b29fe9b5414b9194abd4</id>
<content type='text'>
* fix sharing menu entry id

* Update main.js</content>
</entry>
<entry>
<title>Always prevent default regardless of window.open() return status (#7089)</title>
<updated>2024-12-11T13:47:01+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2024-12-11T13:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=12c659fb2fa21342d76b1a76c8c921117b9a48e5'/>
<id>urn:sha1:12c659fb2fa21342d76b1a76c8c921117b9a48e5</id>
<content type='text'>
* Always prevent default regardless of window.open() return status

Fixes regression noted in https://github.com/FreshRSS/FreshRSS/pull/7077#discussion_r1879016226

* Update p/scripts/main.js

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>windows.open noopener (#7077)</title>
<updated>2024-12-08T22:07:27+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-08T22:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3dc997d43289b6b05bf4d729d83b5da57045fc6c'/>
<id>urn:sha1:3dc997d43289b6b05bf4d729d83b5da57045fc6c</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/6862
Rework https://github.com/FreshRSS/FreshRSS/pull/2506</content>
</entry>
<entry>
<title>Revert "Implement showing and hiding header depending on scroll (#7029)" (#7064)</title>
<updated>2024-12-05T12:16:40+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-05T12:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5701598edadb04c364816dcba5972d71bc4146fb'/>
<id>urn:sha1:5701598edadb04c364816dcba5972d71bc4146fb</id>
<content type='text'>
This reverts commit be9b6c7290dddcd8b8b6a8926bd101b7123528b3.
https://github.com/FreshRSS/FreshRSS/pull/7029</content>
</entry>
<entry>
<title>Implement showing and hiding header depending on scroll (#7029)</title>
<updated>2024-12-04T21:30:04+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2024-12-04T21:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=be9b6c7290dddcd8b8b6a8926bd101b7123528b3'/>
<id>urn:sha1:be9b6c7290dddcd8b8b6a8926bd101b7123528b3</id>
<content type='text'>
* Implement showing and hiding header depending on scroll

References #7011.

* header.phtml: adjust indentation

* minor efficiency improvement

* Update p/scripts/main.js

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Fix initial scroll for some browsers (#7059)</title>
<updated>2024-12-04T21:16:00+00:00</updated>
<author>
<name>aarnej</name>
<email>aarnej@iki.fi</email>
</author>
<published>2024-12-04T21:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e9f392201006c907a20ba5046252d056bd5c4426'/>
<id>urn:sha1:e9f392201006c907a20ba5046252d056bd5c4426</id>
<content type='text'>
For some browsers (I tested desktop Edge and mobile Safari), setting document.scrollingElement.scrollTop to zero does not seem to be enough to reset the scroll position at start. Setting history.scrollRestoration = 'manual' seems to fix it for these browsers.
Firefox seems to work without this fix but works also with it.</content>
</entry>
<entry>
<title>Async XHR for login form (#7023)</title>
<updated>2024-11-26T15:52:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-11-26T15:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4baed120d0fd26dc8fd03c802830cd66de502035'/>
<id>urn:sha1:4baed120d0fd26dc8fd03c802830cd66de502035</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/7019</content>
</entry>
<entry>
<title>New: Label menu in article row (#6984)</title>
<updated>2024-11-15T08:14:23+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-11-15T08:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5b9248f45f0ce93f9ffe2252f5fb955032ecd529'/>
<id>urn:sha1:5b9248f45f0ce93f9ffe2252f5fb955032ecd529</id>
<content type='text'>
* configs

* add the icon in the entry header line

* rename comment

* Update main.js

* CSS

* comment typo fix

* fix gloabl view my labels menu

* improved: my labels dropdown with triangle now. yay!</content>
</entry>
<entry>
<title>[Feature] 6975: Redirect to shortcut page on pressing '?' (#6981)</title>
<updated>2024-11-13T12:00:39+00:00</updated>
<author>
<name>Olexandr Shaposhnyk</name>
<email>118913884+oshaposhnyk@users.noreply.github.com</email>
</author>
<published>2024-11-13T12:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=846e19afde7583bd8f3b873577211cc8cb9e83f1'/>
<id>urn:sha1:846e19afde7583bd8f3b873577211cc8cb9e83f1</id>
<content type='text'>
* [Feature] 6975: Redirect to shortcut page on pressing '?'

* [Feature] 6975: Redirect to shortcut page on pressing '?'

* Simplify code

* Re-order for performance

* Remove shift key

---------

Co-authored-by: Olexandr Shaposhnyk &lt;oshaposhnyk@intelliboard.net&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Fixed: article footer dropdowns (my labels, article tags, sharing) (#6959)</title>
<updated>2024-11-01T15:32:04+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-11-01T15:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0735c9f70ca118a599fdd203bb9f135158a67395'/>
<id>urn:sha1:0735c9f70ca118a599fdd203bb9f135158a67395</id>
<content type='text'>
* fix dropdown triangle in mobile view

* Nord theme

* mobile view: width improved. Each theme can decide about border-radius

* Ansum/Mapco theme

* fix pink dark theme: label icon in pink now too

* my labels: line breaks improved

* article tags: headline added</content>
</entry>
</feed>
