thanks for reporting the quick*.js problem. I reuploaded the release so that it's fixed.
Can you tell me why you removed the icons file ?
The lower-cased "quick" is found in 0.4.0. Also fix that
Oh right, all google services are banned in my locale, including the search engine, its resource api/cdn, and captcha...
For those that need HEAVY customization, totally replacing the "frontend" folder will be an option.
Anyway, that should be the last option. Let's try to focus on customizing the default frontend without touching it.
Tell me what you would like to customize exactly.
Yeah, this inspires me to go deeper...
My goal is to make "old" templates (of HFS2) to be able to be used in this brand new version.
Because this project will develop in time, but the Delphi version will still have audience for a long time.
Why don't just cover them both
I don't like the so-called "compatibility" either. But this time it's not "compatible" but "universal", right
So here it comes: the "Tradit-TPL" plan, it aims to add a layer to this new version to support legacy templates.
In attachment there's a WIP version that can do sections & few symbols. Of course macros are on-the-way.
It uses some concepts from PHFS. So we can just walk toward
Read the readme in archive and follow it to try.
If have no interest in it, just let the community take the job.
PS. Dynamic page and Ajax have different pros & cons. Selection is by one's preference.
PPS. I personally want to renew the development of my template but keep one codebase and some traditions of Throwback.
While making above work, I've found a possible bug in `frontEndApis.file_list`:
Argument `sse` is directly from url query, so it's string. Even when we pass `?sse=0` it is still true.
So may convert it to number along with `offset` and `limit`.
Cheers~