Michael Muré
5215634d0d
entity: add support for storing files
2021-03-21 18:22:04 +01:00
Sascha
aa91f39cdf
Fix (hoepfully) eslint error for pipeline
...
Unfortunatly will this result in error for eslint on local machine... *sigh*
2021-03-21 17:49:01 +01:00
Sascha
50f146a42a
Remove BackToList button from NewBugPage
2021-03-21 17:48:47 +01:00
Sascha
f752dd5480
Remove BackToList button from BugPage
2021-03-21 17:46:17 +01:00
Sascha
00fbd0a2c8
Fix highlighting of tabs and error in console
2021-03-21 17:46:16 +01:00
Sascha
9fa40d3d08
Add tooltip to unimplemented navigations
2021-03-21 17:46:15 +01:00
Sascha
a332c085f8
Center navbar and disable unresolved navigations
2021-03-21 17:46:12 +01:00
Sascha
1e411f5abf
Fix eslint empty line error
2021-03-21 17:46:07 +01:00
Sascha
8d8eb2942f
Add test navbar
2021-03-21 17:43:06 +01:00
Michael Muré
6744cddaa6
Merge pull request #603 from GlancingMind/upstream-28-comment-counter-for-each-bug-on-buglist
...
Display count of comment for each bug on bug list
2021-03-21 12:22:24 +01:00
Sascha
b7ddb22558
Fixate message counter to end of bug row
...
Previously the counter has shifted around depending on the length of the bug
titles.
2021-03-20 14:32:22 +01:00
Sascha
4a2e04df61
Improve description of target-field
2021-03-20 11:14:27 +01:00
Sascha
c610d942fc
Remove TODO comments
2021-03-20 11:14:24 +01:00
Sascha
4c5a0f37f7
Improve message history accordions
...
- Add unfold icon to edit history accordions
- Change order of edit number. Most recent should have highest id and initial
description should always have "#1 Edit"
- Add "(Initial description)' to title of the first comment version
2021-03-20 11:14:13 +01:00
Sascha
688cc33ccc
Display real number of comment
2021-03-19 20:47:37 +01:00
Sascha
4c7761461b
Add message icon with placeholder count
2021-03-19 20:47:37 +01:00
Sascha
6f26afb74f
Number accordion elements
2021-03-19 17:53:25 +01:00
Sascha
5b562559e3
Fix eslint pipeline fail hopefully
2021-03-19 17:53:22 +01:00
Sascha
bd316ef9ef
Improve readability of accordion summary
2021-03-19 17:53:17 +01:00
Sascha
de9dd69891
Sort history from most recent edit to old
2021-03-19 17:53:12 +01:00
Sascha
dfb039a936
Rename MessageEditHistoryQuery
2021-03-19 17:53:09 +01:00
Sascha
155b37e81f
Use dialog with accordion for message history menu
2021-03-19 17:53:04 +01:00
Sascha
d453abdeed
Move toggle button out of history menu
2021-03-19 17:53:00 +01:00
Sascha
defd1ae00c
Populate history menu with edit steps
2021-03-19 17:52:57 +01:00
Sascha
25d3aca9ad
Add test menu for edit history
2021-03-19 17:52:54 +01:00
Sascha
58e1240560
Add space between edit button and edited indicator
2021-03-19 17:52:47 +01:00
Sascha
142adfd2b1
Update message view after editing
2021-03-19 17:52:43 +01:00
Sascha
b06f7c7816
Reduced arbitary variable names
2021-03-19 17:52:35 +01:00
Sascha
9fb033ef19
Return of new comment works...
...
...but the types are quite hacky
2021-03-19 17:52:32 +01:00
Sascha
d6c3ffa984
Fix graphql filename capitalization
2021-03-19 17:52:27 +01:00
Sascha
d4f96fa91f
Use theme colors for submit button
2021-03-19 17:52:22 +01:00
Sascha
0e3caba922
Update comment on submit
2021-03-19 17:52:12 +01:00
Sascha
9f6c045f8b
Several fixes
...
- Fix misspelling of cancel...
- Fix flickering of green "update comment" button
- Fill input with comment text
- Close edit view after submit
2021-03-19 17:52:03 +01:00
Sascha
c874d111f5
Create EditCommentForm and handle cancle button
2021-03-19 17:51:58 +01:00
Sascha
0cd5c84d59
Fix CommentForm margin
2021-03-19 17:51:51 +01:00
Sascha
2483b27296
Display comment form on edit click
2021-03-19 17:51:40 +01:00
Sascha
d82c481e00
Fix remove .swp files
2021-03-19 17:51:35 +01:00
Sascha
cd4b1adebb
Pass BugFragment as prop to EditComment
2021-03-19 17:51:28 +01:00
Sascha
26ad5fc379
Add onClick handler to edit button
2021-03-19 17:49:46 +01:00
Sascha
2a1c77236c
GrapQL: Regenerate the GraphQL-Server
2021-03-19 17:49:44 +01:00
Sascha
cc7788ad44
GraphQL: Add target to EditCommentInput
2021-03-19 17:49:41 +01:00
Sascha
c6d15bd52b
Fix compilation errors
2021-03-19 17:49:40 +01:00
Sascha
50cd1a9c17
GraphQL: Add EditComment input/payload to gen_models
2021-03-19 17:49:38 +01:00
Sascha
4960448ac7
GraphQL: Add EditComment mutation to schema
2021-03-19 17:49:36 +01:00
Sascha
19a68deabb
GraphQL: Add EditComment to mutation type
2021-03-19 17:49:34 +01:00
Sascha
79cc9884b3
GraphQL: Resolve new EditComment mutation
2021-03-19 17:49:31 +01:00
Sascha
0dcb48d03a
Add EditButton to bug message
2021-03-19 17:49:27 +01:00
Michael Muré
07e1c45cd7
webui: minor code fixes
2021-03-19 17:04:59 +01:00
Alexander Scharinger
52fba350d6
Github bridge: send message to user when waiting
...
When the Github GraphQL API rate limit is exhausted print a message at
the bottom of the terminal so the user knows why the import has been
paused.
2021-03-18 20:59:53 +01:00
Michael Muré
e0a7088ba0
Merge pull request #599 from GlancingMind/upstream-fix-color-of-green-buttons
...
WebUI: Fix hover-color of green buttons and caption
2021-03-18 19:51:03 +01:00