5092c1680d
feat: Add capitalizeFirstLetter() to app
2026-02-14 18:53:48 +01:00
15a9b83e80
feat: Content and interaction for table screen
...
- Add getRandomFormattedString(), toggleColumn() and convertToRomanNumeral() to app
- Update hippie styles
- Add button to toggle index column
- Add select group to autofill numbering
2026-02-14 13:26:06 +01:00
f83b5aa258
feat: Move and add functions
...
- Add global function randomFloatFrom()
- Move getRandomColor() to app
2026-02-13 17:35:09 +01:00
1b3a320b17
feat: New table screen for ui
...
- Add table screen to ui examples
- Display table with placeholder content
- Add global function replaceLineBreaks()
2026-02-13 11:39:52 +01:00
ddbd406fc8
feat: Move function to app scope
...
- Move randomIntFrom() to app.js
- Add global entry to jshint configuration
2026-02-13 11:27:44 +01:00
d6827e6dfd
fix: const to let
2026-02-09 21:29:00 +01:00
9ce027285c
chore: Reformat jshint stuff
...
- Remove comments from jshint
- Replace " with '
- Replace var with const
2026-02-09 21:17:53 +01:00
7912b002a2
feat: Change edge detection for HippieTaskBar
...
- Add position to options
- New function for edge detection according to mouse position
- set and use options.position
2026-02-09 21:08:30 +01:00
b7b1d15456
feat: Update hippie-script
...
- Update to new version
- Move brand from hippie to HIPPIE
- Add hippie-script to all remaining templates
2025-11-03 19:37:19 +01:00
a18b42bb2a
feat: More dynamic styling for placeholder
...
- Create global setAttributesAccordingToPosition
- Change style of placeholder to show snap side
2025-11-02 12:22:08 +01:00
3dc836656a
fix: Placeholder moving away from cursor
...
- Create global centerElementUnderCursor for centering
- Change order of actions for mouse move
2025-11-02 11:57:04 +01:00
aa5d095e64
feat: Change placeholder while dragging
...
- Move edge detection to global function
- Change placeholder style during mouse move
2025-11-02 11:40:54 +01:00
13b1924360
refactor: Move stuff around and rename
...
- DragAdv is now HippieTaskBar
- Remove previous version
- Move unused stuff
- Replace Clock with TimeDisplay
2025-11-02 10:20:51 +01:00
77178886cd
feat: Update DateDisplay
...
- formatDate now distinguishes direction
- Update task bar options with hierarchy
- Add direction to options
- Rename setPosition to setOptions
2025-11-02 10:14:54 +01:00
20b43b8d35
feat: Integrate date in task bar
...
- Date format can now be changed dynamically
- Date element is now created in task bar class
- Class can accept options, currently only for date
- Date format is changed according to position
- Changed dom structure for clock
- Refactor setPosition method to be more flexible
- Changed flex style for task bar items to inherit the direction
2025-11-02 09:26:19 +01:00
abf393191c
style: Reformat and comment
2025-11-02 09:18:12 +01:00
9d15f22f5d
feat: Remove jquery usage in globals.js
2025-11-01 12:25:48 +01:00
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
ac8f55a7c9
feat: Change global mouse interaction
...
- Add .body_intro to intro screen
- Change mouse over identifier
- Introduce HippieFade as global function
- Replace #js_mob with HippieFade
- Remove old partial
2025-10-25 09:32:22 +02:00
8f15664d57
style: Spaces to tabs
2025-05-18 13:08:58 +02:00
875041bacf
feat: Update composeMail function
...
- Move function to hippie functions
- Use vanilla instead of jQuery
- Add examples to introduction page
- Reindent
2025-05-18 13:02:30 +02:00
fe2261fda5
feat: Change app template
...
- Add global variables to app template
- Add flag colors to global variables
- Change var declaration
2025-05-18 11:17:48 +02:00
8942dc3632
refactor: Move script parts around
...
- Run setup function in global script
- Move common script assets to hippie main template
- Remove unused scrcipt from components page
2025-05-17 13:04:31 +02:00
37986e7b4b
feat: Reflect style changes in hippie-style
...
- Update submodule
- Rename changed classes
2025-05-02 14:05:33 +02:00
cf3149d69b
refactor: remove legacy js files
2024-08-11 17:22:24 +02:00
dd5ff43e16
Testing js file handling
2021-03-09 13:33:39 +01:00
003a115923
Additions to js debug code
2021-03-08 15:58:07 +01:00
Stephan
767b3024fa
debug output
2019-11-16 15:23:35 +01:00
Stephan
11b30671d4
debug performance
2019-11-16 14:32:17 +01:00
Stephan
67e3cc1eca
Missing semicolon
2019-04-14 21:58:48 +02:00
Stephan
371cb450f8
New es6 coding standard
...
* Added babel presets to setup standards
* set jshint to es6
* reworked javascript and cerated first two modules
2019-04-06 12:31:07 +02: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
cd870b1bfe
NOTE test commit from wsl
...
Discrepancy from atom git status
2019-03-21 20:39:53 +01:00
Stephan
45f59f578b
Major step for build process
...
- updated to 0.4.0
- corrected license for npm
- update to gulp 4
- updated all dependencies
- new and removed packages, see `package.json`
- changed file structure, renamed `pages` to `screen` and new `data`
folder
- complete change of `gulpfile.js` with similar output
2019-03-16 13:21:57 +01:00
Stephan
90894f3253
Maintenance and a little bit more content
...
- added favicon
- changes to the gulp sprite module
- changes to gulp linting
- fixed javascript scroll function and added setup function content
- fixed javascript indentation
- new error pages
- changed css for link colors
- fixed css sprites
2018-11-07 20:20:49 +01:00
Stephan
ce6597b6d1
demo.2
...
- restructured input files
- sorted gulpfile and separated old stuff
- next up are node module updates
2018-05-26 14:29:50 +02:00