Autumn
|
2ecdd67208
|
Revert "181 responsive UI"
|
2023-12-21 19:54:21 +00:00 |
|
Robin Scholtes
|
ab8b48c437
|
eslint fixes
|
2023-08-15 20:33:09 +12:00 |
|
Robin Scholtes
|
bf27cbb641
|
fuse desktop/mobile splitters into one function, update accordingly across files
|
2023-08-15 16:41:22 +12:00 |
|
Robin Scholtes
|
1092382fbc
|
disable all li.operation popovers on mobile and enable and disable on window resize events appropriately
|
2023-07-24 14:57:21 +12:00 |
|
Robin Scholtes
|
b1b0be254b
|
introducing and refactoring to using custom components for building category / cat lists / operation lists. This allows us to group relevant functionality more efficiently, easier maintenance in the future. We could, one by one, refactor and encapsulate components across CC in this manner. A very convenient and much needed effect of this implementation is that these components can hold functionality and references exclusively pertaining to themselves. Separating said functionality increases code compartmentalisation while references and event listeners requiring these references are guaranteed to be up to date with the component at all times.
|
2023-06-16 12:09:04 +12:00 |
|
Robin Scholtes
|
df781bec00
|
add function to check for window width and use that throughout the app for more convenient future use
|
2023-05-12 17:50:46 +12:00 |
|
Robin Scholtes
|
a7a76ec7ef
|
[#181] update README, run / fix lint
|
2023-05-10 21:53:29 +12:00 |
|
Robin Scholtes
|
ee9ea051d1
|
[#181] handle the correct resetting of layouts in any maximised pane situation, i.e. window resizing while panels are maximised etc. Prevent mobile keyboard popup window resize events to trigger layout resetting when panes are maximised, use JS to calculate the innerHeight available for mobile devices as they are of variable / unreliable / inconsistent heights
|
2023-05-09 14:56:44 +12:00 |
|
Robin Scholtes
|
4c2c934cd4
|
[#181] add maximiser icons to recipe, input and output, and handle maximising of targets accordingly. Desktop view remains as normal, where only output can be maximised
|
2023-05-02 16:58:20 +12:00 |
|
Robin Scholtes
|
89c1ab12ab
|
[#181] update opListCreate to desktopOpListCreate ( to always include drag events and popovers ) and the inverse for mobile. Now it is ready for window resizing
|
2023-04-27 21:35:50 +12:00 |
|
Robin Scholtes
|
bc93969d4b
|
[#181] correctly handle checkmarks after favourites updates and resetting, update addSelectedClass to put selected on all operations with target data name ( as sometimes there will be 2 of the same rather than 1, in the case of a favourited operation ). Make updates to pass the op-title around based by the data-name attr instead of innerText
|
2023-04-27 14:40:08 +12:00 |
|
Robin Scholtes
|
5d82ca66f3
|
[#181] handle checkmarks on window resizing
|
2023-04-26 23:16:28 +12:00 |
|
Robin Scholtes
|
5e9aa5cd09
|
[#181] fix selected / checkmark classes on operation list, based on the current recipe list. Update TODO
|
2023-04-26 23:08:44 +12:00 |
|
Robin Scholtes
|
455e99dbf6
|
[#181] update window resizing according to updates
|
2023-04-24 22:44:09 +12:00 |
|
Robin Scholtes
|
4a761673c0
|
[#181] disable popovers on mobile UI on init and resizing events
|
2023-04-24 11:32:34 +12:00 |
|
Robin Scholtes
|
c779d39a2b
|
[#181] resolve lingering layout issues window resizing, update todos
|
2023-04-19 22:25:23 +12:00 |
|
Robin Scholtes
|
6e4a813e1f
|
[#181] set mobile and desktop UI on init and window resize without errors
|
2023-04-19 15:35:17 +12:00 |
|
n1474335
|
668eac1f9e
|
Fixed Split.js issues when resizing to around 1000px wide
|
2022-05-30 22:53:17 +01:00 |
|
n1474335
|
75da5b650c
|
Replaced 'new Date().getTime()' calls with 'Date.now()' for clarity and performance
|
2020-03-12 15:23:22 +00:00 |
|
n1474335
|
9d73127cae
|
Fixed some typos
|
2019-10-16 15:38:20 +01:00 |
|
n1474335
|
572f035877
|
Background magic is now debounced to prevent it firing too often.
|
2019-08-29 14:08:56 +01:00 |
|
j433866
|
b77239fc15
|
Move waiters and workers into separate folders.
|
2019-06-06 09:09:48 +01:00 |
|