142adfd
Update message view after editing
Sascha created
142adfd
Update message view after editing
Sascha created
b06f7c7
Reduced arbitary variable names
Sascha created
9fb033e
Return of new comment works...
...but the types are quite hacky
Sascha created
d6c3ffa
Fix graphql filename capitalization
Sascha created
d4f96fa
Use theme colors for submit button
Sascha created
0e3caba
Update comment on submit
Sascha created
9f6c045
Several fixes
- Fix misspelling of cancel... - Fix flickering of green "update comment" button - Fill input with comment text - Close edit view after submit
Sascha created
c874d11
Create EditCommentForm and handle cancle button
Sascha created
0cd5c84
Fix CommentForm margin
Sascha created
2483b27
Display comment form on edit click
Sascha created
d82c481
Fix remove .swp files
Sascha created
cd4b1ad
Pass BugFragment as prop to EditComment
Sascha created
26ad5fc
Add onClick handler to edit button
Sascha created
2a1c772
GrapQL: Regenerate the GraphQL-Server
Sascha created
cc7788a
GraphQL: Add target to EditCommentInput
Sascha created
c6d15bd
Fix compilation errors
Sascha created
50cd1a9
GraphQL: Add EditComment input/payload to gen_models
Sascha created
4960448
GraphQL: Add EditComment mutation to schema
Sascha created
19a68de
GraphQL: Add EditComment to mutation type
Sascha created
79cc988
GraphQL: Resolve new EditComment mutation
Sascha created
0dcb48d
Add EditButton to bug message
Sascha created
07e1c45
webui: minor code fixes
Michael Muré created
52fba35
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.
Alexander Scharinger created
e0a7088
Merge pull request #599 from GlancingMind/upstream-fix-color-of-green-buttons
WebUI: Fix hover-color of green buttons and caption
Michael Muré created
0b3acaa
Remove mistakenly commited patch file
Sascha created
833f020
Use BackToList button on 404-Page
Sascha created
09fabc9
Adjust Button #10
Lena created
ac17596
Refactor BackToListButton #10
Lena created
cd02d80
Make BackButton a component and Add it to NewBugPage #10
Lena created
07f3163
#10 Add redirect to detail page after creating new bug
Lena created
de26990
Adjust BackToList button color for dark/light-mode
The AppBar is commonly used for navigation. As the BackToList button is a navigation element, use similar colors as the AppBar.
Sascha created
46d38aa
Route instead of Redirect from empty bug to 404 after a hint from GM #10
Lena created
ec8a9b2
Backbutton to left with patch from GlancingMind, Adjusting and 404 for missing bug pages #10
Lena created
16b176f
Make backbutton sticky #10
Lena created
4dcc6f6
Add backlink to 404 page #10
Lena created
cdf655f
Add 404 page #10
Lena created
c223c75
Add back-to-list-button #10
Lena created
d7f555b
Github bridge: try again in case of web API error
Alexander Scharinger created
93b14c5
Remove maps containing channels.
The old implementation of the github bridge used maps to store several channels holding data obtained from the Github API. Removing the maps and simply packing data and channels together in a struct and passing it through one single channel makes the program simpler in terms of concurrency and, additionally, enables the garbage collector to free the memory gradually without any additional provisions.
Alexander Scharinger created
9a8e487
Fix errors: deadlock and empty titles
Alexander Scharinger created
214abe4
WIP operation with files
Michael Muré created
f1d4a19
bug: nonce on all operation to prevent id collision
Michael Muré created
2c5d334
Change caption of buttons from "Issue" to "Bug"
Sascha created
d0505e2
Use success.dark for green-button:hover
Sascha created
501e167
Merge pull request #588 from GlancingMind/upstream-dark-colorscheme
Dark Colorscheme
Michael Muré created
2a21b02
Merge pull request #593 from vmiklos/webui-query
webui: allow specifying the initial query
Michael Muré created
3a81952
commands: minor fixes for the webui open with query
- go fmt - add a shorthand - fix displayed webUI URL in the terminal
Michael Muré created
626ec98
webui: allow specifying the initial query
Example use-case: given a github URL in a source code comment or commit message, one can now run: git bug webui --query 'metadata:github-url:"https://github.com/author/myproject/issues/42"' on the commandline to look up the details of that issue on the web ui quickly, offline. Fixes <https://github.com/MichaelMure/git-bug/issues/592>.
Miklos Vajna created
c2c5c40
Change color of ModeIcon
Will use contrastText which should always make the icon visible, but use fade to dimme the contrast down.
Sascha created
188ee05
Ignore system prefered colorscheme mode
Currently this introduces to much state problems.
Sascha created