Skip to content

Commit

Permalink
Remove stuff and move files to folders
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Feb 24, 2025
1 parent b6236b6 commit a06c597
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 248 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "Castle",
"description": "FRC Team Scouting App",
"start_url": "/",
"display": "standalone",
"display": "fullscreen",
"background_color": "#ffffff",
"theme_color": "#3b82f6",

Expand Down
58 changes: 0 additions & 58 deletions app/templates/community-guidlines.md

This file was deleted.

103 changes: 0 additions & 103 deletions app/templates/privacy.md

This file was deleted.

2 changes: 1 addition & 1 deletion app/templates/scouting/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,6 @@ <h3 class="text-lg font-semibold text-gray-900 mb-6">Additional Notes</h3>
</div>

<script src="{{ url_for('static', filename='js/CanvasCoordinateSystem.js') }}"></script>
<script src="{{ url_for('static', filename='js/scout.add.js') }}"></script>
<script src="{{ url_for('static', filename='js/scout/add.js') }}"></script>

{% endblock %}
2 changes: 1 addition & 1 deletion app/templates/scouting/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,5 @@ <h2 class="text-lg font-semibold text-gray-700 mb-4">Additional Notes</h2>
</div>

<script src="{{ url_for('static', filename='js/CanvasCoordinateSystem.js') }}"></script>
<script src="{{ url_for('static', filename='js/scout.edit.js') }}"></script>
<script src="{{ url_for('static', filename='js/scout/edit.js') }}"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion app/templates/scouting/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,5 @@ <h2 class="text-xl font-semibold mb-4 bg-gray-100 rounded px-4 py-2">
</div>

<script src="{{ url_for('static', filename='js/CanvasCoordinateSystem.js') }}"></script>
<script src="{{ url_for('static', filename='js/scout.list.js') }}"></script>
<script src="{{ url_for('static', filename='js/scout/list.js') }}"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion app/templates/scouting/pit-scouting-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,5 @@ <h3 class="text-lg font-semibold text-gray-900 mb-6">Additional Notes</h3>
</div>
</div>

<script src=" {{url_for('static', filename='js/pit-scouting.add.js')}} "></script>
<script src=" {{url_for('static', filename='js/pit-scouting/add.js')}} "></script>
{% endblock %}
2 changes: 1 addition & 1 deletion app/templates/scouting/pit-scouting-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,5 +286,5 @@ <h3 class="text-lg font-semibold text-gray-900 mb-6">Additional Notes</h3>
</form>
</div>
</div>
<script src="{{ url_for('staitc', filename='js/pit-scouting.edit.js') }}"></script>
<script src="{{ url_for('staitc', filename='js/pit-scouting/edit.js') }}"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion app/templates/team/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ <h3 class="text-lg font-medium leading-6 text-gray-900 mb-4">Edit Assignment</h3
</div>
</div>
</div>
<script src="{{ url_for('static', filename='js/team.manage.js') }}"></script>
<script src="{{ url_for('static', filename='js/team/manage.js') }}"></script>
<script>
function toggleDescription(button) {
const container = button.closest('.text-gray-700');
Expand Down
80 changes: 0 additions & 80 deletions app/templates/tos.md

This file was deleted.

0 comments on commit a06c597

Please sign in to comment.