mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 06:35:14 +08:00
f352c7f186
Working on scrolling and highlighting [SCI-9354] Item card preload and section title animation [SCI-9354] Added box-shadow [SCI-9354] Refactored logic and styles [SCI-9354] PR fix, added back the missing HighlightComponent [SCI-9354] PR fixes, refactoring [SCI-9354] PR fix [SCI-9354] Fixed scrolling to 'Assigned', highlighting [SCI-9354] PR fix, modular logic, rename [SCI-9354]
7 lines
154 B
Text
7 lines
154 B
Text
<div
|
|
id="repositoryItemSidebar"
|
|
data-behaviour="vue"
|
|
class="fixed top-0 right-0 h-full z-[9999]"
|
|
>
|
|
<repository-item-sidebar />
|
|
</div>
|