Commit log

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

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

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

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

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

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.

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

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

Click to expand commit body
Dark Colorscheme

Michael Muré created

2a21b02 Merge pull request #593 from vmiklos/webui-query

Click to expand commit body
webui: allow specifying the initial query

Michael Muré created

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

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

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

188ee05 Ignore system prefered colorscheme mode

Click to expand commit body
Currently this introduces to much state problems.

Sascha created

56d50e9 Revert rename

Sascha created

72eb505 Rename "bug" to "issue"

Sascha created

79422fa Use info.contrastText instead of text.secondary

Click to expand commit body
This will ensure better color managment for Message titles

Sascha created

41c3e6e Use Green color from Light theme

Sascha created

288448b Reuse BugTitleInput component

Sascha created

e040fc8 Implement title inputfield as custom component

Sascha created

50484fb Fix spacing between cancle and save button

Sascha created

8e8ca99 Use colors from theme palette

Click to expand commit body
- 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.

Sascha created

c24b737 Add Icon to "Close Issue"-button

Sascha created

b918c9f Revert restructuring between App.tsx and index.tsx

Click to expand commit body
This should prevent unnecessary merge conflicts.

Sascha created

c8a5330 Fix padding around issue comments

Sascha created

9f6dcc8 Use proper semantic color values

Click to expand commit body
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

Sascha created

548febc Define each theme in own file under themes dir

Sascha created

680ede3 Fix (hopefully) eslint error on node 14.x pipeline

Sascha created

9cac036 Inject theme instead of defining it in Themer.tsx

Sascha created

9280e43 Fix Bug description header for dark mode

Sascha created

7beffb8 Fix searchbar background-color for dark mode

Sascha created

b996779 Fix backgroundcolor of toolbar for dark mode

Sascha created