Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

feat: add user networks #271

Merged
merged 11 commits into from
Sep 17, 2024
Merged
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
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ declare module '@vue/runtime-core' {
FormSubmissionModal: typeof import('./src/components/modals/FormSubmissionModal.vue')['default']
FormViewModal: typeof import('./src/components/modals/FormViewModal.vue')['default']
GoBackButton: typeof import('./src/components/GoBackButton.vue')['default']
LoadingSpinner: typeof import('./src/components/LoadingSpinner.vue')['default']
NavigationBar: typeof import('./src/components/NavigationBar.vue')['default']
NegotiationAttachment: typeof import('./src/components/NegotiationAttachment.vue')['default']
NegotiationCard: typeof import('./src/components/NegotiationCard.vue')['default']
Expand All @@ -30,6 +31,7 @@ declare module '@vue/runtime-core' {
NegotiationPagination: typeof import('./src/components/NegotiationPagination.vue')['default']
NegotiationPosts: typeof import('./src/components/NegotiationPosts.vue')['default']
NegotiatorModal: typeof import('./src/components/modals/NegotiatorModal.vue')['default']
NetworkSelect: typeof import('./src/components/NetworkSelect.vue')['default']
NewRequestButton: typeof import('./src/components/NewRequestButton.vue')['default']
NewRequestModal: typeof import('./src/components/modals/NewRequestModal.vue')['default']
Notifications: typeof import('./src/components/Notifications.vue')['default']
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="public/favicon.ico">
<link rel="icon" href="/favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Calibri:wght@400;700&display=swap" rel="stylesheet">
<title>Negotiator</title>
Expand Down
Loading
Loading