aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Fix #656 (#657)Sascha2021-04-291-0/+1
| | | | Very long words wont any longer overflow over the parent container boundary. Instead a scrollbar will be shown.
* Replace occurrences of humanId with the full IdSascha2021-04-223-3/+3
| | | | | Unless an ID must be shorted for user convenience, the full id should be used to prevent collisions.
* Use profile page for each identitySascha2021-04-139-24/+44
| | | | | Authorcomponent links to the authors profile page. Replace pofile buglist with statistics
* Fix warning missing key and color user name #12Lena2021-04-131-0/+1
|
* Remove lock icon if not protected #12Lena2021-04-131-1/+4
|
* Style user site and adjust popup button #12Lena2021-04-131-5/+6
|
* Make Link to User Page in Popup Menu #12Lena2021-04-131-9/+16
|
* 12 Add code to dynamically switch depending on valuue for isProtectedLena2021-04-131-2/+8
|
* Add fields, id as tooltip, and display none if value not set #12Lena2021-04-132-4/+14
|
* Add popup menu fpr user informations #12Lena2021-04-132-3/+62
|
* Merge pull request #624 from ↵Michael Muré2021-04-125-8/+76
|\ | | | | | | | | GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements WebUI: Fix and improve rendering of markdown elements
| * Use custom anchor in markdownSascha2021-04-072-0/+40
| | | | | | | | | | The custom anchor will be more readable in dark mode. Also it will supports linking within the SPA.
| * Add emoji rendering support via remark-gemojiSascha2021-04-071-0/+2
| |
| * Fix and improve rendering of markdown elementsSascha2021-04-074-8/+34
| | | | | | | | | | | | - Markdown will no be rendered - Render text always below an image - block quotes wont be just indented text
* | Merge pull request #627 from GlancingMind/upstream-set-bug-labelsMichael Muré2021-04-121-29/+20
|\ \ | | | | | | WebUI: Set bug labels
| * | Fix label alignment to title on bug list pageSascha2021-04-081-3/+4
| | | | | | | | | | | | | | | | | | 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.
| * | Fix pipeline fail and remove unused fileSascha2021-04-081-2/+1
| | |
| * | Cut of very long labels with an ellipseSascha2021-04-081-4/+8
| | |
| * | Add label menu to bug detail pageTim Becker2021-04-081-27/+14
| |/ | | | | | | Also support label color in label filter menu on bug list page
* | Merge pull request #625 from GlancingMind/upstream-minor-bugfixesMichael Muré2021-04-102-15/+14
|\ \ | | | | | | Minor bugfixes
| * | Replace switch to save lines of code :-)Sascha2021-04-081-13/+4
| | |
| * | Only set bugtitle if title is diffrentSascha2021-04-081-2/+6
| | |
| * | Fix invalid tab selection console errorSascha2021-04-081-13/+17
| |/
* / Prevent page reload for redirecting componentsSascha2021-04-082-2/+6
|/ | | | | | | Link instantly to: - NewBugPage - BackToList
* Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issuesMichael Muré2021-03-241-2/+3
|\ | | | | WebUI: Edit comments and inspect edit history
| * Several fixesSascha2021-03-191-2/+3
| | | | | | | | | | | | | | - Fix misspelling of cancel... - Fix flickering of green "update comment" button - Fill input with comment text - Close edit view after submit
* | Merge pull request #600 from GlancingMind/upstream-improve-navigationMichael Muré2021-03-214-8/+105
|\ \ | |/ |/| WebUI: Improve navigation
| * webui: stay within the SPA when redirecting from the headerMichael Muré2021-03-211-4/+2
| |
| * webui: fix eslint?Michael Muré2021-03-211-10/+2
| |
| * Fix (hoepfully) eslint error for pipelineSascha2021-03-211-2/+10
| | | | | | | | Unfortunatly will this result in error for eslint on local machine... *sigh*
| * Fix highlighting of tabs and error in consoleSascha2021-03-211-57/+45
| |
| * Add tooltip to unimplemented navigationsSascha2021-03-211-15/+40
| |
| * Center navbar and disable unresolved navigationsSascha2021-03-211-5/+10
| |
| * Fix eslint empty line errorSascha2021-03-211-1/+0
| |
| * Add test navbarSascha2021-03-211-0/+42
| |
| * webui: minor code fixesMichael Muré2021-03-193-3/+3
| |
| * Adjust Button #10Lena2021-03-151-0/+0
| |
| * Refactor BackToListButton #10Lena2021-03-151-0/+36
| |
| * Adjust BackToList button color for dark/light-modeSascha2021-03-151-2/+6
| | | | | | | | | | The AppBar is commonly used for navigation. As the BackToList button is a navigation element, use similar colors as the AppBar.
| * Add 404 page #10Lena2021-03-151-7/+0
| |
| * Add back-to-list-button #10Lena2021-03-151-0/+7
| |
* | Change caption of buttons from "Issue" to "Bug"Sascha2021-03-143-3/+3
| |
* | Use success.dark for green-button:hoverSascha2021-03-141-0/+4
|/
* Change color of ModeIconSascha2021-03-061-7/+15
| | | | | Will use contrastText which should always make the icon visible, but use fade to dimme the contrast down.
* Ignore system prefered colorscheme modeSascha2021-03-061-8/+6
| | | | Currently this introduces to much state problems.
* Revert renameSascha2021-03-051-1/+1
|
* Rename "bug" to "issue"Sascha2021-03-041-1/+1
|
* Implement title inputfield as custom componentSascha2021-03-042-8/+44
|
* Fix spacing between cancle and save buttonSascha2021-03-042-0/+4
|
* Use colors from theme paletteSascha2021-03-042-21/+3
| | | | | | - Use theme colors for title input. - Remove inputTitle classes as they are not applied to the TextField. This will lead to double borders and artifacts at the field corners.