Dimitrie Stefanescu
d43bb0765b
feat(frontend): revamps the branch overview page
2021-11-30 18:40:20 +00: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
5b957771e8
fix(deps): re-bootstrapped everything and ensured local build actually works
2021-11-24 11:12:33 +01: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
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
Gergő Jedlicska
3e5910dcb8
chore(lock files): fix lockfile versioning and some minor chores
2021-11-02 10:48:35 +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
Dimitrie Stefanescu
bb7b946fef
Merge branch 'main' into kate/viewer_tests
2021-10-13 12:16:05 +01:00
KatKatKateryna
899f8c3ad8
(cleaned) Avatars work (max 4, without pop-up card)
2021-10-13 11:36:37 +02:00
KatKatKateryna
1c6f033b8e
Avatars work (max 4, without pop-up card)
2021-10-13 11:30:25 +02:00
KatKatKateryna
23f2e60b7c
4 user avatars received
2021-10-13 11:18:50 +02:00
KatKatKateryna
e35db024c3
Avatars still don't load, but no errors
2021-10-13 01:05:37 +02:00
KatKatKateryna
13eb79de17
R fixed, but need multiple avatar queries
2021-10-12 22:41:27 +02:00
KatKatKateryna
f79ec57185
Avatars kinds work (only 1)
2021-10-12 20:59:56 +02:00
KatKatKateryna
503874851c
Pop-up message formatted
2021-10-12 19:47:48 +02:00
Dimitrie Stefanescu
4b2b19b04e
fix(frontend): hotfix on search bar regression
2021-10-12 16:58:38 +01:00
Dimitrie Stefanescu
a3eea734fc
chore(frontend): cleanup of stale code
2021-10-12 16:24:36 +01:00
Dimitrie Stefanescu
f57ac6ea3c
feat(frontend): implements hierarchical branch display in sidebar
2021-10-12 16:17:58 +01:00
Gergő Jedlicska
a6caa6bc04
Merge branch 'main' of github.com:specklesystems/speckle-server into user_admin_features
2021-10-11 13:00:02 +02:00
Gergő Jedlicska
ac1e612bf9
Merge pull request #421 from specklesystems/batch_invites
...
Admin: server invites
2021-10-11 12:46:32 +02:00
Dimitrie Stefanescu
988cf67785
style(frontend): batch cleanup & fixes
...
main change is input behaviour of the emails field
2021-10-11 11:32:01 +01:00
Dimitrie Stefanescu
6afc43ba32
fix(frontend): frontend validation
2021-10-10 12:44:36 +01:00
Dimitrie Stefanescu
9a85ca0bdb
feat(frontend): cleans up filenames & adds extra validation for branch names
2021-10-10 11:56:01 +01:00
Dimitrie Stefanescu
59c1ef00b5
Revert "style(frontend): removes _re from various file names (cleanup)"
...
This reverts commit 051f5d7bcb .
2021-10-09 20:42:57 +01:00
Dimitrie Stefanescu
051f5d7bcb
style(frontend): removes _re from various file names (cleanup)
2021-10-09 20:34:43 +01:00
Dimitrie Stefanescu
2dcf9b4bd1
Merge branch 'main' into parser
2021-10-09 20:21:04 +01:00
Dimitrie Stefanescu
e05cbd6843
fix(frontend): more lowercasing of branch names in branch create dialog
2021-10-09 20:18:39 +01:00
Dimitrie Stefanescu
d563006a92
feat(frontend): automatically redirects to lower cased branch name urls
2021-10-09 20:11:19 +01:00
Dimitrie Stefanescu
aaa5be1544
fix(frontend): adds commit created notifications back + branch created ones
2021-10-09 20:11:00 +01:00
Dimitrie Stefanescu
a5cca556c5
fix(frontend): stream created event snackbar is back in
2021-10-09 19:23:10 +01:00
Dimitrie Stefanescu
9e4774cff5
fix(frontend): fixes onboarding redirect (missing watch in new timeline view)
2021-10-09 18:58:43 +01:00
Dimitrie Stefanescu
f16f0f7972
feat(ifc/frontend): adds branch selection
2021-10-08 16:07:51 +01:00
Dimitrie Stefanescu
e6b7711b3d
feat(ifc/frontend/backend): re #426 , adds authorised download button for original files
2021-10-08 11:46:11 +01:00
Gergő Jedlicska
dcc0d3a83c
fix((frontend) user admin): fix company details
2021-10-08 11:28:18 +02:00
Dimitrie Stefanescu
6d1f8f4417
feat(ifc/frontend): access perms enforced on ifc upload page
2021-10-08 09:56:24 +01:00
Gergő Jedlicska
86ccb94b8f
refactor((frontend) user admin): differentiate the two allerts on the page
2021-10-07 16:00:54 +02:00
Dimitrie Stefanescu
c87767d003
feat(received receipts): minor fixes/fiddles for the layout
2021-10-06 18:25:14 +01:00
KatKatKateryna
9c6bb917d8
fixed AppName in Stream feed; removed small bug in CommitActivity
2021-10-06 18:24:07 +02:00
Gergő Jedlicska
023e498d31
Merge branch 'main' of github.com:specklesystems/speckle-server into user_admin_features
2021-10-06 16:19:22 +02:00