[PULSE-56] Consolidate pulse-frontend with ciphera-ui (design system migration) #30

Merged
uz1mani merged 8 commits from staging into main 2026-02-17 20:09:39 +00:00
4 changed files with 1931 additions and 265 deletions
Showing only changes of commit 1574d5e473 - Show all commits

View File

@@ -47,7 +47,7 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse', isAuthenticate
if (isAuthenticated) { if (isAuthenticated) {
return ( return (
<footer className="w-full py-8 mt-auto border-t border-neutral-100 dark:border-neutral-800 bg-white/50 dark:bg-neutral-900/50 backdrop-blur-sm"> <footer className="w-full py-8 mt-auto border-t border-neutral-100 dark:border-neutral-800 bg-white/50 dark:bg-neutral-900/50 backdrop-blur-sm">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div className="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex flex-col md:flex-row justify-between items-center gap-4"> <div className="flex flex-col md:flex-row justify-between items-center gap-4">
<div className="text-sm text-neutral-500 dark:text-neutral-400"> <div className="text-sm text-neutral-500 dark:text-neutral-400">
© 2024-{year} Ciphera. All rights reserved. © 2024-{year} Ciphera. All rights reserved.

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend", "name": "pulse-frontend",
"version": "0.6.0-alpha", "version": "0.6.0-alpha",
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.53", "@ciphera-net/ui": "^0.0.54",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"axios": "^1.13.2", "axios": "^1.13.2",
@@ -1539,9 +1539,9 @@
} }
}, },
"node_modules/@ciphera-net/ui": { "node_modules/@ciphera-net/ui": {
"version": "0.0.53", "version": "0.0.54",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.53/acaec3ae77d43491ce1ac71d9572fb3185050079", "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.54/18e15143388407c43f59a7412a946a60ca022095",
"integrity": "sha512-nYYohmF6XdiPTv6MHvVhWDjplGi/tlVYfHMf35UUyPGcUnUGr/AG9LUQPMVKvL/VPqTkbxyQIw52yOYA8brYUg==", "integrity": "sha512-DAn9v9KAXGa60kfq+Nq0Io5nwyDO/zhUj7+oSQLpxPxxcIO+ck9/bFRxJluoCkbfGRk0U5feaRkqFPr4bo7tkA==",
"dependencies": { "dependencies": {
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"clsx": "^2.1.0", "clsx": "^2.1.0",

View File

@@ -10,7 +10,7 @@
"type-check": "tsc --noEmit" "type-check": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.53", "@ciphera-net/ui": "^0.0.54",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"axios": "^1.13.2", "axios": "^1.13.2",