mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +00:00
minor edits...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ffe229824e
commit
b9b198fef7
7
TODO.otl
7
TODO.otl
@ -6,13 +6,11 @@
|
|||||||
[_] BUG: no drag threshold on excludedElements (TouchSwipe)
|
[_] BUG: no drag threshold on excludedElements (TouchSwipe)
|
||||||
| stalled...
|
| stalled...
|
||||||
[_] 64% general todo
|
[_] 64% general todo
|
||||||
|
[_] BUG: loading a magazine with position set to 0 will align it incorrectly.
|
||||||
[_] editor mode service page
|
[_] editor mode service page
|
||||||
| a virtual page at the end of the magazine with magazine-specific
|
| a virtual page at the end of the magazine with magazine-specific
|
||||||
| settings.
|
| settings.
|
||||||
| similar to the current configuration demo page.
|
| similar to the current configuration demo page.
|
||||||
[X] 100% add two main page themes (global/local applicable):
|
|
||||||
[X] light
|
|
||||||
[X] dark
|
|
||||||
[_] 20% move some of the current configuration options to the magazine...
|
[_] 20% move some of the current configuration options to the magazine...
|
||||||
[X] page align
|
[X] page align
|
||||||
| global, magazine, article, page-set, page
|
| global, magazine, article, page-set, page
|
||||||
@ -94,6 +92,9 @@
|
|||||||
[_] BUG: href to existing anchors will mess up layout...
|
[_] BUG: href to existing anchors will mess up layout...
|
||||||
| need to find out how can we disable anchor links from actually
|
| need to find out how can we disable anchor links from actually
|
||||||
| going to the anchor...
|
| going to the anchor...
|
||||||
|
[X] 100% add two main page themes (global/local applicable):
|
||||||
|
[X] light
|
||||||
|
[X] dark
|
||||||
[X] add transition-duration editors to config page (a-la PAGES_IN_RIBBON)...
|
[X] add transition-duration editors to config page (a-la PAGES_IN_RIBBON)...
|
||||||
| will help tuning the system,,,
|
| will help tuning the system,,,
|
||||||
[X] BUG: jquery does not set background to none on detached elements...
|
[X] BUG: jquery does not set background to none on detached elements...
|
||||||
|
|||||||
@ -39,7 +39,7 @@ function loadMagazine(mag, position, bookmarks){
|
|||||||
// the basic content (cover, article, article cover)
|
// the basic content (cover, article, article cover)
|
||||||
function createBaseMagazine(title, cover, article){
|
function createBaseMagazine(title, cover, article){
|
||||||
removeMagazine()
|
removeMagazine()
|
||||||
var mag = loadMagazine(createMagazine(title, cover, article))
|
var mag = loadMagazine(createMagazine(title, cover, article), 0, [])
|
||||||
return mag
|
return mag
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user