Michael Muré
500fa76fc5
Merge pull request #669 from MichaelMure/dependabot/npm_and_yarn/webui/lodash-4.17.21
...
Bump lodash from 4.17.20 to 4.17.21 in /webui
2021-05-09 11:34:54 +02:00
dependabot[bot]
e1dd32e4dd
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>
2021-05-07 12:49:42 +00:00
Sascha
d9646a8674
Fix theme switcher icon color in release
2021-05-06 16:33:28 +02:00
Michael Muré
fc2b9e54ed
Merge pull request #661 from GlancingMind/fix-660
...
Show placeholder for empty comment(preview)
2021-05-02 12:07:19 +02:00
Sascha
15132a1533
Show placeholder for empty comment(preview)
2021-05-01 18:43:49 +02:00
Sascha
e74f624c92
Make comment input vertically resizable
2021-05-01 16:13:06 +02:00
Sascha
87df46bd75
Fix #656 ( #657 )
...
Very long words wont any longer overflow over the parent container boundary.
Instead a scrollbar will be shown.
2021-04-29 21:35:17 +02:00
Sascha
774bae6d43
Replace occurrences of humanId with the full Id
...
Unless an ID must be shorted for user convenience, the full id should be used
to prevent collisions.
2021-04-22 14:17:00 +02:00
Sascha
41e8502301
Use profile page for each identity
...
Authorcomponent links to the authors profile page.
Replace pofile buglist with statistics
2021-04-13 19:07:57 +02:00
Lena
998ae348b1
Fix warning missing key and color user name #12
2021-04-13 19:07:57 +02:00
Lena
7e368421d8
Remove lock icon if not protected #12
2021-04-13 19:07:57 +02:00
Lena
ba893ee553
Style user site and adjust popup button #12
2021-04-13 19:07:57 +02:00
Lena
cf1e13b683
Add basic bug listing
2021-04-13 19:07:57 +02:00
Lena
ad51d884a6
Make Link to User Page in Popup Menu #12
2021-04-13 19:07:57 +02:00
Lena
cdbb083d19
#12 Style user page
2021-04-13 19:07:57 +02:00
Lena
1808ff432b
Add very badly styled user details #12
2021-04-13 19:07:57 +02:00
Lena
454f4e5962
12 Setup Identity Page
2021-04-13 19:07:57 +02:00
Lena
134ac8aacd
12 Add code to dynamically switch depending on valuue for isProtected
2021-04-13 19:07:57 +02:00
Lena
e55761b2f8
Add fields, id as tooltip, and display none if value not set #12
2021-04-13 19:07:57 +02:00
Lena
cef44db8c7
Add popup menu fpr user informations #12
2021-04-13 19:07:57 +02:00
Michael Muré
62fb09a53c
Merge pull request #624 from GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements
...
WebUI: Fix and improve rendering of markdown elements
2021-04-12 19:26:29 +02:00
Michael Muré
491f0ea951
Merge pull request #627 from GlancingMind/upstream-set-bug-labels
...
WebUI: Set bug labels
2021-04-12 19:17:26 +02:00
Michael Muré
c71d26d513
Merge pull request #625 from GlancingMind/upstream-minor-bugfixes
...
Minor bugfixes
2021-04-10 09:52:17 +02:00
Sascha
c37d3d7718
Fix label alignment to title on bug list page
...
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.
2021-04-08 19:03:08 +02:00
Sascha
f980d9487e
Replace switch to save lines of code :-)
2021-04-08 15:52:54 +02:00
Sascha
116e0533b6
Remove elliptic background from gear icon
2021-04-08 14:57:39 +02:00
Sascha
2f7c29153b
Fix pipeline fail and remove unused file
2021-04-08 14:57:39 +02:00
Sascha
5bad12bed2
Remove console.logs
2021-04-08 14:57:39 +02:00
Sascha
cb609c28b5
Increase width of list/labelmenu and stretch color for menuitems
2021-04-08 14:57:39 +02:00
Sascha
4d4172bb4c
Cut of very long labels with an ellipse
2021-04-08 14:57:39 +02:00
Sascha
f5df854def
Some changes to the label menu
...
- Increase width of label menu
- Use default selection styling instead of bold text
- Use rem unit for labelcolor
- Remove some tenary operator usage
2021-04-08 14:57:39 +02:00
Sascha
4517de919a
LabelMenu prefer break-on-word-boundary
2021-04-08 14:57:39 +02:00
Sascha
9b2cf1ba32
Add/Remove from filtering while creating new label works
2021-04-08 14:57:39 +02:00
Sascha
41418c912d
Let CreateNewLabel-Btn appear as first element in list
2021-04-08 14:57:39 +02:00
Tim Becker
d39e6c4c43
Add label menu to bug detail page
...
Also support label color in label filter menu on bug list page
2021-04-08 14:56:59 +02:00
Sascha
d80b2ad038
Prevent page reload for redirecting components
...
Link instantly to:
- NewBugPage
- BackToList
2021-04-08 11:48:28 +02:00
Sascha
3d5ac70f0a
Only set bugtitle if title is diffrent
2021-04-08 11:27:41 +02:00
Sascha
5c897f4ffb
Fix invalid tab selection console error
2021-04-08 11:27:41 +02:00
Sascha
acfaf6b50f
Fix MessageHistoryDialog console error
2021-04-07 19:30:16 +02:00
Sascha
d4ad748e61
Render comment history via markdown
2021-04-07 19:30:14 +02:00
Sascha
23300d1c1a
Use custom anchor in markdown
...
The custom anchor will be more readable in dark mode.
Also it will supports linking within the SPA.
2021-04-07 19:30:09 +02:00
Sascha
50ef67664d
Add emoji rendering support via remark-gemoji
2021-04-07 19:30:07 +02:00
Sascha
637bce7ba7
Fix and improve rendering of markdown elements
...
- Markdown will no be rendered
- Render text always below an image
- block quotes wont be just indented text
2021-04-07 19:29:52 +02:00
Sascha
ccdaa16052
Support filtering by multiple selected authors
2021-04-07 13:50:52 +02:00
Sascha
a92b99876d
Remove auto fixing of eslint errors
2021-04-07 13:50:49 +02:00
Sascha
3380135182
Make filter/search input full width
2021-04-07 13:50:47 +02:00
Aien Saidi
41ee97a4f6
fix: regex issue
2021-04-07 13:08:26 +02:00
Sascha
d2845605c2
Fix readability of filter input field in dark mode
2021-04-07 13:08:26 +02:00
Aien Saidi
72fc0ef73e
fix: issue with keyDown propagation
2021-04-07 13:08:26 +02:00
Aien Saidi
1216fb1e27
chore: returning value
2021-04-07 13:08:26 +02:00