From a711fa9639a97650b54559bbdfa8132f194c9fb9 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 26 Jul 2019 15:50:34 +0530 Subject: [PATCH 1/3] Add comparison to docs-menu --- data/docs-menu.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/docs-menu.json b/data/docs-menu.json index 970bc4a7..6225681e 100644 --- a/data/docs-menu.json +++ b/data/docs-menu.json @@ -13,6 +13,10 @@ { "title": "Installing Thermal", "slug": "installing-thermal" + }, + { + "title": "Comparison", + "slug": "comparison" } ] }, From 5c8106a9e05a07602bacda2bc32fb9c2fcbfcc42 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 26 Jul 2019 15:51:09 +0530 Subject: [PATCH 2/3] Create comparison Add a comparsion table between Thermal, GitHub Desktop, SourceTree --- docs/comparison.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/comparison.md diff --git a/docs/comparison.md b/docs/comparison.md new file mode 100644 index 00000000..3d2a4074 --- /dev/null +++ b/docs/comparison.md @@ -0,0 +1,34 @@ +--- +title: Comparison +description: Compare Thermal with other tools +titleBorder: true +--- + +This is definitely the most difficult page in the guide to write, but we do feel it’s important. Odds are, you've had problems with some other tool and you're here because you want to know if Thermal can solve your specific problems in better way. That's what we hope to answer for you. + +We also try very hard to avoid bias. As the core team, we obviously like Thermal a lot. There are some problems we think it solves better than anything else out there. If we didn’t believe that, we wouldn’t be working on it. We do want to be fair and accurate though. Where other tools like GitHub Desktop and SourceTree offer convenience but only limited extensibility, but there aren’t any other graphical interface providing extreme flexibility approachable. + +## Repository + +| Features | **Thermal** | GitHub Desktop | SourceTree | +| :--- | :---: | :---: | :---: | +| Safe lock | Coming soon | 0% | 0% | +| Code difference | W.I.P | 100% | 50% | +| Settings | 100% | 0% | 0% | +| Stats | 100% | 0% | 0% | +| Commit | 100% | 100% | 100% | +| Logs | 100% | 100% | 100% | + +## Application + +| Features | **Thermal** | GitHub Desktop | SourceTree | +| :--- | :---: | :---: | :---: | +| Commitizen | Coming soon | 0% | 0% | +| Git tweet | Coming soon | 0% | 0% | + +## Design + +| Features | **Thermal** | GitHub Desktop | SourceTree | +| :--- | :---: | :---: | :---: | +| Design system | W.I.P | 50% | 0% | +| Modular design | 100% | 100% | 50% | From e6043dba1d3af344d591404ce39a142f019a6d29 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 26 Jul 2019 15:51:37 +0530 Subject: [PATCH 3/3] Add table styles --- src/layouts/Post.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/layouts/Post.vue b/src/layouts/Post.vue index 842d50a7..13368b12 100644 --- a/src/layouts/Post.vue +++ b/src/layouts/Post.vue @@ -132,6 +132,21 @@ export default { -ms-hyphens: none hyphens: none + table + width: 100% + + thead + th + border-bottom: 2px solid #00ADB5 + margin-bottom: .2rem + padding: .4rem + + tbody + td + border-bottom: 1px solid rgba(71, 76, 85, 0.2) + margin-bottom: .2rem + padding: .4rem + .edit-link display: flex flex-direction: row