📦 Networking Toolbox v1.2.0
🛸 Other Changes
cb3a65f- Split testing and reporting workflow, added safeguard to ct-log tests (commit by @Lissy93)ac41c2c- Adds checkout to test reporter workflow (commit by @Lissy93)797b708- Imeplements bundle and test reporting for codecov (commit by @Lissy93)b2ba871- Adds config for codecov coverage monitoring (commit by @Lissy93)ef727fc- Resolve TSC lint and check warns (commit by @Lissy93)c4a9eab- Merge pull request #8 from Lissy93/ref/bundle-size-reporting
Ref/bundle size reporting (commit by @Lissy93)
df993fc- Category-based homepage layout (commit by @Lissy93)acf16d1- Carasouel based homepage layout (commit by @Lissy93)257d648- Option to set bookmarks as homepage (commit by @Lissy93)026d93f- Implemented small icons homepage view (commit by @Lissy93)45e6d11- Implemented plain-text list homepage option (commit by @Lissy93)48a36d9- Adds empty homepage option, and a search-based home option (commit by @Lissy93)85ec71d- Improved home layouts, theme performance, and made about page more minimilistic (commit by @Lissy93)089385f- Fixed linting config, and added a script to hold my beer (commit by @Lissy93)1e1b87f- Search route, homepage featured (commit by @Lissy93)dca1d3e- Implemented quick tips (commit by @Lissy93)01afa64- Build command pallete dialog for keyboard shortcuts (commit by @Lissy93)b57cfde- Performance improvments through lazy loading, memoization and pre-computing (commit by @Lissy93)7fbb30e- Implemented re-branding option for self-hosted users (commit by @Lissy93)a2d432d- Improved performance of global search (commit by @Lissy93)ba1ca10- Adds unit tests nav changes, keyboard shortcuts, sotres and site preferences. Yes, I know i should of done tests before code. But yolo, at least i am writing tests at all. (commit by @Lissy93)3ae442f- Bumps to 1.2.0 (commit by @Lissy93)b4cd6e1- Merge pull request #9 from Lissy93/feat/homepage-improvments
Add homepage customization options for user (commit by @Lissy93)
📥 Installation
Docker:
docker pull lissy93/networking-toolbox:v1.2.0
docker run -d -p 8080:80 lissy93/networking-toolbox:v1.2.0From Source:
# Download and extract
tar -xzf networking-toolbox-v1.2.0.tar.gz
# Install and run
npm install
npm run build
npm run preview