Commit log
Click to expand commit body
- Fix misspelling of cancel...
- Fix flickering of green "update comment" button
- Fill input with comment text
- Close edit view after submit
Sascha
created
5 years ago
c874d11
Create EditCommentForm and handle cancle button
Sascha
created
5 years ago
0cd5c84
Fix CommentForm margin
Sascha
created
5 years ago
2483b27
Display comment form on edit click
Sascha
created
5 years ago
d82c481
Fix remove .swp files
Sascha
created
5 years ago
cd4b1ad
Pass BugFragment as prop to EditComment
Sascha
created
5 years ago
26ad5fc
Add onClick handler to edit button
Sascha
created
5 years ago
2a1c772
GrapQL: Regenerate the GraphQL-Server
Sascha
created
5 years ago
cc7788a
GraphQL: Add target to EditCommentInput
Sascha
created
5 years ago
c6d15bd
Fix compilation errors
Sascha
created
5 years ago
50cd1a9
GraphQL: Add EditComment input/payload to gen_models
Sascha
created
5 years ago
4960448
GraphQL: Add EditComment mutation to schema
Sascha
created
5 years ago
19a68de
GraphQL: Add EditComment to mutation type
Sascha
created
5 years ago
79cc988
GraphQL: Resolve new EditComment mutation
Sascha
created
5 years ago
0dcb48d
Add EditButton to bug message
Sascha
created
5 years ago
07e1c45
webui: minor code fixes
Michael Muré
created
5 years ago
52fba35
Github bridge: send message to user when waiting
Click to expand commit body
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
5 years ago
e0a7088
Merge pull request #599 from GlancingMind/upstream-fix-color-of-green-buttons
Click to expand commit body
WebUI: Fix hover-color of green buttons and caption
Michael Muré
created
5 years ago
0b3acaa
Remove mistakenly commited patch file
Sascha
created
5 years ago
833f020
Use BackToList button on 404-Page
Sascha
created
5 years ago
09fabc9
Adjust Button #10
Lena
created
5 years ago
ac17596
Refactor BackToListButton #10
Lena
created
5 years ago
cd02d80
Make BackButton a component and Add it to NewBugPage #10
Lena
created
5 years ago
07f3163
#10 Add redirect to detail page after creating new bug
Lena
created
5 years ago
de26990
Adjust BackToList button color for dark/light-mode
Click to expand commit body
The AppBar is commonly used for navigation. As the BackToList button is a
navigation element, use similar colors as the AppBar.
Sascha
created
5 years ago
46d38aa
Route instead of Redirect from empty bug to 404 after a hint from GM #10
Lena
created
5 years ago
ec8a9b2
Backbutton to left with patch from GlancingMind, Adjusting and 404 for missing bug pages #10
Lena
created
5 years ago
16b176f
Make backbutton sticky #10
Lena
created
5 years ago
4dcc6f6
Add backlink to 404 page #10
Lena
created
5 years ago
cdf655f
Add 404 page #10
Lena
created
5 years ago
c223c75
Add back-to-list-button #10
Lena
created
5 years ago
d7f555b
Github bridge: try again in case of web API error
Alexander Scharinger
created
5 years ago
93b14c5
Remove maps containing channels.
Click to expand commit body
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
5 years ago
9a8e487
Fix errors: deadlock and empty titles
Alexander Scharinger
created
5 years ago
214abe4
WIP operation with files
Michael Muré
created
5 years ago
f1d4a19
bug: nonce on all operation to prevent id collision
Michael Muré
created
5 years ago
2c5d334
Change caption of buttons from "Issue" to "Bug"
Sascha
created
5 years ago
d0505e2
Use success.dark for green-button:hover
Sascha
created
5 years ago
501e167
Merge pull request #588 from GlancingMind/upstream-dark-colorscheme
Click to expand commit body
Dark Colorscheme
Michael Muré
created
5 years ago
2a21b02
Merge pull request #593 from vmiklos/webui-query
Click to expand commit body
webui: allow specifying the initial query
Michael Muré
created
5 years ago
3a81952
commands: minor fixes for the webui open with query
Click to expand commit body
- go fmt
- add a shorthand
- fix displayed webUI URL in the terminal
Michael Muré
created
5 years ago
626ec98
webui: allow specifying the initial query
Click to expand commit body
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
5 years ago
c2c5c40
Change color of ModeIcon
Click to expand commit body
Will use contrastText which should always make the icon visible, but use fade
to dimme the contrast down.
Sascha
created
5 years ago
188ee05
Ignore system prefered colorscheme mode
Click to expand commit body
Currently this introduces to much state problems.
Sascha
created
5 years ago
Sascha
created
5 years ago
72eb505
Rename "bug" to "issue"
Sascha
created
5 years ago
79422fa
Use info.contrastText instead of text.secondary
Click to expand commit body
This will ensure better color managment for Message titles
Sascha
created
5 years ago
41c3e6e
Use Green color from Light theme
Sascha
created
5 years ago
288448b
Reuse BugTitleInput component
Sascha
created
5 years ago
e040fc8
Implement title inputfield as custom component
Sascha
created
5 years ago
Page 8 of 40