Commit graph

20 commits

Author SHA1 Message Date
b79edd4858 feat: Restructure scripts
- Combine app.js and functions.js
- Rename functions.js to app.js
- Rename variables.js to globals.js
- Remove global.js and add setup call to screen template
- Use local jquery in old templates
2025-11-01 11:54:25 +01:00
8f15664d57 style: Spaces to tabs 2025-05-18 13:08:58 +02:00
fa63f026c5 fix: move demo links to correct templates 2024-08-11 17:23:31 +02:00
c18ed30b74 feat!: move every layout to demo folder
- source/screens is now free for user files
- rename demo templates to their equivalent sources
- add demo maintenance template
- demo templates use html base element
2024-08-11 12:05:18 +02:00
be425e8be5 feat: change log output and template structure
- new global variable debugMode
- demo templates are now based on hippie defaults joined with template inheritance
- add log macros
- new function logAdd()
- log uses global state
2024-08-10 15:25:41 +02:00
b17e16abd9 feat: add placeholder and rearrange files 2024-08-08 20:42:28 +02:00
8eb377717a fix: variable naming 2024-08-08 20:35:08 +02:00
dde26ec45e Changes to global config for templates 2021-03-09 15:54:23 +01:00
003a115923 Additions to js debug code 2021-03-08 15:58:07 +01:00
Stephan Hagedorn
b2ea5b01aa Requirements updated and new nunjucks variables
Fixed problems with base paths.
2020-04-04 23:56:49 +02:00
Stephan
11b30671d4 debug performance 2019-11-16 14:32:17 +01:00
Stephan
3d4eef5eb0 Code formatting according to standardjs 2019-03-31 21:30:46 +02:00
Stephan
6095870ce3 Javascript again
* Added babel to get to use ES6
 * restructure for head srcipt
 * general work on javascript files
2019-03-31 12:00:57 +02:00
Stephan
9ce65091f4 Javascript work 2019-03-30 16:52:20 +01:00
Stephan
4cb89ec7af Javascript work
* removed cache and remember from js task
 * renamed js variables
 * reworked js code
 * added logPerf function to page head
2019-03-29 18:41:27 +01:00
Stephan
a764b0844d New template head structure for css links
Moved css link in page head into links block
for better override possibility.
2019-03-26 20:17:57 +01:00
Stephan
c23bf9d426 Forgot bodyClass on some templates 2019-03-26 20:02:58 +01:00
Stephan
a0f3582f81 Nunjucks work
* Update to jquery 3.3.1
 * Removed test json file

New template variable bodyClass. Better block structure to be able to 
better differentiate content in screens.
2019-03-26 19:44:31 +01:00
cd870b1bfe NOTE test commit from wsl
Discrepancy from atom git status
2019-03-21 20:39:53 +01:00
Stephan
8dc9724a3e Update everything
gulpjs
 * new spritesmith plugin
 * reworked exports
 * new nunjucks-render version fixing dependency issues!

File structure
New naming scheme for nunjucks files. Underscore used for files which 
are imported and not directly displayed.

Nunjucks blocks where renamed and are placed differently.

New macro for navigational elements.
2019-03-21 20:22:22 +01:00