Commit Graph

13 Commits

Author SHA1 Message Date
Florian Scholdei
2cb006d040 Replace styled-components with bulma helpers (#1783)
Use Bulma helpers whenever possible instead of custom styled components.
This pull request replaces primarily color definitions, spacing and flex instructions.
2021-09-15 17:40:08 +02:00
Florian Scholdei
5cb2f077d9 Fix annotate overflow and doubled spacing in code views (#1678)
Fix annotate overflow: Total div size was smaller than minimum size of individual children (+ margin).
Fix doubled spacing in code content views: Spacing duplicates through .panel-block as default for styling, various containers and inner syntax highlighter definition. Unfortunately, the latter is not easy to change, since it is also used with inline syntax highlighter.
2021-06-02 08:57:36 +02:00
Sebastian Sdorra
0d31ad2138 Fix syntax highlighting for go files 2020-10-23 10:35:13 +02:00
Sebastian Sdorra
88286623a8 Move syntax-highlighter theme from ui-styles to ui-components 2020-10-22 10:17:51 +02:00
Konstantin Schaper
9b874e7eab fix imports 2020-10-19 20:47:59 +02:00
Konstantin Schaper
47aa05dfe0 fix lint warnings 2020-10-16 09:40:10 +02:00
Konstantin Schaper
17f5f4b46e implement custom highlighting theme 2020-10-12 18:53:31 +02:00
Konstantin Schaper
a043e7f805 Merge remote-tracking branch 'origin/feature/annotate_prismjs' into feature/syntax-highlighting
# Conflicts:
#	package.json
#	scm-ui/eslint-config/package.json
#	scm-ui/ui-components/src/SyntaxHighlighter.tsx
#	scm-ui/ui-components/src/repos/annotate/Annotate.tsx
#	scm-ui/ui-plugins/package.json
#	yarn.lock
2020-10-12 11:23:56 +02:00
Eduard Heimbuch
1435828e0e fix small review findings 2020-06-17 13:27:54 +02:00
Sebastian Sdorra
62996d6585 align calculating and formatting of dates between components 2020-06-17 12:26:22 +02:00
Eduard Heimbuch
37bad5fd95 fix race condition in annotate view 2020-06-17 11:44:21 +02:00
Sebastian Sdorra
a4e6e4186a replace highlightjs with prismjs 2020-06-16 21:04:07 +02:00
Sebastian Sdorra
52f3c1d8fe restructure annotate components 2020-06-16 10:50:38 +02:00