Skip to content

Commit f007dbd

Browse files
committed
Everything should be set for the beta release now.
1 parent 1cba893 commit f007dbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+22047
-1767
lines changed

src/Server/Coderr.Server.Web/Areas/Installation/Views/Setup/ErrorTracking.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<div class="col-lg-12">
88

99
<h2>Error tracking</h2>
10-
<p>
11-
To correct bugs faster we have activated coderr in the community server. By completing this
12-
setup, you give use the permission to collect error information (i.e. bugs in Coderr Community Server) and send them to our own hosted service.
10+
<p>
11+
We have activated Coderr in the Community Server to send us bugs as they occur. It is our own way to practice what we preach about error handling and helps us to correct our code faster
1312
</p>
1413
<p>
1514
You can optionally enter your email address to get notifications when the errors in your

src/Server/Coderr.Server.Web/ClientApp/boot.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "./css/site.css";
21
import "bootstrap";
32
import Vue from "vue";
43
import VueRouter from "vue-router";

src/Server/Coderr.Server.Web/ClientApp/components/analyze/analyze.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
</template>
99

1010

11-
<style src="./analyze.css" />
11+
<style src="./analyze.css"></style>
1212
<script src="./analyze.ts"></script>

src/Server/Coderr.Server.Web/ClientApp/components/analyze/home/home.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ <h1>Analyze</h1>
1313
</template>
1414

1515

16-
<style src="./home.css" />
16+
<style src="./home.css"></style>
1717
<script src="./home.ts"></script>

src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/close.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ <h2>Close incident</h2>
1616
</template>
1717

1818

19-
<style src="./close.css" />
19+
<style src="./close.css"></style>
2020
<script src="./close.ts"></script>

src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/feedback.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ <h3>No feedback has been given.</h3>
5050
</template>
5151

5252

53-
<style src="./feedback.css" />
53+
<style src="./feedback.css"></style>
5454
<script src="./feedback.ts"></script>

src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ <h6 class="dropdown-header">Select context collection</h6>
144144
</template>
145145

146146

147-
<style src="./Incident.css" />
147+
<style src="./Incident.css"></style>
148148
<script src="./Incident.ts"></script>

src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/origins.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ <h2>
1818
</div>
1919
</template>
2020

21-
<style src="./origins.css" />
21+
<style src="./origins.css"></style>
2222
<script src="./origins.ts"></script>

src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/report.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ <h3>Stack trace</h3>
8686
</template>
8787

8888

89-
<style src="./report.css" />
89+
<style src="./report.css"></style>
9090
<script src="./report.ts"></script>

src/Server/Coderr.Server.Web/ClientApp/components/analyze/menu.vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ <h6 class="dropdown-header">Select one of your incidents</h6>
4040
</div>
4141
</template>
4242

43-
<style src="./menu.css" />
43+
<style src="./menu.css"></style>
4444
<script src="./menu.ts"></script>

0 commit comments

Comments
 (0)