Okuyun / Kuran

https://okuyun.github.io/Kuran/
6 stars 3 forks source link

Continuous improvement #7

Closed SmallSimpleSafe closed 3 years ago

SmallSimpleSafe commented 3 years ago

Minor issues and bugs that were resolved recently:

maeyler commented 3 years ago

Font menu in Finder is active today Reader uses the value selected: html.style.fontFamily = localStorage.settings.fontType

Reader needs a shortcut to Finder settings dialog

a0m0rajab commented 3 years ago

since reader and finder is in the same origin we can use the same storage between them and watch the change on storage for both of them.

Ref: Local storage same origin: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage Change Event: https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event

a0m0rajab commented 3 years ago

we can use the post message function as well: https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

But I think the storage observation is enough.

sozenmustafa commented 3 years ago

2:72 فَٱدَّٰرَْٰٔتُمْ kelimesi yeni fontta da problemli sanırım.

maeyler commented 3 years ago
maeyler commented 3 years ago
maeyler commented 3 years ago

V4.1 is released

maeyler commented 3 years ago

Thanks to @cpenbe Celalettin gave us a new site -- new links are 12 char shorter replace("github.io/Kuran", "org")

Examples: https://okuyun.org/#r=rfE https://okuyun.org/#v=27:30 https://okuyun.org/#m=index

maeyler commented 3 years ago

https://okuyun.github.io/ simplified

gulcu commented 3 years ago

I like this menu page because the layout is uncluttered, and the fonts are extremely readable. I wish the buttons exhibited hover effects like color transition, shadow etc. However, I'm not sure if the effort is justified if most targeted users presumably use their fingers instead of a mouse.

maeyler commented 3 years ago

I wish the buttons exhibited hover effects like color transition, shadow etc.

Color is implemented, shadow was not effective -- reverted

maeyler commented 3 years ago

Reason why shadow did not work: I prefer <a> tag that behave like a button (rather than <button>) because these are real links that look like buttons :)

maeyler commented 3 years ago

New improvements:

maeyler commented 3 years ago

Add star button to the start page

image

maeyler commented 3 years ago

V4.2 is out -- need to update the help page

maeyler commented 3 years ago

V4.2a -- two important features:

maeyler commented 3 years ago

V4.2b

maeyler commented 3 years ago

With the release of V4.2, the end of this phase is reached. New features will not be added until V5.0.

SmallSimpleSafe commented 2 years ago

Not a new feature, just improved structure:

maeyler commented 2 years ago

The image below shows the context menu and the hamburger menu:

menu bubble
maeyler commented 2 years ago

V4.3 is released today:

maeyler commented 2 years ago

a0m0rajab commented on Feb 14:

we can use the post message function as well: https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

implemented today -- with a delay of ten months