Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: adapt to CombinedId | Michael Muré | 2022-08-23 | 4 | -0/+4 |
| | |||||
* | webui: upgrade Material UI | Quentin Gliech | 2022-02-22 | 5 | -47/+43 |
| | |||||
* | webui: upgrade react-router | Quentin Gliech | 2022-02-22 | 3 | -9/+8 |
| | |||||
* | webui: replace React imports | Quentin Gliech | 2022-02-16 | 5 | -6/+6 |
| | |||||
* | webui: upgrade most dependencies | Quentin Gliech | 2022-02-16 | 4 | -50/+56 |
| | | | | Also reformat everything with prettier | ||||
* | Fix alignment of comment counter for high number | Sascha | 2021-05-25 | 1 | -0/+2 |
| | |||||
* | Do not greedy match quotes | Sascha | 2021-05-20 | 1 | -3/+3 |
| | |||||
* | Fix quoted filter string with bug counter | Sascha | 2021-05-20 | 2 | -25/+32 |
| | | | | | | 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. | ||||
* | Replace occurrences of humanId with the full Id | Sascha | 2021-04-22 | 1 | -1/+1 |
| | | | | | Unless an ID must be shorted for user convenience, the full id should be used to prevent collisions. | ||||
* | Use profile page for each identity | Sascha | 2021-04-13 | 2 | -2/+4 |
| | | | | | Authorcomponent links to the authors profile page. Replace pofile buglist with statistics | ||||
* | Merge pull request #627 from GlancingMind/upstream-set-bug-labels | Michael Muré | 2021-04-12 | 4 | -24/+73 |
|\ | | | | | WebUI: Set bug labels | ||||
| * | Fix label alignment to title on bug list page | Sascha | 2021-04-08 | 1 | -17/+27 |
| | | | | | | | | | | | | 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. | ||||
| * | Increase width of list/labelmenu and stretch color for menuitems | Sascha | 2021-04-08 | 1 | -5/+18 |
| | | |||||
| * | Cut of very long labels with an ellipse | Sascha | 2021-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add label menu to bug detail page | Tim Becker | 2021-04-08 | 4 | -6/+32 |
| | | | | | | | | Also support label color in label filter menu on bug list page | ||||
* | | Prevent page reload for redirecting components | Sascha | 2021-04-08 | 1 | -1/+2 |
|/ | | | | | | | Link instantly to: - NewBugPage - BackToList | ||||
* | Support filtering by multiple selected authors | Sascha | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | Make filter/search input full width | Sascha | 2021-04-07 | 1 | -63/+54 |
| | |||||
* | fix: regex issue | Aien Saidi | 2021-04-07 | 1 | -3/+3 |
| | |||||
* | Fix readability of filter input field in dark mode | Sascha | 2021-04-07 | 1 | -2/+9 |
| | |||||
* | fix: issue with keyDown propagation | Aien Saidi | 2021-04-07 | 1 | -1/+8 |
| | |||||
* | chore: returning value | Aien Saidi | 2021-04-07 | 1 | -4/+1 |
| | |||||
* | fix: issue with regex | Aien Saidi | 2021-04-07 | 2 | -4/+9 |
| | |||||
* | fix: issue with toggling the author | Aien Saidi | 2021-04-07 | 1 | -2/+2 |
| | |||||
* | feat: use predefined filters | Aien Saidi | 2021-04-07 | 2 | -5/+62 |
| | |||||
* | feat: multiple label filter | Aien Saidi | 2021-04-07 | 2 | -23/+71 |
| | | | | - add search functionality in menu items | ||||
* | feat: check if there are labels | Aien Saidi | 2021-04-07 | 1 | -8/+10 |
| | |||||
* | feat: add filter by label | Aien Saidi | 2021-04-07 | 2 | -5/+35 |
| | |||||
* | feat: use author to filter the list | Aien Saidi | 2021-04-07 | 2 | -2/+39 |
| | |||||
* | Merge pull request #600 from GlancingMind/upstream-improve-navigation | Michael Muré | 2021-03-21 | 1 | -1/+1 |
|\ | | | | | WebUI: Improve navigation | ||||
| * | webui: minor code fixes | Michael Muré | 2021-03-19 | 1 | -1/+1 |
| | | |||||
* | | Fixate message counter to end of bug row | Sascha | 2021-03-20 | 1 | -11/+7 |
| | | | | | | | | | | Previously the counter has shifted around depending on the length of the bug titles. | ||||
* | | Display real number of comment | Sascha | 2021-03-19 | 2 | -5/+18 |
| | | |||||
* | | Add message icon with placeholder count | Sascha | 2021-03-19 | 1 | -0/+10 |
| | | |||||
* | | Change caption of buttons from "Issue" to "Bug" | Sascha | 2021-03-14 | 1 | -1/+1 |
| | | |||||
* | | Use success.dark for green-button:hover | Sascha | 2021-03-14 | 1 | -0/+4 |
|/ | |||||
* | Fix spacing between cancle and save button | Sascha | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Use colors from theme palette | Sascha | 2021-03-04 | 1 | -7/+4 |
| | | | | | | - 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. | ||||
* | Use proper semantic color values | Sascha | 2021-03-04 | 2 | -11/+14 |
| | | | | | | | | | | | | Adjust header colors on light theme - Use adjusted background-color for header instead of text.hint. - Use slightly darker secondary font color for better readability against the head background color. Use more semantic theme colors for bug list Use more semantic theme colors for bug messages Fix usage of text hint for filter header | ||||
* | Fix searchbar background-color for dark mode | Sascha | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Fix backgroundcolor of toolbar for dark mode | Sascha | 2021-03-04 | 1 | -3/+3 |
| | |||||
* | Fix color of open/close filter buttons in dark mode | Sascha | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Commit for #543 | Cláudio | 2021-02-08 | 1 | -3/+13 |
| | | | | | - To test I forced Ifloggedin always return null. - Layout is ok even when edition components are hidden. | ||||
* | Commit for #158 | Cláudio | 2021-01-30 | 2 | -27/+17 |
| | | | | - Fix code convention violations | ||||
* | Commit for #158 | Cláudio | 2021-01-30 | 1 | -2/+0 |
| | | | | - Fixing github quality code checking issues | ||||
* | Commit for #158 | Cláudio | 2021-01-29 | 1 | -1/+15 |
| | |||||
* | Partial commit for #158 | Cláudio | 2021-01-26 | 2 | -23/+3 |
| | | | | | | | | | | - Component GBButton created - New issue form partially created (only title) - Refactoring for GBButon usage Next steps - Practice GraphQL calls - Finish New issue form (add first comment and submit) | ||||
* | Partial commit for #158 | Cláudio | 2021-01-25 | 1 | -2/+8 |
| | | | | - layout and style completed | ||||
* | Partial commit for #158 | Cláudio | 2021-01-24 | 2 | -2/+38 |
| | | | | - Added bt to create new issue and its style (github like) | ||||
* | Partial commit to #158 | Cláudio | 2021-01-24 | 2 | -15/+18 |
| | | | | - Prettier package update to fix CRLF problem when running on Windows |