Commit Graph

595 Commits

Author SHA1 Message Date
1eede0f035 fix: news frontend 2025-03-10 12:05:10 +11:00
b6f52f660a fix: unmerged changes 2025-03-10 11:42:33 +11:00
a1f65b7e59 Merge branch 'AdenMGB-develop' into develop 2025-03-10 11:41:40 +11:00
1ce707788d fix: decduck's code review 2025-03-10 11:39:45 +11:00
31aaec74af feat: migrate to tailwind v4 and fix user token API 2025-03-10 10:35:03 +11:00
97792f0707 fix: home page now (temporarily) redirects to store 2025-03-10 10:34:57 +11:00
b6189d12e7 fix(droplet): add aarch64 optional packages 2025-03-10 10:34:32 +11:00
0877638fc4 feat(acls): refactor & acl descriptions 2025-03-10 10:34:32 +11:00
090d2e6586 feat(acls): added backend acls 2025-03-10 10:34:26 +11:00
a64a2479ba feat: migrate to tailwind v4 and fix user token API 2025-02-14 20:01:18 +11:00
856babbc21 fix: null strings in setup versions 2025-02-13 13:34:46 +11:00
aad5c23f45 fix: import ui setup autocomplete 2025-02-13 13:34:45 +11:00
d8d5b938f0 fix: home page now (temporarily) redirects to store 2025-02-08 11:41:16 +11:00
3afd36a821 fix(droplet): add aarch64 optional packages 2025-02-08 11:38:06 +11:00
ce8887528f feat(acls): refactor & acl descriptions 2025-02-07 17:26:23 +11:00
d4dd259b5f feat(acls): added backend acls 2025-02-04 13:15:52 +11:00
256fbd6afa fix(backend): Add forgotton migration for news storage 2025-02-03 16:50:10 +10:30
9344d94e4c feat(api): Added API for deleting news articles 2025-02-02 10:21:43 +10:30
1286248207 feat(api): Added API for retriving information about a spesific news article 2025-02-02 10:21:10 +10:30
2ef8f2f93c feat(api): Added API for fetching news articles 2025-02-02 10:20:26 +10:30
86053815f0 feat(api): Added API for creating articles 2025-02-02 10:19:31 +10:30
88453f1ec4 feat(backend): Added backend communction between API & Frontend 2025-02-02 10:18:27 +10:30
623ab7d786 feat(DB): Updated DB for news articles to be stored in the DB 2025-02-02 10:17:21 +10:30
1ed15902a3 feat(news): Updated user for authoring articles 2025-02-02 10:16:28 +10:30
3a55075532 feat(news): Created article full screen view 2025-02-02 10:15:09 +10:30
6c7866ad14 feat(news): Created article overview page 2025-02-02 10:10:16 +10:30
f78b29b7fd feat(news) Added news page/sidebar 2025-02-02 10:09:25 +10:30
d8e964e06b feat(news): Added backend for news 2025-02-02 10:08:34 +10:30
5d8f9d3813 Create useNews.ts 2025-02-02 10:07:24 +10:30
28bf070ce2 feat(news): Added ability to search and filter news articles 2025-02-02 10:06:38 +10:30
866c4d354e feat(news): Created ability to create news articles 2025-02-02 10:05:55 +10:30
e7837af0e7 feat(news): added ability to delete news articles 2025-02-02 10:05:13 +10:30
97b9b6dc11 Merge pull request #20 from AdenMGB/develop
Fresh animations & scaled Games Grid view properly
2025-01-30 19:30:21 +11:00
09fd01d9b5 style(store): Added reactive hover state for admin dashboard button 2025-01-28 19:25:00 +10:30
8fbe02a1b7 style(store): hover state for coursel button 2025-01-28 19:24:30 +10:30
dce116b66f style(collections): Hover state & scaling games grid properly 2025-01-28 19:23:24 +10:30
d167780562 fix(library): Fixed game banner as background, & added hover state 2025-01-28 19:22:29 +10:30
6e057afb6d style(collections): Added hover state & animation for addition icon 2025-01-28 19:20:33 +10:30
1967de72c8 style(GamePanel): New hover state styles 2025-01-28 19:17:12 +10:30
bfcc7519bf style(AddLibraryButton): New hover state animations 2025-01-28 19:15:49 +10:30
1a2aca9999 fix: collection overview trash icon 2025-01-28 17:23:06 +11:00
282e5bc2a6 fix: store page styling 2025-01-28 17:21:05 +11:00
f369462e7f fix: cascade delete for collection entries 2025-01-28 17:06:30 +11:00
6317ad2657 fix: collection creation & overview hover styles 2025-01-28 17:01:34 +11:00
42ebbf2922 feat: collection deleting 2025-01-28 16:50:57 +11:00
7c1dec9401 fix: store style & library game page 2025-01-28 16:39:13 +11:00
ecd26a42a8 feat: mobile ui and other design 2025-01-28 16:24:08 +11:00
cf0aa948fe feat: refactor & redesign parts of UI 2025-01-28 16:24:08 +11:00
934c176974 refactor(create collection modal): use ModalTemplate & v-model 2025-01-28 16:24:08 +11:00
eea8f82bf9 squash: AdenMGB collection design & backend work
Update index.post.ts to implement saving collections functionality

Update index.get.ts to verify if collection exists and if user can access it

Update index.delete.ts to ask questions and not be so nonchalant

Update entry.post.ts

Update entry.delete.ts to do it better

Update index.vue to add functionality to the add to library button + fidgit with image

Update index.vue to also add add to library functionality, but no fidget :(

Update entry.post.ts to infact not remove it

Update index.ts

Update index.vue to manage collections from store page

Update index.ts to restrut for ahhhh

Update index.vue too add collection control to carosel

Update index.vue fix minor issue

Update index.vue to fix dropdown modal bug

Create library.vue for page layout

Create index.vue for library game details pane

Create index.vue for viewing collections pane

Create DeleteCollectionModal.vue component

Create CreateCollectionModal.vue component

Update AddLibraryButton.vue with dropdown :D

Update index.vue to use new components

Update index.vue for more components :O

Update entry.post.ts to not not return success, it'll figure it out

Update entry.delete.ts to not return...
2025-01-28 16:24:02 +11:00