Commit log
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
4 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
4 years ago
0b3acaa
Remove mistakenly commited patch file
Sascha
created
4 years ago
833f020
Use BackToList button on 404-Page
Sascha
created
4 years ago
09fabc9
Adjust Button #10
Lena
created
4 years ago
ac17596
Refactor BackToListButton #10
Lena
created
4 years ago
cd02d80
Make BackButton a component and Add it to NewBugPage #10
Lena
created
4 years ago
07f3163
#10 Add redirect to detail page after creating new bug
Lena
created
4 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
4 years ago
46d38aa
Route instead of Redirect from empty bug to 404 after a hint from GM #10
Lena
created
4 years ago
ec8a9b2
Backbutton to left with patch from GlancingMind, Adjusting and 404 for missing bug pages #10
Lena
created
4 years ago
16b176f
Make backbutton sticky #10
Lena
created
4 years ago
4dcc6f6
Add backlink to 404 page #10
Lena
created
4 years ago
cdf655f
Add 404 page #10
Lena
created
4 years ago
c223c75
Add back-to-list-button #10
Lena
created
4 years ago
d7f555b
Github bridge: try again in case of web API error
Alexander Scharinger
created
4 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
4 years ago
9a8e487
Fix errors: deadlock and empty titles
Alexander Scharinger
created
4 years ago
214abe4
WIP operation with files
Michael Muré
created
4 years ago
f1d4a19
bug: nonce on all operation to prevent id collision
Michael Muré
created
4 years ago
2c5d334
Change caption of buttons from "Issue" to "Bug"
Sascha
created
4 years ago
d0505e2
Use success.dark for green-button:hover
Sascha
created
4 years ago
501e167
Merge pull request #588 from GlancingMind/upstream-dark-colorscheme
Click to expand commit body
Dark Colorscheme
Michael Muré
created
4 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
4 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
4 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
4 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
4 years ago
188ee05
Ignore system prefered colorscheme mode
Click to expand commit body
Currently this introduces to much state problems.
Sascha
created
4 years ago
Sascha
created
4 years ago
72eb505
Rename "bug" to "issue"
Sascha
created
4 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
4 years ago
41c3e6e
Use Green color from Light theme
Sascha
created
4 years ago
288448b
Reuse BugTitleInput component
Sascha
created
4 years ago
e040fc8
Implement title inputfield as custom component
Sascha
created
4 years ago
50484fb
Fix spacing between cancle and save button
Sascha
created
4 years ago
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
4 years ago
c24b737
Add Icon to "Close Issue"-button
Sascha
created
4 years ago
b918c9f
Revert restructuring between App.tsx and index.tsx
Click to expand commit body
This should prevent unnecessary merge conflicts.
Sascha
created
4 years ago
c8a5330
Fix padding around issue comments
Sascha
created
4 years ago
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
4 years ago
548febc
Define each theme in own file under themes dir
Sascha
created
4 years ago
680ede3
Fix (hopefully) eslint error on node 14.x pipeline
Sascha
created
4 years ago
9cac036
Inject theme instead of defining it in Themer.tsx
Sascha
created
4 years ago
9280e43
Fix Bug description header for dark mode
Sascha
created
4 years ago
7beffb8
Fix searchbar background-color for dark mode
Sascha
created
4 years ago
b996779
Fix backgroundcolor of toolbar for dark mode
Sascha
created
4 years ago
30587cc
Fix color of open/close filter buttons in dark mode
Sascha
created
4 years ago
c834c03
Use brower preference and persist theme mode
Sascha
created
4 years ago
8c17d73
Add button to toggle between light- and dark-mode
Sascha
created
4 years ago
87bc42f
Merge pull request #584 from MichaelMure/upstream-host-cmdflag
Click to expand commit body
Add option to specify host address
Michael Muré
created
4 years ago
Page 17 of 49