Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for repo rename pacta-dashboard-svelte -> pacta-dashboard-ui #173

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2024 pacta-dashboard-svelte authors
Copyright (c) 2024 pacta-dashboard-ui authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# pacta-dashboard-svelte
# pacta-dashboard-ui

[![ci](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/ci.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/ci.yml)
[![docker build](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/docker.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-svelte/actions/workflows/docker.yml)
[![version](https://img.shields.io/github/package-json/v/rmi-pacta/pacta-dashboard-svelte)](https://github.com/RMI-PACTA/pacta-dashboard-svelte)
[![license](https://img.shields.io/github/license/rmi-pacta/pacta-dashboard-svelte)](https://github.com/RMI-PACTA/pacta-dashboard-svelte/blob/main/LICENSE.md)
[![ci](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/ci.yml)
[![docker build](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/docker.yml/badge.svg)](https://github.com/RMI-PACTA/pacta-dashboard-ui/actions/workflows/docker.yml)
[![version](https://img.shields.io/github/package-json/v/rmi-pacta/pacta-dashboard-ui)](https://github.com/RMI-PACTA/pacta-dashboard-ui)
[![license](https://img.shields.io/github/license/rmi-pacta/pacta-dashboard-ui)](https://github.com/RMI-PACTA/pacta-dashboard-ui/blob/main/LICENSE.md)

This Svelte project builds a static site that contains the PACTA dashboard front-end. The project utilizes Svelte, SvelteKit, Vite, TypeScript, Tailwind, and Skeleton UI to deliver a modern and responsive dashboard for the PACTA project.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pacta-dashboard-svelte",
"name": "pacta-dashboard-ui",
"version": "0.0.1",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<svelte:fragment slot="trail">
<span class="btn-icon variant-filled">
<a
href="https://github.com/RMI-PACTA/pacta-dashboard-svelte"
href="https://github.com/RMI-PACTA/pacta-dashboard-ui"
target="_blank"
rel="noreferrer"
title="GitHub"
Expand Down
Loading