-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update user labels based on design review #503
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d996e62 - Browse repository at this point
Copy the full SHA d996e62View commit details -
Merge commit '6039139a831aa9c8d9f9331eeb1f927163127680' into fix-5295…
…-code-component-style-fix
Configuration menu - View commit details
-
Copy full SHA for 1bae4b3 - Browse repository at this point
Copy the full SHA 1bae4b3View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 134ca9c - Browse repository at this point
Copy the full SHA 134ca9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce827e - Browse repository at this point
Copy the full SHA 2ce827eView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc922e8 - Browse repository at this point
Copy the full SHA fc922e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f309bb2 - Browse repository at this point
Copy the full SHA f309bb2View commit details
Commits on Aug 8, 2023
-
fixed incorrect array being used in comparison
Use `symmetricDifference` instead of `difference`. - `difference` only returns values that are present in the edited attributes, but not in the originally fetched attribute vales. This always ends up returning an empty array. - I used `symmetricDifference` as it returns an intersection of `difference` from both sides and works perfectly for this use case, as the original attributes never change.
Configuration menu - View commit details
-
Copy full SHA for da00454 - Browse repository at this point
Copy the full SHA da00454View commit details
Commits on Aug 10, 2023
-
use deep clone instead of reference copy
- Original code creates a reference copy of `$doc` into `$work` which means that editing values of `$work` changes the values in `$doc`. - Fix this behaviour by creating a deep clone of `$doc` into `$work`, so underlying values aren't cross-referenced.
Configuration menu - View commit details
-
Copy full SHA for 399ec90 - Browse repository at this point
Copy the full SHA 399ec90View commit details -
Simplify initialization of editable attributes for clarity
Instead of cramming all the steps for correct deep cloning, I split the implementation into 4 distinct steps: - define they keys to exclude - filtering the keys - reduce filtered keys into an object - returning a writable deep clone
Configuration menu - View commit details
-
Copy full SHA for 5ad0349 - Browse repository at this point
Copy the full SHA 5ad0349View commit details
Commits on Aug 11, 2023
-
Merge pull request #377 from kabhamo/fix-5295-code-component-style-fix
Fix 5295 code component style fix
3Configuration menu - View commit details
-
Copy full SHA for f2b170c - Browse repository at this point
Copy the full SHA f2b170cView commit details -
Merge pull request #495 from safwanyp/fix-5476-user-unable-to-update-…
…document-after-array-value-deletion fixed issue that didn't allow a user to update a document when deleting elements in an array attribute
3Configuration menu - View commit details
-
Copy full SHA for 2a0628a - Browse repository at this point
Copy the full SHA 2a0628aView commit details
Commits on Aug 15, 2023
-
Update user labels based on design review:
1. Fix typo in labels placeholder 2. Reorder tags and helper text
Configuration menu - View commit details
-
Copy full SHA for 17d0594 - Browse repository at this point
Copy the full SHA 17d0594View commit details
Commits on Aug 21, 2023
-
Merge branch '1.4.x' of github.com:appwrite/console into fix-user-lab…
…els-design-corrections
Configuration menu - View commit details
-
Copy full SHA for 8cea7d9 - Browse repository at this point
Copy the full SHA 8cea7d9View commit details