Skip to content

Commit

Permalink
Rename client-frame.tsx -> panels.tsx
Browse files Browse the repository at this point in the history
Considering all the individual panels start with `panel-`, this should
make it easier to find and in general be a more intuitive name.

All other tsx files will start with `panel-`, putting them together in
one place when sorting alphabetically.
  • Loading branch information
Zarel committed Oct 18, 2018
1 parent 2691ae9 commit 38434d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ node_modules/
/js/battle-scene-stub.js
/js/client-core.js
/js/client-main.js
/js/client-frame.js
/js/panels.js
/js/panel-mainmenu.js
/js/panel-rooms.js
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package-lock.json
/js/battle-animations.js
/js/battle-scene-stub.js
/js/client-core.js
/js/client-frame.js
/js/client-main.js
/js/panels.js
/js/panel-mainmenu.js
/js/panel-rooms.js

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion testclient-beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ <h3><button class="closebutton" tabindex="-1" aria-label="Close"><i class="fa fa
<script src="js/lib/preact.min.js"></script>
<script src="js/panel-mainmenu.js"></script>
<script src="js/panel-rooms.js"></script>
<script src="js/client-frame.js"></script>
<script src="js/panels.js"></script>

</body></html>

0 comments on commit 38434d2

Please sign in to comment.