Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #624 from ↵ | Michael Muré | 2021-04-12 | 5 | -8/+76 |
|\ | | | | | | | | | GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements WebUI: Fix and improve rendering of markdown elements | ||||
| * | Use custom anchor in markdown | Sascha | 2021-04-07 | 2 | -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-gemoji | Sascha | 2021-04-07 | 1 | -0/+2 |
| | | |||||
| * | Fix and improve rendering of markdown elements | Sascha | 2021-04-07 | 4 | -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-labels | Michael Muré | 2021-04-12 | 1 | -29/+20 |
|\ \ | | | | | | | WebUI: Set bug labels | ||||
| * | | Fix label alignment to title on bug list page | Sascha | 2021-04-08 | 1 | -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 file | Sascha | 2021-04-08 | 1 | -2/+1 |
| | | | |||||
| * | | Cut of very long labels with an ellipse | Sascha | 2021-04-08 | 1 | -4/+8 |
| | | | |||||
| * | | Add label menu to bug detail page | Tim Becker | 2021-04-08 | 1 | -27/+14 |
| |/ | | | | | | | Also support label color in label filter menu on bug list page | ||||
* | | Merge pull request #625 from GlancingMind/upstream-minor-bugfixes | Michael Muré | 2021-04-10 | 2 | -15/+14 |
|\ \ | | | | | | | Minor bugfixes | ||||
| * | | Replace switch to save lines of code :-) | Sascha | 2021-04-08 | 1 | -13/+4 |
| | | | |||||
| * | | Only set bugtitle if title is diffrent | Sascha | 2021-04-08 | 1 | -2/+6 |
| | | | |||||
| * | | Fix invalid tab selection console error | Sascha | 2021-04-08 | 1 | -13/+17 |
| |/ | |||||
* / | Prevent page reload for redirecting components | Sascha | 2021-04-08 | 2 | -2/+6 |
|/ | | | | | | | Link instantly to: - NewBugPage - BackToList | ||||
* | Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issues | Michael Muré | 2021-03-24 | 1 | -2/+3 |
|\ | | | | | WebUI: Edit comments and inspect edit history | ||||
| * | Several fixes | Sascha | 2021-03-19 | 1 | -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-navigation | Michael Muré | 2021-03-21 | 4 | -8/+105 |
|\ \ | |/ |/| | WebUI: Improve navigation | ||||
| * | webui: stay within the SPA when redirecting from the header | Michael Muré | 2021-03-21 | 1 | -4/+2 |
| | | |||||
| * | webui: fix eslint? | Michael Muré | 2021-03-21 | 1 | -10/+2 |
| | | |||||
| * | Fix (hoepfully) eslint error for pipeline | Sascha | 2021-03-21 | 1 | -2/+10 |
| | | | | | | | | Unfortunatly will this result in error for eslint on local machine... *sigh* | ||||
| * | Fix highlighting of tabs and error in console | Sascha | 2021-03-21 | 1 | -57/+45 |
| | | |||||
| * | Add tooltip to unimplemented navigations | Sascha | 2021-03-21 | 1 | -15/+40 |
| | | |||||
| * | Center navbar and disable unresolved navigations | Sascha | 2021-03-21 | 1 | -5/+10 |
| | | |||||
| * | Fix eslint empty line error | Sascha | 2021-03-21 | 1 | -1/+0 |
| | | |||||
| * | Add test navbar | Sascha | 2021-03-21 | 1 | -0/+42 |
| | | |||||
| * | webui: minor code fixes | Michael Muré | 2021-03-19 | 3 | -3/+3 |
| | | |||||
| * | Adjust Button #10 | Lena | 2021-03-15 | 1 | -0/+0 |
| | | |||||
| * | Refactor BackToListButton #10 | Lena | 2021-03-15 | 1 | -0/+36 |
| | | |||||
| * | Adjust BackToList button color for dark/light-mode | Sascha | 2021-03-15 | 1 | -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 #10 | Lena | 2021-03-15 | 1 | -7/+0 |
| | | |||||
| * | Add back-to-list-button #10 | Lena | 2021-03-15 | 1 | -0/+7 |
| | | |||||
* | | Change caption of buttons from "Issue" to "Bug" | Sascha | 2021-03-14 | 3 | -3/+3 |
| | | |||||
* | | Use success.dark for green-button:hover | Sascha | 2021-03-14 | 1 | -0/+4 |
|/ | |||||
* | Change color of ModeIcon | Sascha | 2021-03-06 | 1 | -7/+15 |
| | | | | | Will use contrastText which should always make the icon visible, but use fade to dimme the contrast down. | ||||
* | Ignore system prefered colorscheme mode | Sascha | 2021-03-06 | 1 | -8/+6 |
| | | | | Currently this introduces to much state problems. | ||||
* | Revert rename | Sascha | 2021-03-05 | 1 | -1/+1 |
| | |||||
* | Rename "bug" to "issue" | Sascha | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Implement title inputfield as custom component | Sascha | 2021-03-04 | 2 | -8/+44 |
| | |||||
* | Fix spacing between cancle and save button | Sascha | 2021-03-04 | 2 | -0/+4 |
| | |||||
* | Use colors from theme palette | Sascha | 2021-03-04 | 2 | -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. | ||||
* | Add Icon to "Close Issue"-button | Sascha | 2021-03-04 | 1 | -0/+11 |
| | |||||
* | Fix (hopefully) eslint error on node 14.x pipeline | Sascha | 2021-03-04 | 1 | -1/+2 |
| | |||||
* | Inject theme instead of defining it in Themer.tsx | Sascha | 2021-03-04 | 1 | -38/+19 |
| | |||||
* | Use brower preference and persist theme mode | Sascha | 2021-03-04 | 1 | -13/+26 |
| | |||||
* | Add button to toggle between light- and dark-mode | Sascha | 2021-03-04 | 2 | -0/+71 |
| | |||||
* | Commit for #543 | Cláudio | 2021-02-08 | 1 | -17/+22 |
| | | | | | - To test I forced Ifloggedin always return null. - Layout is ok even when edition components are hidden. | ||||
* | Commit for #541 | Cláudio | 2021-02-05 | 9 | -22/+230 |
| | |||||
* | Webui 548 (#549) | Cláudio Silva | 2021-02-05 | 2 | -0/+62 |
| | | | | | * Commit for #548 * Commit for #548 | ||||
* | Merge pull request #547 from claudioantonio/webui_546 | Michael Muré | 2021-02-05 | 2 | -0/+63 |
|\ | | | | | Webui 546 | ||||
| * | Commit for #546 | Cláudio | 2021-02-04 | 1 | -1/+1 |
| | | | | | | | | - Fixing code review requests |