Arman and GitHub
7a634a0d5b
Merge pull request #1162 from appwrite/feat-campaign-jsmasteryy
...
feat: js mastery campaign
4.3.15
2024-06-28 14:00:45 +02:00
Arman and GitHub
ea1df585dc
Merge pull request #1149 from appwrite/feat-startups-campaign
...
feat: 'review' template for campaigns
2024-06-28 14:00:26 +02:00
loks0n
a087109bc9
feat: add to settings
2024-06-28 10:53:45 +01:00
loks0n
346fbbdda8
feat: function scopes
2024-06-28 10:43:34 +01:00
Arman
b07f37e408
Merge branch 'main' of github.com:appwrite/console into fix-new-wizard-button-behavior
2024-06-27 18:07:09 +02:00
Arman
4f3724c3fc
Merge branch 'feat-startups-campaign' of github.com:appwrite/console into feat-campaign-jsmasteryy
2024-06-27 17:59:15 +02:00
Arman
3cad414bc8
feat: add image, copy, design fixes
2024-06-27 17:58:54 +02:00
Arman
08bf9cb052
Merge branch 'feat-execution-filter' of github.com:appwrite/console into feat-deployments-filters
2024-06-27 17:48:12 +02:00
Arman
a230852b41
Merge branch 'feat-execute-function-wizard' of github.com:appwrite/console into feat-execution-filter
2024-06-27 17:47:57 +02:00
Arman
71d6f1624a
fix: exit wizard
2024-06-27 17:46:09 +02:00
Arman
9c4e414e19
feat: mobile view
2024-06-27 17:37:11 +02:00
Arman
07d670ad6d
Merge branch 'feat-execution-filter' of github.com:appwrite/console into feat-deployments-filters
2024-06-27 17:33:18 +02:00
Arman
6abb878e34
feat: mobile view
2024-06-27 17:33:03 +02:00
Arman
7c43a1c9af
fix: column
2024-06-27 17:23:42 +02:00
loks0n
b81886e5b2
feat: update manual deployment
2024-06-27 15:36:28 +01:00
Arman
ee9f64f5f5
fix: small stuff
2024-06-27 15:35:26 +02:00
Arman
9e5479cffd
feat: deployment filtering
2024-06-27 15:26:57 +02:00
Arman
823c9ef38f
feat: mobile fix
2024-06-27 14:59:28 +02:00
Arman
85673b764a
feat: new layout
2024-06-27 14:36:23 +02:00
loks0n
b49b03de80
chore: arman review
2024-06-27 13:27:40 +01:00
loks0n
f5c260bfd3
chore: revert 'cancel' changes
2024-06-27 12:51:20 +01:00
loks0n
58cff550fd
feat: fix pill icon
2024-06-27 12:35:37 +01:00
loks0n
9a4bfe892a
chore: unused imports
2024-06-27 12:32:06 +01:00
loks0n
0e72ef7253
feat: cancel & delete executions
2024-06-27 12:28:16 +01:00
Arman
100066c6ab
fix: estimation box alignment and margin
2024-06-27 10:47:37 +02:00
Steven Nguyen
9518c7b933
fix: fix undefined error when submitting support ticket on account page
...
When on the account page, no organization is set so organization is
undefined. As such, an error like:
> Cannot read properties of undefined (reading '$id')
is thrown.
2024-06-26 16:54:22 +00:00
Arman
e9e10a36b1
fix: remove credits value on hover
2024-06-26 17:32:59 +02:00
Arman
d4dbcf73a1
feat: reviewer image route
2024-06-26 17:30:07 +02:00
Arman
678722faea
feat: js mastery campaign
2024-06-26 17:29:40 +02:00
Arman
fd0ec10125
feat: design review fixes and some logic
2024-06-26 17:19:13 +02:00
Arman
ca30a2ddee
feat: create tagList component, fix logic for enums and arrays
2024-06-26 16:33:39 +02:00
Arman
45cb5971cf
fix: use colum title in the tag, not id
2024-06-25 16:52:51 +02:00
Arman
049f3a3587
feat: add datetime filter
2024-06-25 16:52:34 +02:00
Arman
afce689291
refactor: operators doesn't need to be a store
2024-06-25 16:39:10 +02:00
Arman
7c0bdac7f5
refactor: operators store
2024-06-25 16:38:01 +02:00
Arman
9632172202
feat: refactor operators
2024-06-24 18:07:21 +02:00
Arman
8ad01b38dc
fix: operators is now a store not a const
2024-06-24 16:59:57 +02:00
Arman
de2968b9e3
feat: update campaign name
2024-06-24 16:06:17 +02:00
Arman
b5648d6c72
feat: add elements to array
2024-06-24 16:05:45 +02:00
Arman
e74876018d
fix: droplist element not being full witdh
2024-06-24 15:24:23 +02:00
Arman
8c4d6a098f
Merge branch 'refactor-filter-application-logic' of github.com:appwrite/console into feat-execution-filter
2024-06-24 14:49:16 +02:00
Arman
3fddb40017
feat: small design fixes
2024-06-24 14:48:12 +02:00
Bradley Schofield
678cba892c
Continue work on specs
2024-06-24 12:12:48 +09:00
FIRST_NAME LAST_NAME
dc468c78fb
wizard footer z-index addition
2024-06-23 15:01:04 +05:30
Steven Nguyen and GitHub
412bc33318
Merge pull request #1151 from appwrite/fix-851-incorrect-next-execution
...
Fix next execution showing n/a
4.3.14
2024-06-21 17:28:37 -07:00
Steven Nguyen
e531fe1e82
fix(functions): convert cron expression to timestamp
...
In a previous version of Appwrite, there was a next attribute with the
timestamp of when the function would be executed next. That was removed,
but the Console has not been updated to show the correct timestamp.
This PR installs cron-parser package and uses it to conver the schedule
to a human readable timestamp.
2024-06-22 00:05:14 +00:00
Arman
013ca8e3b0
empty commit
2024-06-21 16:17:02 +02:00
Arman
94dcccc27c
refactor: operators are now writable
2024-06-21 16:16:34 +02:00
Arman
fc8db9d7db
Merge branch 'refactor-filter-application-logic' of github.com:appwrite/console into feat-execution-filter
2024-06-21 15:12:02 +02:00
Christy Jacob
e9ed38016d
chore: remove imput
2024-06-21 13:07:42 +00:00