@zthun/romulator-web 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/LICENSE +21 -0
- package/dist/assets/index-CtJiKvl7.js +52645 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.html +12 -0
- package/dist/png/romulator-256x256.png +0 -0
- package/dist/systems/uk/megadrive-256x256.png +0 -0
- package/dist/systems/us/megadrive-256x256.png +0 -0
- package/dist/systems/us/nes-256x256.png +0 -0
- package/dist/systems/us/snes-256x256.png +0 -0
- package/index.html +12 -0
- package/package.json +48 -0
- package/public/favicon.ico +0 -0
- package/public/png/romulator-256x256.png +0 -0
- package/public/systems/uk/megadrive-256x256.png +0 -0
- package/public/systems/us/megadrive-256x256.png +0 -0
- package/public/systems/us/nes-256x256.png +0 -0
- package/public/systems/us/snes-256x256.png +0 -0
- package/src/app/app-avatar.tsx +8 -0
- package/src/app/app-title.tsx +10 -0
- package/src/app/app.tsx +41 -0
- package/src/environment/environment-service.mts +19 -0
- package/src/environment/environment.mts +29 -0
- package/src/index.tsx +14 -0
- package/src/menu/menu.cm.mts +60 -0
- package/src/menu/menu.spec.tsx +115 -0
- package/src/menu/menu.tsx +130 -0
- package/src/settings/setting-page.cm.mts +22 -0
- package/src/settings/setting-page.spec.tsx +154 -0
- package/src/settings/setting-page.tsx +83 -0
- package/src/settings/settings-page.cm.mts +18 -0
- package/src/settings/settings-page.spec.tsx +99 -0
- package/src/settings/settings-page.tsx +82 -0
- package/src/settings/settings-service.mts +38 -0
- package/src/systems/system-avatar-card.cm.mts +17 -0
- package/src/systems/system-avatar-card.tsx +41 -0
- package/src/systems/system-page.cm.mts +33 -0
- package/src/systems/system-page.spec.tsx +127 -0
- package/src/systems/system-page.tsx +48 -0
- package/src/systems/systems-page.cm.mts +39 -0
- package/src/systems/systems-page.spec.tsx +81 -0
- package/src/systems/systems-page.tsx +48 -0
- package/src/systems/systems-service.mts +65 -0
- package/src/systems/systems-service.spec.ts +144 -0
- package/tsconfig.json +10 -0
- package/vite.config.mts +9 -0
- package/vitest.config.mts +9 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## 1.1.0 (2025-06-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* clicking the see games button navigates to the system page ([7d593da](https://github.com/zthun/romulator/commit/7d593da39ffe288fa63e5b5e6c2040f5e9447800))
|
|
12
|
+
* menu is used for navigation ([d9d4b98](https://github.com/zthun/romulator/commit/d9d4b98c10c253489a3b74da577b47685fb4ed3c))
|
|
13
|
+
* romulator ui favicon ([d93d464](https://github.com/zthun/romulator/commit/d93d46431e181e8e310d58e217d6eea60cf733dd))
|
|
14
|
+
* setting page allows the user to modify an individual config ([53cd620](https://github.com/zthun/romulator/commit/53cd6203dfbb145c7883dd90363e649467a7a2d3))
|
|
15
|
+
* settings page allows user to edit settings ([f13fdcb](https://github.com/zthun/romulator/commit/f13fdcbc5f28a651c3f015fdff537b934d935ad2))
|
|
16
|
+
* settings page let's you navigate the settings files ([c72a8cf](https://github.com/zthun/romulator/commit/c72a8cfa174cb5de5e3ee30537214901d79bd1e5))
|
|
17
|
+
* system page shows information about a system ([43059e8](https://github.com/zthun/romulator/commit/43059e8345738bebd0bafa928e713a32d42820de))
|
|
18
|
+
* system page shows information about the system ([b7927e9](https://github.com/zthun/romulator/commit/b7927e9380c0664806691ebff6b2179118096a04))
|
|
19
|
+
* systems page shows a list of available systems ([8872851](https://github.com/zthun/romulator/commit/887285170f9ab8409573167b792846febc7d3201))
|
|
20
|
+
* systems service retrieves the current systems that are discovered ([468c7b5](https://github.com/zthun/romulator/commit/468c7b5d63563c27ed233ecb370088ba39b3df68))
|
|
21
|
+
* the systems page renders all available systems ([f2edab6](https://github.com/zthun/romulator/commit/f2edab6067f78d25900846e3efbe9a06d9a688ad))
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Anthony Bonta
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|