Skip to content

Commit 64179c3

Browse files
AllanKoderCopilot
andauthored
Updates and Meta (#36)
* Updates and meta * Update resources/js/Pages/Resources/Show.vue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update resources/js/Pages/Resources/Index.vue Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0729ef7 commit 64179c3

15 files changed

Lines changed: 956 additions & 710 deletions

File tree

app/Services/DataNormalizationService.php

Whitespace-only changes.

app/Utilities/UrlNormalizer.php

Whitespace-only changes.

composer.lock

Lines changed: 798 additions & 630 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/migrations/2025_01_24_171530_create_computer_science_resources_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function up(): void
3434
->index();
3535
$table->enum('pricing', ['free', 'premium', 'paid', 'freemium'])
3636
->index();
37-
3837
});
3938
}
4039
}

package-lock.json

Lines changed: 71 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"postcss-nesting": "^13.0.2",
2121
"tailwindcss": "^3.4.17",
2222
"vite": "^6.0",
23-
"vue": "^3.3.13"
23+
"vue": "^3.5.20"
2424
},
2525
"dependencies": {
2626
"@fontsource/open-sans": "^5.2.5",

public/css/filament/filament/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/filament/forms/components/date-time-picker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/filament/tables/components/table.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<template>
2-
<img src="/images/LogoTitle.svg" class="w-min sm:w-64 md:w-72 lg:w-80 xl:w-96" />
2+
<img src="/images/LogoTitle.svg" alt="Computer Science Resources" class="w-min sm:w-64 md:w-72 lg:w-80 xl:w-96" />
33
</template>

0 commit comments

Comments
 (0)