Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6d45451
iniatial commit
arifulhoque7 Oct 20, 2025
457c125
field design changes
arifulhoque7 Oct 21, 2025
772ee4f
fix: design
arifulhoque7 Oct 22, 2025
0cf0c59
fix: account page ddesing
arifulhoque7 Oct 22, 2025
820799d
fix: pckge json
arifulhoque7 Oct 23, 2025
cbd08a5
fix: design of account page
arifulhoque7 Oct 23, 2025
7125a50
Merge branch 'develop' into FEAT/account-page-redesign
arifulhoque7 Nov 6, 2025
625ba5f
Fix syntax error in Gruntfile.js
arifulhoque7 Nov 6, 2025
78838ce
initial antigravity
sapayth Dec 2, 2025
73bbc76
cursor phase 1
sapayth Dec 2, 2025
20878b5
fix: sidebar and list
sapayth Dec 2, 2025
605c214
fix infinite build loop
sapayth Dec 2, 2025
1e1a3f7
Merge branch 'develop' of https://github.com/sapayth/wp-user-frontend…
sapayth Dec 4, 2025
d39e320
Merge remote-tracking branch 'upstream/develop' into develop
sapayth Dec 5, 2025
31e98fc
Merge branch 'develop' of https://github.com/sapayth/wp-user-frontend…
sapayth Dec 10, 2025
e53cb75
Merge branch 'weDevsOfficial:develop' into FEAT/account-page-redesign
arifulhoque7 Dec 15, 2025
757fc1e
Merge branch 'weDevsOfficial:develop' into develop
sapayth Dec 15, 2025
5b1c00a
Merge branch 'weDevsOfficial:develop' into FEAT/account-page-redesign
arifulhoque7 Dec 26, 2025
5257185
fix: edit profile fix
arifulhoque7 Dec 26, 2025
3a848c1
Merge branch 'develop' of https://github.com/sapayth/wp-user-frontend…
sapayth Dec 29, 2025
86298f3
Merge branch 'develop' into FEAT/account-page-redesign-new
arifulhoque7 Jan 1, 2026
a6710b5
Merge branch 'weDevsOfficial:develop' into FEAT/account-page-redesign…
arifulhoque7 Jan 1, 2026
b81ff7a
Update active nav item font size to text-base
arifulhoque7 Jan 1, 2026
e04c495
wip
sapayth Jan 2, 2026
ff24b58
sidebar added in new subscription page
sapayth Jan 2, 2026
9a0fbbe
subscriptions list
sapayth Jan 2, 2026
14e5a43
edit mode
sapayth Jan 2, 2026
036249b
Register and enqueue 'account' style for frontend
arifulhoque7 Jan 22, 2026
42accba
Update account and subscription dashboard UI
arifulhoque7 Jan 22, 2026
210b6d8
Merge branch 'develop' into FEAT/account-page-redesign-new
arifulhoque7 Jan 23, 2026
1f2e8d3
Merge branch 'develop' into FEAT/account-page-redesign-new
arifulhoque7 Jan 26, 2026
a5a8cf7
Merge remote-tracking branch 'upstream/develop' into develop
sapayth Jan 28, 2026
1a4b9eb
wip
sapayth Jan 28, 2026
4efbfcc
Merge branch 'develop' of https://github.com/sapayth/wp-user-frontend…
sapayth Jan 28, 2026
247e20c
Merge branch 'develop' of https://github.com/sapayth/wp-user-frontend…
sapayth Feb 17, 2026
2a48872
inline fields
sapayth Feb 17, 2026
6322998
refactor: subscription to react
sapayth Feb 27, 2026
6c8d386
Merge remote-tracking branch 'upstream/develop' into refactor/subscri…
sapayth Feb 27, 2026
770ec25
wip
sapayth Feb 27, 2026
7266d52
show tooltip
sapayth Mar 2, 2026
f9f8c3e
fix preferences tab
sapayth Mar 2, 2026
398d42c
update webpack
sapayth Mar 2, 2026
b8352db
cleanup
sapayth Mar 2, 2026
1600009
cleanup
sapayth Mar 2, 2026
49fd49d
phpcs for Admin_Subscription.php
sapayth Mar 2, 2026
9a61c96
cleanup
sapayth Mar 2, 2026
da3127c
cleanup the vue files
sapayth Mar 2, 2026
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
13 changes: 0 additions & 13 deletions assets/css/admin/subscriptions.css

This file was deleted.

4,275 changes: 4,275 additions & 0 deletions assets/css/subscriptions-rtl.css

Large diffs are not rendered by default.

4,277 changes: 4,277 additions & 0 deletions assets/css/subscriptions.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/subscriptions.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/account.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Account page CSS entry point
// Account page CSS entry point
import '../css/frontend/account.css';

// Account page JavaScript functionality
Expand Down
174 changes: 0 additions & 174 deletions assets/js/components/Subscriptions.vue

This file was deleted.

33 changes: 0 additions & 33 deletions assets/js/components/subscriptions/ContentHeader.vue

This file was deleted.

84 changes: 0 additions & 84 deletions assets/js/components/subscriptions/Edit.vue

This file was deleted.

46 changes: 0 additions & 46 deletions assets/js/components/subscriptions/Empty.vue

This file was deleted.

Loading
Loading