Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
72a3c08
Update TrueRetention.svelte adding description
GithubAnon0000 Mar 21, 2025
59bb4d6
Update statistics.ftl to add additional info
GithubAnon0000 Mar 21, 2025
72f9397
Swap TR with DR
GithubAnon0000 Mar 22, 2025
8ee55dc
Change string to 'Is expected to'
GithubAnon0000 Mar 24, 2025
f2a520c
Add help modal to TR table
GithubAnon0000 Mar 24, 2025
bf20d14
Add tooltip slot to Graph.svelte (thanks @Luc-Mcgrady)
GithubAnon0000 Mar 24, 2025
1561cca
Fix lint warning and failing test
GithubAnon0000 Mar 24, 2025
54e6163
Remove unused code
GithubAnon0000 Mar 24, 2025
71ee8d8
removedd on:mount to make eslint happy
GithubAnon0000 Mar 24, 2025
c1fb293
Merge branch 'main' into add-info-to-TR-table
GithubAnon0000 Apr 10, 2025
60ecbb8
Merge branch 'main' into add-info-to-TR-table
GithubAnon0000 Apr 20, 2025
b2fdbbb
ADD back on:mount
GithubAnon0000 Apr 20, 2025
65b6e5a
ADD back code needed for on:mount
GithubAnon0000 Apr 20, 2025
a9ad552
REMOVE openHelpModal() as I couldn't figure out how to make the title…
GithubAnon0000 Apr 20, 2025
3be7024
attempt to ADD clickable title (BROKEN\!)
GithubAnon0000 Apr 20, 2025
fa060e0
Update ts/lib/components/TitledContainer.svelte
GithubAnon0000 Apr 20, 2025
17ce710
Update ts/routes/graphs/Graph.svelte
GithubAnon0000 Apr 20, 2025
491b2cc
Update ts/routes/graphs/TrueRetention.svelte
GithubAnon0000 Apr 20, 2025
378c6d3
ADD exported onTitleClick as @Luc-Mcgrady suggested
GithubAnon0000 Apr 20, 2025
8c276e8
REMOVE vite.config.ts file
GithubAnon0000 Apr 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
REMOVE openHelpModal() as I couldn't figure out how to make the title…
… clickable
  • Loading branch information
GithubAnon0000 committed Apr 20, 2025
commit a9ad5522ab1dd5f61a74c4805da7fc888cabfc38
5 changes: 0 additions & 5 deletions ts/routes/graphs/TrueRetention.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
let modal: Modal;
let carousel: Carousel;

function openHelpModal(index: number): void {
modal.show();
carousel.to(index);
}

let mode: DisplayMode = $state(DisplayMode.Summary);

const title = tr.statisticsTrueRetentionTitle();
Expand Down