18ae2a04ab
update user, write all values, query verification Badge ( #8593 )
2025-05-25 14:48:24 +00:00
Max
fb12a139bc
fix(webapp): better settings ux ( #8347 )
...
* Scroll to notification settings when opened (for mobile)
* scroll to settings content when clicking on menu entry
* Scroll to settings content on mobile and fix weird loading state
* Add fail-safety
* Fix linting
2025-04-14 17:56:29 +00:00
Wolfgang Huß
6590a8dd9f
Move location hint under location select on group and settings form
2023-02-01 11:11:30 +01:00
Wolfgang Huß
5f8368e971
Add hint to labels of user and group position settings
2023-01-31 17:50:03 +01:00
ogerly
52070b8c57
change color and scss in branding
2022-09-20 16:03:06 +02:00
0ba37aab18
- lots of additional tests
...
- removed 3 character condition for location query
- lint ing
2021-02-02 06:56:56 +01:00
31038c5c2a
- lint fixes
2021-02-02 02:48:31 +01:00
c0b25040c3
- frontend implementation location query
...
- remove mapboxtoken from .env template
2021-02-02 02:48:31 +01:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Raphael Beer
d465e94596
Refactor: use #shorthand for default v-slot attributes
2020-03-12 23:49:27 +01:00
Raphael Beer
5626cb2771
Revert "Refactor: replace default slots"
...
This reverts commit f1e308074bc33e6762431f90f335ed849776f4d9.
Let's take this one at a time...
2020-03-12 23:49:01 +01:00
Raphael Beer
c3cf682fdf
Refactor: replace default slots
2020-03-12 23:49:01 +01:00
Alina Beck
53931a38e5
fix cypress tests
2020-02-11 19:47:05 +01:00
Alina Beck
9895c32b0b
replace remaining instances of ds-card with base-card
2020-02-11 17:45:32 +01:00
Alina Beck
34006a25e2
rename primary to filled
2020-01-09 13:25:12 +05:30
Alina Beck
ea612bdf78
replace another batch of ds-buttons with base-buttons (wip)
2019-12-19 12:19:58 +05:30
mattwr18
d375ebe7d9
Write test/refactor tests/resolvers/middleware
...
- write tests for userMiddleware
- checks the functionality of nodes/locations middleware
- refactor to not allow users to update to remove their name
debatable whether we want that or not, but we do not allow users to
create accounts with no name, so we should be consistent, before we were
using neode to validate this, but we have are removing neode from
production code, so we must validate ourselves
- collate UpdateUser mutations to one
2019-12-12 18:14:47 +01:00
roschaefer
36062ffa8c
Fix lint
2019-11-16 14:34:23 +01:00
mattwr18
263b7d0aea
Fix lint
2019-10-02 10:11:39 +02:00
roschaefer
4ac80b0d58
refactor: align submit buttons consistently
...
@alina-beck said we have most buttons left-aligned, so I went with that:
https://github.com/Human-Connection/Human-Connection/pull/1711#discussion_r329505767
Also this uses icon `envelope` for emails. This makes sense, because we
could use icon `at` for slugs.
2019-10-02 01:10:28 +02:00
roschaefer
be6c4a6f7c
Refactor to use FormSchema
...
That way we can re-use the code for slug validation in the
CreateUserAccount component
2019-09-20 20:05:27 +02:00
roschaefer
efe9c96edb
Obviously your own slug does not matter
2019-09-20 20:05:27 +02:00
roschaefer
e6d7d1a936
Fix #1650
2019-09-20 20:05:27 +02:00
mattwr18
2aef2add3d
Add temporarily console.log statements to debug failed API call
...
- in production environment, the user locationName is updated, but it is
failing the `createOrUpdateLocations` function in backend/src/middleware/nodes/locations.js
For some reason, it seems like the API call is coming back with
something other than what we are looking for.
Need help debugging... we can remove this code after we figure out
what's wrong
2019-09-09 12:53:47 +02:00
mattwr18
e819ade8cb
Add console.log statement on error to help debug
...
- Geolocation is working in development, but not on staging or
production
2019-09-09 09:54:38 +02:00
Matt Rider
ff0b4b6867
Fix lint
2019-05-29 09:47:24 -03:00
5202763dd8
frontend lint fixes
2019-05-23 19:40:39 +02:00
ad05dcf735
frontend tests, backend tests
2019-05-02 17:47:34 +02:00
0be2891858
make email a required field for user, tests for front- & backend
2019-05-02 16:17:16 +02:00
3eb96a20b2
lint fixes
2019-04-17 15:21:08 +02:00
2efc77097f
match specification of Dennis - minimum 3 characters for username, no hint for user to change the username to "Anonymous", Toast error if userdata cannot be changed due to username restrictions, display "Anonymous" if no username is found in database (even tho this is against implemented rules)
2019-04-17 14:49:03 +02:00
c70e6227ba
first implementation - unclear if specifications are correct
2019-04-10 13:35:24 +02:00
Robert Schäfer
c91a61af89
Merging webapp to master
2019-03-20 21:06:17 +01:00