fix(frontend): Add todo for changelog on smaller screen sizes

This commit is contained in:
TheOnlyWayUp
2024-07-08 12:32:02 +00:00
parent 0983c13da7
commit b663448103
+1
View File
@@ -39,6 +39,7 @@
Download your favourite books with a single click! Download your favourite books with a single click!
</p> </p>
<ul class="pt-4 list list-inside text-xl"> <ul class="pt-4 list list-inside text-xl">
<!-- TODO: 'max-lg: hidden' to hide on screen sizes smaller than lg. I'll do this when I figure out how to make this show up _below_ the card on smaller screen sizes. -->
<li>07/24 - 🔡 RTL Language support! (Arabic, etc.)</li> <li>07/24 - 🔡 RTL Language support! (Arabic, etc.)</li>
<li>06/24 - 🔑 Authenticated Downloads!</li> <li>06/24 - 🔑 Authenticated Downloads!</li>
<li>06/24 - 🖼️ Image Downloading!</li> <li>06/24 - 🖼️ Image Downloading!</li>