feat: add option to config reading progress format (#1761)

* feat: added percentage option and set by default

* feat: added decimal percentaje

* fix: fixed issue that the function of format didn't look for typeof

* fix: Added revision fixes

* fix: Added revision fixes and changes

* fix: solved about styling code

* fix: solved about styling code on book.ts and translation.json

* fix: changed lines useEffect line that is escencial to Layoutpanel.tsx, and ProgressInfo.tsx has correct render like last version (Loc.) nd its separator

* fix: correct SUPPORTED_LANGS key and disable style reapplication in saveViewSettings

* i18n for the progress style config

---------

Co-authored-by: Huang Xin <chrox.huang@gmail.com>
This commit is contained in:
Andres Puello
2025-08-08 23:23:18 -05:00
committed by GitHub
parent f46be89036
commit 09e65211b4
26 changed files with 177 additions and 83 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default function Select({
onChange={onChange}
className={clsx(
'select h-8 min-h-8 rounded-md border-none text-end text-sm',
'focus:outline-none focus:ring-0',
'bg-base-200 focus:outline-none focus:ring-0',
className,
)}
disabled={disabled}