Phillip Thelen
56ef07c8d2
fix various import issues
2025-02-03 16:05:03 +01:00
Phillip Thelen
896836f807
eslint fixes
2025-02-03 14:02:46 +01:00
Phillip Thelen
2edb255e55
move from vue-cli-service/webpack to vite
2025-01-23 15:11:10 +01:00
Rafał Jagielski
200d917582
Fix intro guide ( #15247 )
...
* Provide window.jquery to modules in vue.config.js
* Fix curly-spacing lint error
2025-01-22 14:53:24 -06:00
negue
73082a8cf0
fix toggle disable icon position
2025-01-21 22:34:34 +01:00
Kalista Payne
dd08eee20c
chore(images): update css
2025-01-21 08:52:21 -06:00
negue
895241b7fa
show date tooltip above system / skill messages
2025-01-20 21:08:55 +01:00
negue
2535fd7095
Combined Message Pages/Redesign ( #15310 )
...
* split component prepare new views / states
* extract empty and disabled state as components
* fix empty state mail icon
* first logic switching between modes, move page to /private-messages/index.vue
* extract autoCompleteHelper.js
* style header + start new message input
* style plus button + focus input
* state logic, types for sanity
* WIP PM new Message started
* add /members/username test
* first design changes to messageCard
* delete private message or chat - based on the mode
* copy as todo
* mention links to modal
* report chat or private message
* WIP likeButton
* likeButton styling
* hide like on private message cards
* fix unit test
* replace copy as todo - to just a copy to clipboard
* style changes
* menu position + like button width
* dropdown items background + like font
* fix like button padding
* move api endpoints and tests around to group inbox methods + like for inbox private messages
* restyle system messages
* Dropdown Radius and Padding
* WIP system messages
* fix lint
* copy delta commit of allowing liking own private messages
* enable liking private messages
* fix menu non hovered item icon color
* fix import path
* ignore background on system messages
* requested changes + migration
* update migration to update the unique id to some messages and delete the duplicates
* migration based on users pagination
* fix(migration): use Promise.all
* change to bulkWrites per User, and all messages in one run (of a user)
* check for array
* use rest operator ...
* skip sorting to get the users
* remove migration, disable like for private messages without uniqueMessageId
* lean+bulkWrite for likes, add time checks for like and auth for further debugging
* add a limit 2 get the messages by uniqueId
* Adding a simple server start script
* remove pinned nodemon dep
* fix inbox controller/tests
* fix / requested style changes
* fix empty state padding /
* hide avatar weapons on messages - fix avatar spacing on messages
* Hourglass Simplification (#15323 )
* begin removing obsolete tests
* begin refactoring
* update cron tests
* cleanup
* finish basic implementation of new logic
* add more subscription tests
* subscription test improvements
* return nextHourglassDate again
* fix gem limit
* fix(test): short circuit this.
* fix(admin): correct logic and style for shrimple subs
* WIP(frontend): draft of main subs page view
* fix hourglass count
* Fix hourglass logic for upgrades
* fix admin panel display
* WIP(subs): extant Stripe state
* fix admin panel strings
* fix missing transaction type
* add new field for cumulative subscription count
* show date for hourglass bonus if it was received
* fix test
* feat(subscription): max Gems progress readout
* fix(css): correct and refactor heights and selection states
* fix(subs): correct border-radius and redirect
* fix(stripe): correct redirect after success
* Admin panel display fixes
* don’t give additional HG for new sub if they already got one this month
* fix issue with promo hourglasses
* fix(subscription): update layout when gifting
* fix(subscriptions): more gift layout revisions
* fix(subscriptions): minor visual updates
* fix(subs): pass autoRenews through Stripe
* fix(subs): gifts DON't renew
* fix(lint): unnecessary ternary
* fix(lint): do negate object ig
* fix(subs): try again on gifts
* fix(subs): unhovery and un-12-monthy
* fix bug with incorrectly giving HG bonus
* remove only
* fix test
* fix test
* fix(subs): also redirect to subs after gift sub
* fix(subs): fix typeError
* fix(g1g1): don't try to find Gems promo during bogo
---------
Co-authored-by: Phillip Thelen <phillip@habitica.com >
Co-authored-by: Kalista Payne <sabe@habitica.com >
* chore(sprites): update subproject
* fix(layout): tighten cancellation note
* fix(subs): Google wording and HG escape
* chore(testing): fake g1g1 dates
* fix(subs): don't hide HG preview entirely
* fix(subs): center next hourglass message
* working validatedTextInput.vue within start-new-conversation-input-header.vue 🎉
* fix(git): remove changes from old develop
* Revert "fix(git): remove changes from old develop"
This reverts commit 0e30f7df00 .
* fix(git): no actually just this file i guesss
* adding an empty loading state, hiding
* fought the avatar arch nemesis again
* fix chatMessages (party chat) message spacing
* move disabled text back to above the input area - re-enable input area
* show disabled private messages top panel
* fix font color
* fixing uiStates - removing disabled - moving the own user check to the last
* fix(lint): add missing prop defaults
* fix(lint): object default should be fn
* fix(chat): correct grammar in error
---------
Co-authored-by: SabreCat <sabe@habitica.com >
Co-authored-by: Kalista Payne <sabrecat@gmail.com >
Co-authored-by: Phillip Thelen <phillip@habitica.com >
2025-01-16 16:52:24 -06:00
Kalista Payne
a0383c785a
Squashed commit of the following:
...
commit 5d3713008dc3041f63b23b22196e1ed79fab45bd
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Jan 8 14:39:27 2025 -0600
fix(text): pet Pet
commit 3ff5d7afeb517ae3d0933d8e18045b24575bb90b
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Jan 8 14:34:02 2025 -0600
fix(links): remove unnecessary style and icon
commit 5023dd9258aa0f9416daa212ed1249db2e5d5fe4
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Jan 8 09:43:17 2025 -0600
fix(links): update task modal markdown help
commit 81ebb279cd881d1c560668c3cb03600d85b9f5b9
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Jan 8 09:26:11 2025 -0600
fix(misc): clean up some layout and one more link
commit 2fd216f01531052aa769738f8fe1956ca6943822
Author: Kalista Payne <sabrecat@gmail.com >
Date: Tue Jan 7 16:09:28 2025 -0600
fix(links): remove/revise some outdated wiki links
2025-01-08 15:18:06 -06:00
Kalista Payne
4ba73dfbec
fix(notifications): don't error on same page
2024-12-19 15:33:23 -06:00
dependabot[bot]
a97060445a
chore(deps): bump cookie and express in /website/client ( #15375 )
...
Bumps [cookie](https://github.com/jshttp/cookie ) and [express](https://github.com/expressjs/express ). These dependencies needed to be updated together.
Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases )
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1 )
Updates `express` from 4.19.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.2 )
---
updated-dependencies:
- dependency-name: cookie
dependency-type: indirect
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 13:28:01 -05:00
Kalista Payne
21c8b00ef6
chore(subproj): update habitica-images
2024-12-18 17:33:34 -06:00
Natalie
f7bb17202b
January 2025 Content Build ( #15371 )
...
* chore: add spritesheet
* chore: update spritesheet
* chore: add January subscriber set
* chore: add January subscriber items
* chore: add January background and enchanted armoire gear
* chore: fixing dumb typos
* chore: fix another typo
* chore: and another dumb typo
* chore: fix release date for armoire items
* fix(grammar): articles
---------
Co-authored-by: Kalista Payne <sabrecat@gmail.com >
2024-12-16 11:54:09 -06:00
Kalista Payne
54617f8583
Squashed commit of the following:
...
commit a1f44b855cff2b54992cdca81b9dd2f67c5de20a
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Dec 4 15:28:54 2024 -0600
fix(g1g1): pass promo data thru profile flow
commit a9923f882f3294ba22e1dff9497e6f74b0d12eab
Merge: 05793922b2 75c9731ca4
Author: Kalista Payne <sabrecat@gmail.com >
Date: Tue Dec 3 13:53:28 2024 -0600
Merge branch 'develop' into sabrecat/g1g1-success
commit 05793922b2a3c0f9dd206b61beefb927b00859e4
Merge: b0bbc10457 d6c47e7e81
Author: Kalista Payne <sabrecat@gmail.com >
Date: Tue Nov 19 12:21:42 2024 -0600
Merge branch 'develop' into sabrecat/g1g1-success
commit b0bbc10457b0558faeaf02305210c8b0d5ed5839
Author: Kalista Payne <sabrecat@gmail.com >
Date: Mon Nov 4 16:26:30 2024 -0600
feat(gifts): add dynamic G1G1 success text
also clean out some more Amazon code
2024-12-12 12:45:14 -06:00
Kalista Payne
f6466b161b
Squashed commit of the following:
...
commit ea8512bc2eeda30c4d983fb43bfcb33ea39093e9
Merge: 2bb7683cfd a36114e904
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Nov 21 12:47:11 2024 -0600
Merge branch 'develop' into ui-drawer-fix
commit 2bb7683cfd
Author: CuriousMagpie <eilatan@gmail.com >
Date: Tue Nov 12 15:46:55 2024 -0500
fix food centering and error centering at very small widths
commit fcabf03978
Author: CuriousMagpie <eilatan@gmail.com >
Date: Fri Nov 1 14:44:16 2024 -0400
grid size update
commit 47a531c1aa
Author: CuriousMagpie <eilatan@gmail.com >
Date: Thu Oct 31 16:17:22 2024 -0400
centered error messages on pet drawer
commit 14d2872392
Author: CuriousMagpie <eilatan@gmail.com >
Date: Thu Oct 24 15:47:46 2024 -0400
center no food/no saddle messages in drawer
commit 49d1d10a4f
Merge: 6a805bdc45 f1993db0fa
Author: CuriousMagpie <eilatan@gmail.com >
Date: Thu Oct 24 14:04:16 2024 -0400
Merge branch 'develop' into ui-drawer-fix
commit 6a805bdc45
Author: Alex <alex.kliger@gmail.com >
Date: Sat Nov 19 09:41:21 2022 -0500
fix(ui): correct crowding in title of drawer component that causes drawer toggle icon to become obstructed
2024-11-21 12:55:00 -06:00
Kalista Payne
a36114e904
Squashed commit of the following:
...
commit 4d88df1c381c4136cfe4780b6b5464d9c984bb31
Author: CuriousMagpie <eilatan@gmail.com >
Date: Wed Oct 30 14:24:53 2024 -0400
fixing active/focus states
commit 630f74db6365625af210de81d577d43945f62df4
Author: CuriousMagpie <eilatan@gmail.com >
Date: Wed Oct 23 13:25:14 2024 -0400
sign-up/login/debug menu updates
commit f85ef1c58e367219923c46aeebe77d1aa846b6f3
Author: CuriousMagpie <eilatan@gmail.com >
Date: Tue Oct 15 13:56:36 2024 -0400
more color standardization
commit cd2ee3350fc51016cc75fb799debeefa0b1d9b64
Author: CuriousMagpie <eilatan@gmail.com >
Date: Tue Oct 15 13:39:02 2024 -0400
updates per comments
commit e91371522bb9a6dae5c6d02eb6f16f0b632f7a24
Author: CuriousMagpie <eilatan@gmail.com >
Date: Fri Oct 4 14:25:45 2024 -0400
class selection active state
commit 4fcdca1eb07eb67aacd84feb1c9357d52fd6f23f
Author: CuriousMagpie <eilatan@gmail.com >
Date: Thu Oct 3 14:31:00 2024 -0400
fixing a few more buttons
commit 475e21aae7733cfa072f828c559cc0930f0ad878
Author: CuriousMagpie <eilatan@gmail.com >
Date: Wed Oct 2 15:57:25 2024 -0400
line-heights converted to unitless multipliers
commit c5dca257274a60b02e1f12e3c6daf103cec53096
Author: CuriousMagpie <eilatan@gmail.com >
Date: Fri Sep 27 13:48:20 2024 -0400
second pass
commit 685f4d4d64b8b234afbb702d1b8a52d4670d3825
Author: CuriousMagpie <eilatan@gmail.com >
Date: Thu Sep 26 16:58:59 2024 -0400
first pass
2024-11-21 12:40:05 -06:00
Kalista Payne
9077e66973
fix(notifications): adjust z-index by @CuriousMagpie
2024-11-21 12:22:45 -06:00
Kalista Payne
4dd58ad89e
fix(event): turkey migration update
2024-11-21 11:52:11 -06:00
Kalista Payne
d6c47e7e81
Squashed commit of the following:
...
commit 7de39d868b547848f8e2990a65ddca90b48f6823
Author: CuriousMagpie <eilatan@gmail.com >
Date: Mon Oct 14 13:05:03 2024 -0400
gem text clickable
2024-11-19 12:09:39 -06:00
Kalista Payne
1ed61a3d3d
December 2024 and Winter Wonderland 2025 build ( #15358 )
...
* feat(content): Winter 2025 build by @CuriousMagpie
* fix(content): add more WW
* fix(content): add more WW
* chore(subproj): update habitica-images
* fix(gala): December 2024 is Winter 2025
* fix(content): lint, background typo, 0 index month
* fix(content): add missing mystery set name
* fix(content): roll back erroneous month indexing
* fix(tests): no 13th month, consider releases in schedule test
* update gear strings
* fix(seasonal): show quest modal
* fix(seasonal): use category-item component
* chore(subproj): update habitica-images
---------
Co-authored-by: CuriousMagpie <eilatan@gmail.com >
2024-11-19 11:44:22 -06:00
Kalista Payne
5c734cfa00
chore(subproj): update images
2024-11-19 09:42:23 -06:00
Kalista Payne
fbf69a4a34
Squashed commit of the following:
...
commit dd0a410fa6c3741dc0d6793283cf4df3c37790a5
Author: Kalista Payne <sabrecat@gmail.com >
Date: Mon Nov 4 14:24:30 2024 -0600
fix(subs): center next hourglass message
commit 72d92ffd76bb43fee8ba2bbabd211e595afbd664
Author: Kalista Payne <sabrecat@gmail.com >
Date: Fri Nov 1 14:17:59 2024 -0500
fix(subs): don't hide HG preview entirely
commit ea0ecb0c3d519ed3d5c42266367eaaa7283ac5de
Author: Kalista Payne <sabrecat@gmail.com >
Date: Fri Nov 1 13:01:06 2024 -0500
fix(subs): Google wording and HG escape
commit 2bd2c69e18e37c8c8c7106c62f186c372d25c5d2
Author: Kalista Payne <sabrecat@gmail.com >
Date: Fri Nov 1 09:25:30 2024 -0500
fix(layout): tighten cancellation note
commit eb2fc40d24
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 24 15:41:43 2024 -0500
fix(g1g1): don't try to find Gems promo during bogo
commit d3eea86bd7
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 24 15:00:09 2024 -0500
fix(subs): fix typeError
commit e3ae9a2d67
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 24 13:57:27 2024 -0500
fix(subs): also redirect to subs after gift sub
commit 690163a0de
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Oct 23 16:42:38 2024 +0200
fix test
commit 2ad7541fc0
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Oct 23 16:34:52 2024 +0200
fix test
commit 7e337a9e59
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Oct 23 11:54:15 2024 +0200
remove only
commit 7462b8a57f
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Oct 23 11:51:25 2024 +0200
fix bug with incorrectly giving HG bonus
commit acd6183e95
Author: Kalista Payne <sabrecat@gmail.com >
Date: Mon Oct 21 17:22:26 2024 -0500
fix(subs): unhovery and un-12-monthy
commit 935e9fd6ec
Author: Kalista Payne <sabrecat@gmail.com >
Date: Fri Oct 18 14:50:17 2024 -0500
fix(subs): try again on gifts
commit 6e1fb7df38
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 17 18:19:20 2024 -0500
fix(lint): do negate object ig
commit 71d434b94e
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 17 18:15:11 2024 -0500
fix(lint): unnecessary ternary
commit b90b0bb9c3
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 17 17:34:24 2024 -0500
fix(subs): gifts DON't renew
commit 19469304c5
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 17 17:13:29 2024 -0500
fix(subs): pass autoRenews through Stripe
commit 6819e7b7e5
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 17 16:03:25 2024 -0500
fix(subscriptions): minor visual updates
commit 74633b5e5e
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Oct 16 17:27:09 2024 -0500
fix(subscriptions): more gift layout revisions
commit a90ccb89de
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Oct 16 15:37:50 2024 -0500
fix(subscription): update layout when gifting
commit c24b2db8dc
Author: Phillip Thelen <phillip@habitica.com >
Date: Mon Oct 14 16:11:46 2024 +0200
fix issue with promo hourglasses
commit 7a61c72b47
Author: Phillip Thelen <phillip@habitica.com >
Date: Mon Oct 14 15:59:40 2024 +0200
don’t give additional HG for new sub if they already got one this month
commit f14cb09026
Author: Phillip Thelen <phillip@habitica.com >
Date: Mon Oct 14 10:38:01 2024 +0200
Admin panel display fixes
commit f4cff698cf
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 3 17:58:59 2024 -0500
fix(stripe): correct redirect after success
commit c468b58f3f
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Oct 3 17:35:37 2024 -0500
fix(subs): correct border-radius and redirect
commit 78fb9e31d6
Author: Kalista Payne <sabrecat@gmail.com >
Date: Wed Oct 2 17:41:49 2024 -0500
fix(css): correct and refactor heights and selection states
commit e2babe8053
Author: Kalista Payne <sabrecat@gmail.com >
Date: Mon Sep 30 16:45:29 2024 -0500
feat(subscription): max Gems progress readout
commit 61af8302a3
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Sep 27 15:11:22 2024 +0200
fix test
commit ef8ff0ea9e
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Sep 27 14:14:44 2024 +0200
show date for hourglass bonus if it was received
commit 4bafafdc8d
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Sep 27 14:12:52 2024 +0200
add new field for cumulative subscription count
commit 30096247b7
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Sep 27 13:39:49 2024 +0200
fix missing transaction type
commit 70872651b0
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Sep 27 13:31:40 2024 +0200
fix admin panel strings
commit f3398db65f
Author: Kalista Payne <sabrecat@gmail.com >
Date: Thu Sep 26 23:11:16 2024 -0500
WIP(subs): extant Stripe state
commit c6b2020109
Author: Phillip Thelen <phillip@habitica.com >
Date: Thu Sep 26 11:41:55 2024 +0200
fix admin panel display
commit d9afc96d2d
Author: Phillip Thelen <phillip@habitica.com >
Date: Thu Sep 26 11:40:16 2024 +0200
Fix hourglass logic for upgrades
commit 6e2c8eeb64
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Sep 25 17:48:54 2024 +0200
fix hourglass count
commit cd752fbdce
Author: Kalista Payne <sabrecat@gmail.com >
Date: Fri Sep 20 12:24:21 2024 -0500
WIP(frontend): draft of main subs page view
commit 0102b29d59
Author: Kalista Payne <sabe@habitica.com >
Date: Wed Sep 18 15:29:08 2024 -0500
fix(admin): correct logic and style for shrimple subs
commit 5469a5c5c3
Author: Kalista Payne <sabe@habitica.com >
Date: Wed Sep 18 15:07:36 2024 -0500
fix(test): short circuit this.
commit 526193ee6c
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Sep 18 14:42:06 2024 +0200
fix gem limit
commit 19cf1636aa
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Aug 13 17:00:40 2024 +0200
return nextHourglassDate again
commit eea36e3ed5
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Aug 13 13:11:22 2024 +0200
subscription test improvements
commit ca78e74330
Author: Phillip Thelen <phillip@habitica.com >
Date: Mon Aug 12 15:46:15 2024 +0200
add more subscription tests
commit f4c4f93a08
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Aug 9 13:35:22 2024 +0200
finish basic implementation of new logic
commit e036742048
Author: Phillip Thelen <phillip@habitica.com >
Date: Fri Aug 9 11:37:44 2024 +0200
cleanup
commit 6431865688
Author: Phillip Thelen <phillip@habitica.com >
Date: Wed Aug 7 05:41:18 2024 -0400
update cron tests
commit 930d875ae9
Author: Phillip Thelen <phillip@habitica.com >
Date: Thu Aug 8 10:36:50 2024 +0200
begin refactoring
commit 96623608d0
Author: Phillip Thelen <phillip@habitica.com >
Date: Tue Aug 6 16:28:16 2024 +0200
begin removing obsolete tests
2024-11-14 12:31:57 -06:00
Kalista Payne
955d22278d
Sabrecat/hourglass preview ( #15355 )
...
* feat(subscriptions): pre rollout announcement
* fix(faq): more h4 and p, less ul li
* fix(faq): a little less purple
* fix(subs): update change preview date
2024-11-07 12:14:29 -06:00
Kalista Payne
08829425cb
feat(event): notifications for Habitoween 2024
2024-10-30 08:47:57 -05:00
Natalie
3d689837d6
Fix: Select class modal now shows base items ( #15335 )
...
* select class modal now shows base items, some spacing fixes
* update margin unit
* another smol fix
* two smol CSS updates
* em to rem
* margin update
2024-10-28 14:08:31 -05:00
Natalie
f1993db0fa
November Content Update ( #15342 )
...
* add sprites
* November 2024 Content Release
* update November content
* chore(git): reset spritesheet
* updated spritesheet
* fix(backgrounds): typo
---------
Co-authored-by: Kalista Payne <sabrecat@gmail.com >
2024-10-23 09:49:35 -05:00
Natalie
8e54cef68b
Remove smartbanner ( #15329 )
...
* remove smartbanner
* remove smartbanner.js dependency
2024-10-01 17:25:58 -05:00
Kalista Payne
ffa89202e6
Squashed commit of the following:
...
commit 22dc77c0290ac7dd0e4ad91264d07fa5833ac6ba
Author: Kalista Payne <sabe@habitica.com >
Date: Tue Sep 17 20:34:00 2024 -0500
fix(event): remove UTC wording
commit c72b5dbbee80c7da9839f57102ab45ff3e42b8f7
Author: Kalista Payne <sabe@habitica.com >
Date: Tue Sep 17 20:23:49 2024 -0500
fix(sale): use native JS for showing tz info
2024-09-23 08:37:18 -05:00
Kalista Payne
f9fb463128
October Prebuild ( #15325 )
...
* Add october background
* Add armoire
* Add subscriber gear
* add new pet
* improve quest tests
* Fixes from gear switchup
* use new sprite system for quest images
* fixes
* fix quest image alignment
* add missing string
* fix(style): lint warnings and typo
---------
Co-authored-by: Phillip Thelen <phillip@habitica.com >
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-09-17 16:13:51 -05:00
Sabe Jones
486b7d4da1
fix(footer): short circuit user for timetravel
2024-09-16 09:47:21 -05:00
Sabe Jones
91b47e56ff
Squashed commit of the following:
...
commit 04fbddfd9a
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 30 16:55:12 2024 -0500
fix(groups): remove outdated group FAQ modal
commit a7ffdc9593
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 30 16:34:03 2024 -0500
fix(groups): don't spawn Justin during Groups onboarding
commit c8205de6c7
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 30 16:03:03 2024 -0500
fix(groups): correct static page account creation flow
commit 700718bd54
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 23 17:47:28 2024 -0500
chore(payments): start retiring Amazon Payments
commit 0df75b771a
Author: Sabe Jones <sabe@habitica.com >
Date: Tue Aug 20 10:34:28 2024 -0500
fix(groups): don't use DO NOT USE modal
commit aed7ff5f47
Author: Sabe Jones <sabe@habitica.com >
Date: Mon Aug 19 19:40:46 2024 -0500
refactor(groups): rearrange some CSS for better semantics
commit fd743265cf
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 16 18:11:47 2024 -0500
fix(groups): add missing upgrade workflow pieces
commit ae4469703d
Author: Sabe Jones <sabe@habitica.com >
Date: Thu Aug 15 10:32:36 2024 -0500
WIP(groups): style and HTML corrections
Also workflows for static and non-upgrade logged-in scenarios
commit c6a468dabc
Author: Sabe Jones <sabe@habitica.com >
Date: Tue Aug 13 10:58:43 2024 -0500
WIP(groups): refactored and revised landing designs
2024-09-11 15:02:10 -05:00
Sabe Jones
9934e59629
Squashed commit of the following:
...
commit ddcc3a87451f60f6bc50759c56d8872b4e82496a
Author: CuriousMagpie <eilatan@gmail.com >
Date: Thu Sep 5 12:42:32 2024 -0400
update mixin to add onlyOwner and quest title
commit bc1f75270bb4207a352fc9a24dad23e03d3f94c2
Author: CuriousMagpie <eilatan@gmail.com >
Date: Wed Sep 4 16:15:42 2024 -0400
popover fix to difficulty but breaks img and quest title
2024-09-11 14:59:53 -05:00
Sabe Jones
946ade5da1
Merge commit from fork
...
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-09-11 13:53:03 -05:00
Sabe Jones
d7c9a7874b
fix(dailies): remove broken tz plugin
2024-09-09 12:20:55 -05:00
dependabot[bot]
09a0e75351
Bump webpack from 5.89.0 to 5.94.0 in /website/client ( #15305 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.89.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-03 18:11:49 -05:00
dependabot[bot]
644edc5b76
Bump micromatch from 4.0.5 to 4.0.8 in /website/client ( #15306 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-03 18:11:35 -05:00
Sabe Jones
fb626ebf7e
Squashed commit of the following:
...
commit 613e6af7f0dfa3862dff117fadbb7194a29b8dbd
Author: Sabe Jones <sabe@habitica.com >
Date: Tue Sep 3 16:57:02 2024 -0500
feat(promo): add canonical dates for gem sales
commit 8e2fbebf3c663b0d5af5c10f3019726dbed1ca31
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 23 17:08:20 2024 -0500
fix(gems): correct Gem amounts during sale
commit 85853c697ba8eb5e6d0e053e1fe1eab295028f23
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 16 16:57:02 2024 -0500
fix(event): show user timezone to compare to UTC
commit a0a312a315cb2efad0db9370109cb036a8af0b0a
Author: Sabe Jones <sabe@habitica.com >
Date: Fri Aug 16 15:49:08 2024 -0500
refactor(promo): add UTC parenthetical
2024-09-03 17:03:21 -05:00
Phillip Thelen
7878761b6f
Fix debug footer layout ( #15308 )
2024-08-30 08:29:56 -05:00
Phillip Thelen
d3b63abdd3
🧑💼 🎛️ Overhaul ( #15270 )
...
* Add option to search for users by email or username in admin panel
* Make Admin panel design more consistent
* fix test
* fix width of items
* escape regex for searching users
* load own user when pressing enter on empty field
* add styling for warning buttons
* improve sub styling
* fix checkbox alignment in admin panel
* Unify date preview display
* Fix bottom button display
* admin panel display improvements
* remove autocannon file
* search improvements
* time travel button display fix
* fix loading spinner
* fix sorting
* Split email search into multiple queries
* fix email search
* remove console
* fix line break
2024-08-29 09:15:45 -05:00
Sabe Jones
88558e6b98
fix(rebirth): add missing await #15300 @CuriousMagpie
2024-08-29 08:42:26 -05:00
Natalie
949f638b6e
2024-09 Content Prebuild ( #15295 )
...
* 202409 subscriber gear
* 2024-09 enchanted armoire gear
* 2024 fall festival gear
* 2024-09 background
* 2024-09 pet quest
* typos and update featuredItems.js
* quest and typo fix
* fix subscriber set name
* text amendments
* update quest title
2024-08-23 12:47:25 -05:00
Phillip Thelen
99b2ee273f
Fix issues with task scoring and in-app-reward retrieval ( #15294 )
...
* remove obsolete class and computed
* correctly load equipped gear
* load purchased for in app rewards
2024-08-15 10:38:20 -05:00
Natalie
2a2c1af7ba
Add rage button to debug menu ( #15291 )
...
* + Rage
* tinkering
* remove if statement wrapper and modify error message
* add test cases
* more work on test cases
* adding contexts to test cases
* test(debug): fix up tests
* fix(lint): whisepate
---------
Co-authored-by: Sabe Jones <sabe@habitica.com >
2024-08-13 00:34:37 -05:00
Phillip Thelen
54d075e4fd
Correctly load bootstrap radio component ( #15293 )
2024-08-12 10:53:35 -05:00
Phillip Thelen
5784694dc9
fix loading user data in app.vue ( #15292 )
...
* fix handling user version
* fix notification display
2024-08-09 08:36:06 -05:00
Phillip Thelen
7af4a6ff11
load sounds from aws ( #15249 )
2024-08-06 15:04:16 -05:00
Phillip Thelen
a601be0666
Don’t load browser-script again if it’s already the correct language ( #15263 )
2024-08-06 15:03:26 -05:00
Phillip Thelen
1be169a105
Reduce size of client js bundles ( #15264 )
...
* add packages
* Only include the needed parts of BootstrapVue
* remove yargs from client
* treeshake validator library
* formatting
* fix import
2024-08-06 12:53:44 -05:00
Phillip Thelen
6b02af69f2
Refactor the root App to load less data for front page visits ( #15265 )
...
* refactor root app to not load everything when visiting landing page
# Conflicts:
# website/client/src/app.vue
* fix lint
* fix hiding loading screen
* fix showing snackbars when not logged in
* remove console
2024-08-06 12:49:14 -05:00
Natalie
ce0e8284fe
Update static navbar on mobile ( #15289 )
...
* update logo on static pages (mobile)
* remove typo
2024-08-02 09:43:32 -05:00