Commit Graph

31 Commits

Author SHA1 Message Date
858bfef1bb Change how the text menu works. It is somewhat behind in that it does
not have all the same old functionality, but it uses menuitems now.
This will allow us to much-better utilize the textwindows.
2024-06-14 16:01:41 -05:00
deb5f29cee Changed some spaces to tabs. Happened automatically. 2024-06-11 09:22:13 -05:00
9aa26b82c6 make drawshape work better 2024-06-06 14:16:01 -07:00
726bafe580 Change drawshape to be drawhighlight as we pass it a highlight. 2024-06-06 13:59:59 -07:00
80c1abd5fe Trying to add a .editorconfig file for the Visual Studio editor. Visual
Studio keeps messing up the crlf.  Since I will mainly host this from a
Linux server, I want it to be just lf.
2024-06-03 15:41:16 -07:00
5ce6dc6d3e Moved actionStruct to be a class. Better that way 2024-05-31 17:12:00 -07:00
bf2e281c40 Use the translated version of the puzzle description. 2024-05-17 16:06:03 -06:00
98733d1ad5 Get basic problem translations. Ping only for now 2024-05-17 15:37:31 -06:00
0859bffc23 Put a selection-box around an item if we clicked on something 2024-05-17 10:33:33 -06:00
9be833dd2c Brought over the language strings from edunetworkbuilder and functions
for making language translation work.
2024-05-17 10:06:07 -06:00
0e9a6d1a15 Fixed a bug where clicking on a line would change how things were
viewed.  It turned out to be a rather bizarre bug based off of !== null
not working properly.
2024-05-16 12:13:41 -06:00
3e902cba95 Devices with problems properly have red background 2024-05-15 17:06:48 -06:00
77b034f845 Highlight items that have problems. 2024-05-10 15:03:52 -06:00
f3ed276ca9 Fixed not clearing the old highlights when we moused-off something. 2024-05-10 11:23:10 -06:00
7b57cbe97a Changing the highlight system to something that works for more cases.
We will highlight devices with problems and other things.
2024-05-10 11:00:42 -06:00
ee0a3f9255 Visual Studio complained about some of my tags in the index.html. So I
cleaned up what it was complaining about.
2024-05-10 09:22:50 -06:00
a19cb99b9d Getting it so we can click on devices. Mainly figuring stuff out.
Committing now because I am about to drive off and I want to have the
code-base up to date before I travel.
2024-04-30 17:38:31 -05:00
6119432875 Added lines to separate out portions of the screen. Also, I think ui.js
updated its crlfs.
2024-04-30 11:14:23 -05:00
84685e3bd4 Added a thumbs-up image to be used in a bit. Saw the visual studio
editor was madly messing up crlf and whatnot.  Changed it to be lf since
that is what we had started with.
2024-04-30 10:58:44 -05:00
d7f73f04d8 Most of the mouse-over highlighting is working properly 2024-04-27 13:39:36 -05:00
50b4843d76 Get highlights working (mostly) 2024-04-25 14:47:54 -05:00
b978a3abb0 Make the start of an action click system 2024-04-24 16:52:27 -05:00
4ec5b370e9 Able to click on the eye and toggle the view 2024-04-22 15:37:28 -05:00
50099ee4ef Properly showing device names and IPs. 2024-04-22 15:32:10 -05:00
df520fcce6 Get the name to display under the network devices 2024-04-22 13:09:44 -05:00
dc741e8c0b Add an eye icon. Will use this for changing the display (name, ip
address, name+IP)
2024-04-20 11:08:20 -05:00
17eae5a959 Added a new file for querying users. Will use it for showing the status
of information about problems.
2024-04-19 15:02:24 -05:00
5175e19ec3 Fixed some bugs with the select menu. Added link to the select list and
made it so the list will stretch when we add new items to it.
2024-04-19 13:33:37 -05:00
88b769b5ee Get the initial puzzle selection working for one level (0) 2024-04-19 12:11:46 -05:00
54bd271784 Starting on puzzle selection menu 2024-04-19 11:02:46 -05:00
8a08bd209e Starting to work on a web version of EduNetworkBuilder. The first bunch
of commits are probably going to be a bit interesting.
2024-04-17 17:14:07 -05:00