| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
MichaelMure/dependabot/npm_and_yarn/webui/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4 in /webui
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| | |
| | | |
WebUI: Support comment-and-reopen a bug in one step
|
| | |
| | |
| | |
| | |
| | | |
This reduces duplicate filepath components and with it the overall
import filepath length.
|
| | | |
|
| |/ |
|
|\ \
| |/
|/|
| |
| | |
GlancingMind/webui-fix-alignment-of-comment-counter-for-high-number
Fix margin and alignment of comment counter for high comment count
|
| | |
|
| | |
|
|/
|
|
|
|
| |
When a user has some text entered in the comment field, the close bug
button will change to "Close bug with comment". This way the user does
not have to comment and close a bug in two separate steps.
|
| |
|
| |
|
|
|
|
|
| |
Key:Value parsing test for quoated colon. E.g. label:"foo:bar"
Key:Value:Value parsing test. E.g. metadata:key:"https://www.example.com/"
|
|
|
|
|
|
| |
The parse function dropped user given quotes. This resulted into a wrong query
to the backend, which lead to an error. This error prevented the webui from
displaying the proper bug count.
|
|\
| |
| |
| |
| | |
MichaelMure/dependabot/npm_and_yarn/webui/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9 in /webui
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| | |
| | |
| | |
| | | |
MichaelMure/dependabot/npm_and_yarn/webui/ua-parser-js-0.7.28
Bump ua-parser-js from 0.7.21 to 0.7.28 in /webui
|
| |/
| |
| |
| |
| |
| |
| | |
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.21...0.7.28)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| | |
| | |
| | |
| | | |
MichaelMure/dependabot/npm_and_yarn/webui/url-parse-1.5.1
Bump url-parse from 1.4.7 to 1.5.1 in /webui
|
| |/
| |
| |
| |
| |
| |
| | |
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| | |
| | |
| | |
| | | |
MichaelMure/dependabot/npm_and_yarn/webui/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21 in /webui
|
| |/
| |
| |
| |
| |
| |
| | |
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
|
|/ |
|
|\
| |
| | |
Show placeholder for empty comment(preview)
|
| | |
|
|/ |
|
|
|
|
| |
Very long words wont any longer overflow over the parent container boundary.
Instead a scrollbar will be shown.
|
|
|
|
|
| |
Unless an ID must be shorted for user convenience, the full id should be used
to prevent collisions.
|
|
|
|
|
| |
Authorcomponent links to the authors profile page.
Replace pofile buglist with statistics
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements
WebUI: Fix and improve rendering of markdown elements
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The custom anchor will be more readable in dark mode.
Also it will supports linking within the SPA.
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Markdown will no be rendered
- Render text always below an image
- block quotes wont be just indented text
|
|\ \
| | |
| | | |
WebUI: Set bug labels
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also add className support for custom label component.
This allows to set the margin of an label where the label is used instead of
defining a fixed margin in the label component.
|
| | | |
|
| | | |
|