Skip to content

Conversation

@LDePriest
Copy link
Collaborator

No description provided.

Updated 'should render title' test
* Adds Material tags

Adds the dependency Angular Material and replaces the current tabs with Material style tags.

* Remove Empty CSS Files

* Test that only first tab's content is displayed

* Remove hammerjs
@NCGThompson
Copy link
Owner

@LDePriest Maybe you meant to update the branch you were working on? You probably want to rebase or fast forward. You don't need to do a PR for that, you can do it directly with git. Try something like

git switch main
git pull origin main --ff-only
git switch wiggle-branch
git merge main --ff-only

@NCGThompson NCGThompson marked this pull request as draft February 10, 2024 14:20
@NCGThompson
Copy link
Owner

@LDePriest Did you add stuff related to bootstrap?

@NCGThompson
Copy link
Owner

What is bootstrap for?

NCGThompson and others added 16 commits February 18, 2024 15:58
It still needs some work.
notably:
* adds `npm run lints` to auto-format then run two linters
* change the location of SMSInterface examples
The documentation output is marked in .gitignore for now.

For tips on documenting using this tool see: https://dev.to/this-is-angular/documenting-angular-projects-5ob
Now VS Code only underlines format violations in blue! I'm not 100% sure what the change on .eslintrc line 43 does.

Also made sure all lints pass.
* Struggle navbar

Updated Navbar

* updated nist data tab

only thing that needs to be done is feeding the data to the devices.
Co-Authored-By: LDePriest <87504343+LDePriest@users.noreply.github.com>
Moved much of the code from consolodated viewer into xml-dom-display. The browser's native parsing tool is used instead of xml2js.
NCGThompson and others added 10 commits March 2, 2024 23:54
Now it only auto-updates only when it is being looked at or it hasn't been updated before.
Co-Authored-By: LDePriest <87504343+LDePriest@users.noreply.github.com>
Some changes don't do anything and are to prepare for future changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants