feat: implement some TODOs
This commit is contained in:
@@ -72,8 +72,7 @@ export const useAchievementsStore = defineStore("achievements", () => {
|
||||
};
|
||||
|
||||
return {
|
||||
// TODO: rename to unlocked
|
||||
achievements: computed(() => storage.value.unlocked),
|
||||
unlocked: computed(() => storage.value.unlocked),
|
||||
advancement: computed(() => storage.value.advancement),
|
||||
allObtained: computed(
|
||||
() => storage.value.unlocked.length === ACHIEVEMENTS.length,
|
||||
|
||||
Reference in New Issue
Block a user