Dimitrie Stefanescu
49a3723dff
feat(frontend): adds open in new tab to selection object
2021-05-11 09:31:53 +01:00
Dimitrie Stefanescu
a27ec5c73a
fix(frontend): responsiveness fix on stream page
...
the trick: set fluid prop on containers like this `:fluid="$vuetify.breakpoint.lgAndDown"` 💯
2021-05-11 09:25:27 +01:00
Dimitrie Stefanescu
18fb28e835
feat(frontend): loads up named views post load, and adds buttons for humans!
2021-05-10 18:29:11 +01:00
Dimitrie Stefanescu
d4348f24c7
feat(frontend): makes layout fluid for less whitespace
2021-05-10 17:16:16 +01:00
Dimitrie Stefanescu
d5bdcb54e3
improvement(frontend): various improvements
...
profile page alignment issues; adds latest commit in stream sidebar to reduce confusion when no
commits on main, and there are other commits on other branches; removes two unused components; adds
latest commit to stream query.
2021-05-08 21:45:17 +01:00
Dimitrie Stefanescu
86dfbb2e5e
feat(frontend): formatting
2021-05-08 20:29:57 +01:00
Dimitrie Stefanescu
df46ced4ca
feat(frontend): adds grayscale to stream previews
2021-05-08 20:16:06 +01:00
Dimitrie Stefanescu
fae853862f
feat(frontend): added basic previews to stream page
2021-05-07 21:55:00 +01:00
Dimitrie Stefanescu
b2288063de
feat(frontend): wip: preliminary clean of card display
2021-05-07 19:12:03 +01:00
Dimitrie Stefanescu
2006af35fd
feat(frontend): adds transition to preview image in rederer
...
for a less jarring experience
2021-05-07 19:11:32 +01:00
Dimitrie Stefanescu
7e314408b2
feat(frontend): adds renderer preview image placeholder
2021-05-07 18:39:52 +01:00
Dimitrie Stefanescu
c939687358
chore(frontend): formatting
2021-05-07 16:09:00 +01:00
Dimitrie Stefanescu
411c7cabd4
feat(frontend): adds selected object details
...
two different ways: viewer component embedded, or via events in other parts of the ui (e.g., parent
component of renderer)
2021-05-07 16:08:34 +01:00
Dimitrie Stefanescu
115ad605c3
feat(frontend/viewer): adds top/left/right/etc buttons ( closes #212 )
2021-05-06 11:26:13 +01:00
Matteo Cominetti
b248b50342
feat(frontend): updates source apps
2021-04-29 19:53:56 +01:00
Matteo Cominetti
d3eaa19216
fix: makes public streams visible to non logged users #105
2021-04-29 19:39:39 +01:00
Matteo Cominetti
f599312e84
Merge remote-tracking branch 'origin/main' into matteo/dev
2021-04-29 13:49:00 +01:00
Matteo Cominetti
79e85679ce
fix(frontend): #175
2021-04-29 13:48:51 +01:00
Dimitrie Stefanescu
261122a496
fix(frontend): unifies null check stream page and frontend page
2021-04-23 21:25:02 +01:00
Dimitrie Stefanescu
00a48a05ec
fix(frontend): adds null checks re #190
2021-04-23 21:23:35 +01:00
Matteo Cominetti
162a79903b
fix(frontend): re-adds support for ?invite=true
2021-04-09 18:09:05 +01:00
Matteo Cominetti
0867179878
feat(frontend): adds invite buttons to stream page and homepage, adds matomo events
2021-04-08 12:15:08 +01:00
Matteo Cominetti
7b3d78da60
feat(frontend/subs): adds subs for variuos operations + UI notifications for stream created and commit created
2021-04-07 22:08:16 +01:00
Matteo Cominetti
81dd641517
feat(frontend): improves invite dialog
2021-04-07 18:20:37 +01:00
Matteo Cominetti
a6dff66f74
Merge remote-tracking branch 'origin/main' into matteo/dev
2021-04-07 15:32:18 +01:00
Dimitrie Stefanescu
e5737eb55a
fix(frontend): corrects link to help section
2021-04-01 19:52:44 +01:00
Dimitrie Stefanescu
8fe118c3ea
feat(onboarding/frontend): adds link to help re adding account errors
2021-04-01 19:47:33 +01:00
Dimitrie Stefanescu
a97f5467f7
fix(frontend): adds renderer component alert
2021-03-26 19:57:01 +00:00
Dimitrie Stefanescu
bd7575c30b
feat(frontend): adds handling for invite=true query on stream page
...
re https://github.com/specklesystems/speckle-sharp/issues/152
2021-03-23 12:30:13 +00:00
Dimitrie Stefanescu
7028dda8dc
fix(frontend): adds sourceApplication field to branch.gql query
...
fixes #128
2021-03-23 12:16:11 +00:00
Dimitrie Stefanescu
ab4811f044
improvement(frontend): branch links as per @alanrynne's suggestion + removes some dangling code
2021-03-23 09:23:16 +00:00
Dimitrie Stefanescu
4d93cba420
feat(frontend): adds invite only toggle in server edit & fixes terms of service issue
2021-03-22 19:33:41 +00:00
Dimitrie Stefanescu
ee60eb6829
feat(frontend): invites: adds invitation sending for server & stream collabs dialogs
2021-03-22 18:45:32 +00:00
Dimitrie Stefanescu
cf8c6081a7
feat(frontend/server): implements invite in frontend & fixes some errors in the google strategy
2021-03-18 20:57:16 +00:00
Matteo Cominetti
fe3f55aa37
feat(frontend): allows for longer branch names #125
2021-03-16 12:11:08 +00:00
Dimitrie Stefanescu
3fabebb344
improvement(frontend): improves tos + privacy display from serverinfo variable
2021-03-16 08:47:36 +00:00
Matteo Cominetti
bd5c594483
fix(frontend): profile pic in upload dialog #139
2021-03-12 14:17:16 +00:00
Matteo Cominetti
ccc2dddb9f
feat(frontend): re-adds server-info #138
2021-03-12 12:50:45 +00:00
Matteo Cominetti
31202cd332
fix(frontend): redirect after stream deleted #136
2021-03-12 12:24:13 +00:00
Dimitrie Stefanescu
d060f57bec
fix(frontend): minor onboarding fixes
2021-03-12 10:20:42 +00:00
Matteo Cominetti
c067a7a1f1
feat(frontend): handles page not found and permissions errors gracefully, fixes #104
2021-03-10 22:12:14 +00:00
Matteo Cominetti
7efc8a4e73
fix(frontend): removes background2 for dim's joy
2021-03-10 21:38:16 +00:00
Matteo Cominetti
1a762d1fbd
feat(frontend): stream page to show errors without redirect
2021-03-10 21:32:27 +00:00
Matteo Cominetti
9439154f42
fix(frontend): minor ui fixes
2021-03-10 16:48:04 +00:00
Dimitrie Stefanescu
c42ba14861
refactor(frontend): removes import statement
...
ok i'm done fiddling merge time is now
2021-03-09 23:28:30 +00:00
Dimitrie Stefanescu
c06b0d34db
fix(frontend): empty state for main page
2021-03-09 23:24:57 +00:00
Dimitrie Stefanescu
2be0a6cc9c
fix(frontend): fixes onboarding check
...
(had it on in opposite case for testing purposes)
2021-03-09 23:20:09 +00:00
Dimitrie Stefanescu
6306abe0c3
feat(frontend): adds metrics to onboarding section
2021-03-09 23:17:44 +00:00
Dimitrie Stefanescu
1682a4a494
feat(frontend): onboarding flow for first time users ✅
...
adds a wizard to guide people through starting and creating their first stream
2021-03-09 23:04:50 +00:00
Dimitrie Stefanescu
85b6953790
fix(frontend): hotfix on recent activity links to commits
2021-03-09 15:22:46 +00:00