Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
dtd
/
civitas.ui
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 080a1895
authored
Apr 16, 2025
by
Nabiilah Putri Safa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theme header
1 parent
f0df218d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
assets/images/naput/header-bg-dark.png
views/dstipro/beranda/UserProfileHeader.vue
assets/images/naput/header-bg-dark.png
0 → 100644
View file @
080a189
394 KB
views/dstipro/beranda/UserProfileHeader.vue
View file @
080a189
...
...
@@ -2,7 +2,8 @@
import
type
{
ProfileHeader
}
from
'@db/dstipro/profile/types'
import
profileImg
from
'@images/avatars/avatar-1.png'
// import coverImg from '@images/pages/user-profile-header-bg.png'
import
coverImg
from
'@images/naput/header-bg.png'
import
coverImgLight
from
'@images/naput/header-bg.png'
import
coverImgDark
from
'@images/naput/header-bg-dark.png'
import
dayjs
from
'dayjs'
import
duration
from
'dayjs/plugin/duration'
import
PersonAvatar
from
'@/layouts/components/PersonAvatar.vue'
...
...
@@ -13,6 +14,10 @@ dayjs.extend(duration)
const
profileHeaderData
=
ref
<
ProfileHeader
|
null
>
(
null
)
const
coverImg
=
useGenerateImageVariant
(
coverImgLight
,
coverImgDark
)
const
keycloakStore
=
useKeycloakStore
()
// Gunakan computed agar selalu reaktif
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment