glorious-pitsby
glorious-pitsby copied to clipboard
Docs generator for AngularJS, Vue, React, and Vanilla components.
Reading through the [documentation](https://pitsby.com/documentation), I didn't see any mention of [JavaScript modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules). I do see that you are using things like `module.exports`, but that is a different sort of module...
Ref.: https://github.com/glorious-codes/glorious-pitsby/issues/223 This Pull Request introduces the necessary changes to allow Pitsby users to set attributes to the generated HTML tags that will import *Styles* and *Scripts* set in Pitsby...
By now, the sidebar is closed after change engine on mobile. This is a bad experience of use. Change this behavior to load the respective engine components without closing the...
By now, we declare an object to represent some Vue component controller. In some cases, it leads to unpleasant experiences. In addition, documenting Vue component controllers as function will make...
Here are some minor but important improvements that are very easy to do: - [x] Add `aria-label` to Search input. Resolved on https://github.com/glorious-codes/glorious-pitsby/pull/236 - [ ] Add `noreferrer` to Pitsby...
### Problem At this moment, production main bundle is too big. It's 5mb (2.8 gziped). Inspecting it with [Webpack Bundler Analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer), I noticed the most critical parts of the bundle:...
I've just realized a chance to better handling with projects and metrics: - [ ] Store Pitsby configuration object in `src/webapp/data/config.json` - [ ] Create configuration resource - [ ]...
Create a special view responsible to show prototypes without any UI element other than the prototype. - [ ] 1. This view should contain a link to playground to edit...
## Problem: Sometimes we need to share one specific component example. Today it's not a good experience when this component has many examples. ## Solution: Add an anchor on example...
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...