e5516c81f1
chore: Display jshint option for curly braces
2026-02-14 18:44:45 +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
b1c7f4100e
feat: Unify format for IDs
2026-02-14 12:18:07 +01:00
759283fd9f
docs: Update README and TODO
...
- Better structure for TODOs
- Add information about JavaScript to README
2026-02-14 12:16:55 +01:00
0a5bc191d3
chore: Set 11 as ECMAScript version in jshint
2026-02-14 12:15:18 +01:00
498f59a939
feat: Replace ui cli and tui with liquid versions
2026-02-13 19:59:22 +01:00
bbd1a9674e
feat: Replace ui explorer with liquid template
...
- Explorer screen uses app.liquid layout instead of _app_frame.njk
- Rename to just Explorer
2026-02-13 19:23:10 +01:00
a85dbbe27c
feat: Additional content and style for table screen
...
- More columns with placeholder content
- Special styles for textarea and td
- New style for io module
2026-02-13 18:04:07 +01:00
f83b5aa258
feat: Move and add functions
...
- Add global function randomFloatFrom()
- Move getRandomColor() to app
2026-02-13 17:35:09 +01:00
0dfba8e6ee
feat: Improve CSS declaration for gallery
2026-02-13 11:41:00 +01:00
5783711080
chore: Change jshint configuration
2026-02-13 11:40:16 +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
148f4e0a21
chore: Update jshint
...
Remove unused options and environments.
2026-02-12 18:36:06 +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
9696442a91
feat: Remove cases that cannot happen
...
Optimize HippieTaskBar by removing cases that cannot happen.
2026-02-09 19:09:02 +01:00
fe8008c5b5
fix: Path to hippie-style
2025-12-01 17:12:05 +01:00
eea7a08e3a
chore: Repo maintenance
...
- Change submodule hippie-style to development branch by default
- Change hippie-script dependency to https instead of git, because of an error with npm install
- Audit dependencies with npm audit fix
2025-12-01 17:10:58 +01:00
3168d6cb7e
feat: Add simple blog structure
2025-11-23 14:18:20 +01:00
29c705f272
feat: Add 10print screen
2025-11-23 14:17:46 +01:00
15bfbcc97b
feat: Update clock
...
Display full circle when seconds or minutes turn to 0.
2025-11-23 14:17:24 +01:00
1a1badc786
feat: Update clock to use color from CSS
2025-11-16 13:27:46 +01:00
86fce27554
feat: More elements for clock and style change
...
- Add day of month
- Clock uses maximum canvas size
2025-11-16 13:21:25 +01:00
9e560d7e62
feat: More clock work
...
Add function to change start of week.
2025-11-16 13:09:16 +01:00
f257a44d89
feat: Add day of week and month to clock
2025-11-16 13:05:25 +01:00
847c4a9f6b
feat: Update clock
...
Add switch for 12/24-hour format.
2025-11-16 12:57:43 +01:00
1e874c4ac8
feat: Add elements to clock
...
Add rings for minutes and hours.
2025-11-16 12:43:10 +01:00
dfa315310f
feat: Update clock
...
- Change how the arc is drawn
- Update the ring according to seconds
2025-11-16 12:35:39 +01:00
fcdbfb41ef
feat: Add clock screen
...
- New screen for a ring clock
- Add a canvas with the first ring
- No functionality yet
2025-11-16 12:29:19 +01:00
432af47d2c
feat: Add start screen
...
- Rename existing ui start screen to tile
- Add start screen
- Search input for DuckDuckGo
- Unfinished portal content
2025-11-16 12:13:57 +01:00
1b7e4f4888
feat: Replace blank screen with liquid version
...
- Add title to full template
- Remove unnecessary title from screens
- Change CRLF to LF
2025-11-09 14:33:44 +01:00
5663813ecf
feat: Replace index screen with liquid version
...
- _default.njk is now a single full.liquid
- Simplify structure
- Add log partials as liquid
2025-11-09 12:58:41 +01:00
5f8e048c84
feat: Replace status screens with liquid versions
...
- maintenance.njk is now a single status.liquid
- All status screens use liquid
- Simplify structure
2025-11-08 21:58:23 +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
a3eb2250ab
feat: Add hippie-script as dependency
...
Foundation to move all global JavaScript to the new repo.
2025-11-02 17:18:12 +01:00
e39d515b9e
chore: Typo in package.json
2025-11-02 14:12:52 +01:00
50b43cdc2f
feat: More styling for placeholder
2025-11-02 13:12:04 +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
53897754e2
chore: More globals for jshint
2025-11-02 12:19:09 +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
0f561d360a
feat: Change task bar placeholder
...
- Add content
- Reflect style from task bar
2025-11-02 11:39:11 +01:00
667485fce1
fix: Task bar flex style
2025-11-02 11:32:57 +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