Skip to content
Snippets Groups Projects

My profile + profile picture feature

Closed Jure requested to merge feature/profile-picture into release/profile-directory
5 files
+ 11
3
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -13,7 +13,7 @@ if libLocal
@@ -13,7 +13,7 @@ if libLocal
script(type="module" src="/lib/sib-job-board/sib-job-board.js")
script(type="module" src="/lib/sib-job-board/sib-job-board.js")
script(type="module" src="/lib/sib-conversation/sib-conversation.js")
script(type="module" src="/lib/sib-conversation/sib-conversation.js")
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
script(type="module" src="/lib/sib-directory/sib-directory.js")
script(type="module" src="/lib/sib-directory/index.js")
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
script(type="module" src="/lib/sib-dashboard/sib-dashboard.js")
script(type="module" src="/lib/sib-dashboard/sib-dashboard.js")
else
else
Loading