My personal website and HTTP services ported to NodeJS. https://arav.su
Go to file
Alexander Andreev 0f9c658d10
Reduced a size of a code for a mindflow. Removed check for empty name property because there's no plans to add more buttons. Click handler function defined outside to eliminate definition of many same functions. Used for ... of instead of traditional for for code reduce and it doesn't drastically affect performance actually. Especially at such low array sizes. Used force arg of a toggle method to reduce code.
2022-10-24 23:06:24 +04:00
homepage Reduced a size of a code for a mindflow. Removed check for empty name property because there's no plans to add more buttons. Click handler function defined outside to eliminate definition of many same functions. Used for ... of instead of traditional for for code reduce and it doesn't drastically affect performance actually. Especially at such low array sizes. Used force arg of a toggle method to reduce code. 2022-10-24 23:06:24 +04:00
shared Added Suiseiseki Z. :) 2022-10-24 05:37:10 +04:00
.gitignore Added zen_* to gitignore. 2022-09-19 22:02:25 +04:00
package-lock.json Some NPM packages was updated. 2021-12-01 02:14:15 +04:00
package.json Patch version incremented. 2022-10-21 02:09:37 +04:00