gitbase-web icon indicating copy to clipboard operation
gitbase-web copied to clipboard

gitbase web client; source{d} CE comes with a new UI, check it at https://docs.sourced.tech/community-edition/

Results 30 gitbase-web issues
Sort by recently updated
recently updated
newest added
trafficstars

On Firefox 62.0.2 on Ubuntu Linux: ![2018-09-27-141624_1794x149_scrot](https://user-images.githubusercontent.com/23248/46145299-0e750880-c260-11e8-8f85-e8cb768313db.png) code/uast buttons make rows quite higher than text-only rows (as the header), this takes quite a lot of space, leading to less rows...

enhancement
triage/needs-product-input

![2018-09-27-142028_1881x324_scrot](https://user-images.githubusercontent.com/23248/46145561-cb676500-c260-11e8-81e6-7fc45ce5fb85.png) Long strings, such as those that appear with the `commit_message` column are displayed with the CODE button, which is quite confusing.

triage/needs-product-input

Some gitbase-web examples look outdated, not using simplest syntax or not the most performance one. This needs a review by the gitbase devs to have optimal examples. Example: ``` /*...

enhancement

1. Run `srcd web sql` 2. Run default query 3. Click on "code" button I expected it to recognize the language of the file

empathy-sessions

It's small enough end repeat content of the tab.

empathy-sessions

Opening the UAST viewer (individual, with the UAST button), and then performing a search, e.g. `//*`, produces this error in the console. It might happen only during the `loading` phase,...

bug

Title row column borders misalign with the data rows: ![2018-08-14-132943_2474x195_scrot](https://user-images.githubusercontent.com/1247608/44091685-34d4b0a0-9fc6-11e8-90c6-686b003d793d.png)

from https://github.com/src-d/gitbase-playground/pull/16#discussion_r187585501 It could be a good idea - [ ] to forbid `console` commands (`.eslintrc.js::rules['no-console']`), and - [ ] to provide [a logger wrapper as in `CAT`](https://github.com/src-d/code-annotation/blob/master/src/services/log.js)?

enhancement
new feature

from https://github.com/src-d/gitbase-playground/pull/16#discussion_r187622649 We could move `frontend/src/api.js` into its own place as done in `CAT` for example. >I see two reasons: >- first one is kindof opinionated: imo the root dir...

enhancement