mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Delete old components from a month ago? & Update draggable window to be using the native svgs by lucide icons & updated the news page to activate the tab changing animation when changing tabs & added caching into the [slug].ts file in publishers/lt & added a basic endpoint for searching for sources.
This commit is contained in:
parent
231a7ce251
commit
8032c3faae
12 changed files with 124 additions and 117 deletions
|
@ -51,6 +51,7 @@ const pullTabsData = async () => {
|
|||
};
|
||||
|
||||
const updateContent = async (url: string, tabAction: boolean) => {
|
||||
contentArray.value = [];
|
||||
if (tabAction === true) {
|
||||
primary.value = url;
|
||||
switchTabs.value = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue