Feature/UI scaffold #3
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ Feature: UI Scaffold
📝 Summary
This pull request introduces the initial UI scaffold for the application. It sets up the foundational layout, creates core components, and configures global styles. Additionally, it removes obsolete files to streamline the project structure.
📦 Changes Included
header
tasks
noTask
users
user-tasks
user
dummy-tasks.ts
dummy-users.ts
styles.css
).gitignore
app.config.ts
,app.html
,app.ts
,main.ts
app.css
,app.routes.ts
,app.spec.ts
🔀 Branches
main
feature/ui-scaffold
📌 Notes
This sets the groundwork for future UI development and component integration. No business logic or routing is included yet—this is purely structural and stylistic.