Commit Graph

831 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 589001d552 feat(frontend): wip 2022-01-06 18:27:21 +00:00
Dimitrie Stefanescu 02d62fa1fa feat(frontend): various 2022-01-02 23:48:52 +00:00
Dimitrie Stefanescu f909e43a2a feat(frontend): various 2022-01-02 14:56:39 +00:00
Dimitrie Stefanescu 7308d09cd3 feat(frontend): filtering 2021-12-31 11:39:58 +00:00
Dimitrie Stefanescu b3de85f193 feat(frontend): many things
really too many things changed for a commit message. just build this
2021-12-30 19:32:12 +00:00
Dimitrie Stefanescu b288e39e89 feat(frontend): cleanup 2021-12-30 09:53:39 +00:00
Cristian Balas 80c07c9850 frontend - fullscreen resize issue (#501) 2021-12-14 14:31:38 +02:00
Cristian Balas c6109f5903 [Frontend] Use new release versioning scheme (#496) 2021-12-14 10:19:45 +02:00
Dimitrie Stefanescu 8de2182826 fix(frontend): reverts async commit deletion (thanks @KatKatKateryna!) 2021-12-13 12:13:51 +00:00
Dimitrie Stefanescu 39e22486a3 refactor(frontend): implemented proper await
the codebase is quite messy, but the default behaviour should be await-ing things over
.then().catch()
2021-12-13 10:37:21 +00:00
Dimitrie Stefanescu fb01cd48e9 feat(frontend): app edit dialog DRY validation cc @KatKatKateryna 2021-12-13 10:32:20 +00:00
KatKatKateryna dd26320d10 refresh in a proper way (subscription event). Error: keys of the component add up instead of refreshing (both Update and Delete event) 2021-12-06 13:30:06 +08:00
KatKatKateryna 4ebac2afe1 $matomo is back 2021-12-02 14:03:11 +08:00
KatKatKateryna 1f2b3d3aef Merge branch 'main' into kate/added_buttons 2021-12-01 22:07:13 +08:00
KatKatKateryna 54cb497f24 App edit fixed + SAVE button disabled by default 2021-12-01 21:49:24 +08:00
KatKatKateryna befc10f7fe warning added; also reset to initial editing dialog if closed 2021-12-01 17:26:18 +08:00
KatKatKateryna 1e95aab6d5 delete commit fixed + redirected to Branch url 2021-12-01 16:05:48 +08:00
Dimitrie Stefanescu 88d9ba0b7a Merge pull request #487 from specklesystems/dim/branch-overview
Shiny new branch overview page
2021-11-30 19:43:47 +00:00
Dimitrie Stefanescu 0adc2e9955 Merge pull request #482 from specklesystems/gergo/emailValidatorFix
fix(frontend): add common robust email validator to frontend email fields
2021-11-30 19:31:47 +00:00
Dimitrie Stefanescu 1cc6523752 Merge pull request #477 from specklesystems/gergo/streamIdUnification
fix(frontend): replace streamid with streamId in frontend gql query
2021-11-30 19:22:00 +00:00
Dimitrie Stefanescu 6d8b46158f fix(frontend): minor styling quips 2021-11-30 19:14:25 +00:00
Dimitrie Stefanescu a8156d340a feat(frontend): cleanup 2021-11-30 18:46:48 +00:00
Dimitrie Stefanescu d43bb0765b feat(frontend): revamps the branch overview page 2021-11-30 18:40:20 +00:00
KatKatKateryna 7de7971fb3 $matomo removed 2021-12-01 00:25:07 +08:00
KatKatKateryna 08a6eb8ab2 both buttons done except $matomo 2021-11-30 23:53:59 +08:00
KatKatKateryna a5754d952e Commit delete added 2021-11-30 23:31:18 +08:00
KatKatKateryna 435ac8326b App editing working (except $matomo) 2021-11-30 22:29:11 +08:00
Gergő Jedlicska 2cb6ba3eba feat(frontend): add links to admin streams and users 2021-11-29 16:44:09 +01:00
Gergő Jedlicska 6b79bb1ccd fix(server): stream admin sort by stream size fixed 2021-11-29 15:40:33 +01:00
Gergő Jedlicska a94b17318a Merge branch 'main' of github.com:specklesystems/speckle-server into gergo/streamAdmin 2021-11-29 14:47:54 +01:00
Gergő Jedlicska 4c12a05a39 fix(frontend): add common robust email validator to frontend email fields
fixes #427
2021-11-24 14:40:14 +01:00
Dimitrie Stefanescu 4fc0021a83 style(frontend): removes console log statements 2021-11-24 12:59:30 +00:00
Dimitrie Stefanescu 036f3b956c fix(frontend): fixes race condition in renderer 2021-11-24 12:03:16 +00:00
Dimitrie Stefanescu 18f0140465 fix(viewer/frontend): fixes aspect ratio refresh and camera NaN position on ze
this was a really fustrating debug session: because we're setting `display:none` on the renderer dom
element if the vue renderer comp is destroyed (to keep one instance alive always), this would
trigger the on window resize function. In turn, this would set the camera aspect ratio from a div
thats 0x0px. Needless to say, things would refuse to work thereafterwards and a full page refresh
would be needed to reinstantiate the renderer.
2021-11-23 23:23:24 +00:00
Dimitrie Stefanescu a0929ec244 fix(frontend): adds null check in stream activity to remove console errors 2021-11-23 18:34:49 +00:00
Dimitrie Stefanescu 03036fb332 fix(frontend): fixes #478 (removes superflous info from commit query) 2021-11-23 18:30:55 +00:00
Gergő Jedlicska 5369aaa438 fix(frontend): replace streamid with streamId in frontend gql query
fixes #232
2021-11-23 16:54:37 +01:00
Gergő Jedlicska aedf54deb4 refactor(frontend, server): backport stream admin route handling solution to user admin 2021-11-23 14:55:21 +01:00
Gergő Jedlicska 8e984a2bef feat(frontend, server): add stream admin page with backend
fix #464
2021-11-23 14:53:22 +01:00
Gergő Jedlicska 6e24debfd0 feat(frontend): add WIP stream admin page 2021-11-17 13:23:56 +01:00
Dimitrie Stefanescu 8d14340630 feat(frontend): prelim viewer implementation 2021-11-16 08:00:16 +00:00
Gergő Jedlicska 02b580943a Merge branch 'main' into gergo/userDel 2021-11-08 13:01:23 +01:00
Matteo Cominetti 2fbaf97305 fix(frontend): better commit grouping #422 2021-11-05 14:50:23 +00:00
Gergő Jedlicska f7f3f1819a feat((frontend, server) archive user): add user archival functionality to admin
added server:archived-user role, now its possible to archive a given user
2021-11-04 13:32:00 +01:00
Gergő Jedlicska 2050aa9c95 feat((server, frontend) admin user deletion): add user deletion functionality to admin page 2021-11-02 21:34:38 +01:00
Dimitrie Stefanescu 23875f626b Merge branch 'main' into kate/viewer_tests
# Conflicts:
#	packages/frontend/src/components/UserAvatar.vue
2021-10-17 10:55:45 +01:00
Dimitrie Stefanescu 63d78d0f85 feat(frontend/rr): cleanup
removed unused component, reinstated viewer dependency
2021-10-16 19:43:36 +01:00
Gergő Jedlicska 3f12718063 fix((frontend) user admin): fix moon phase avatars
fix positioning of nested circular avatars
2021-10-14 16:07:27 +02:00
Dimitrie Stefanescu 0b7add4e06 feat(received receipts/frontend): layout improvements 👌
improved rr display in commit list items; fiddled with dialog display of all rrs; added conditional
display of rr in commit list item; moved rr display into its own component; added rr display on the
commit page
2021-10-13 19:40:05 +01:00
Dimitrie Stefanescu 3cd240b9d7 fix(frontend): missed a conflict resolution 😬 2021-10-13 12:46:30 +01:00