Commit Graph

1259 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 650b3ea1c6 fix(frontend): minor imperfect hack to get rid of scrollbars in main nav 2021-09-02 10:00:43 +01:00
Dimitrie Stefanescu 3e73f06035 fix(server): enforces lowercase when updating a branch name &
searches by LOWER(name) on stream branches to ensure backwards compatibility. This should be
efficient, as we're not searching on 1000s of branches; they're limited on a streamid where clause
first.
2021-09-02 09:48:14 +01:00
Dimitrie Stefanescu e4ad0a2a33 fix(frontend): hacks around css bug re bottom nav buttons
for some reason, they work fine locally, but when built they're not aligned properly
2021-09-01 18:23:28 +01:00
Dimitrie Stefanescu a5d86420b0 style(frontend): removes some stale code and comments 2021-09-01 17:47:28 +01:00
Dimitrie Stefanescu fc33c21510 fix(frontend): new stream toolbar button now consistent across breakpoints/navbar state combos 2021-09-01 17:29:45 +01:00
Dimitrie Stefanescu 28f3a22a34 fix(frontend): fixes #191 2021-09-01 17:23:34 +01:00
Dimitrie Stefanescu 809486d3a2 fix(frontend): fixes #372 (adds .toLowerCase() on branch param name in query) 2021-09-01 17:14:49 +01:00
Dimitrie Stefanescu 30a8e72d2f Merge branch 'main' into dim/frontend-fiddle 2021-09-01 17:09:03 +01:00
Dimitrie Stefanescu 8ca1223e73 fix(frontend): minor change in onboarding 2021-09-01 17:08:42 +01:00
Alan Rynne 22349df275 Merge pull request #384 from specklesystems/alan/frontend/embed-viewer-fix
Frontend: Embed Viewer separate app
2021-08-31 09:51:53 +02:00
Alan Rynne 5f9c8759ce chore: Fix package-lock.json 2021-08-31 09:08:06 +02:00
Dimitrie Stefanescu 56f70c247c feat(frontend): branch 404 alignment fix 2021-08-30 20:00:33 +03:00
Dimitrie Stefanescu f2dcb69298 fix(frontend): fixes 404 branch page 2021-08-30 19:48:44 +03:00
Dimitrie Stefanescu fa17d18cc4 feat(frontend): various tweaks 2021-08-30 19:39:07 +03:00
Dimitrie Stefanescu 66a4a509a9 feat(frontend): mobile layout improvements 2021-08-30 19:17:59 +03:00
Dimitrie Stefanescu 0890f1ea86 fix(server): reverts local change 2021-08-29 01:29:43 +03:00
Dimitrie Stefanescu de761bccb4 fix(frontend): title vs. component name alignment 2021-08-29 01:26:23 +03:00
Dimitrie Stefanescu e3dda471f0 fix(frontend): fixed imports 2021-08-29 01:21:46 +03:00
Dimitrie Stefanescu 38cfbbb97d feat(frontend): removed stale views & comps 2021-08-29 00:55:49 +03:00
Dimitrie Stefanescu 1a28700219 feat(frontend): minor fixes 2021-08-29 00:47:26 +03:00
Dimitrie Stefanescu 5b53830d6b feat(frontend): various 2021-08-29 00:25:58 +03:00
Dimitrie Stefanescu 5b3da99226 feat(frontend): empty states++ 2021-08-28 15:13:13 +03:00
Dimitrie Stefanescu cfa562c446 feat(frontend): empty states & wizard work 2021-08-28 14:23:20 +03:00
Dimitrie Stefanescu 37934e64f2 feat(frontend): various (share dialog, other dialog uniformisation, new stream branch err handling)
etc.
2021-08-28 11:11:22 +03:00
Matteo Cominetti 6d81da6047 Update readme.md 2021-08-27 23:47:24 +01:00
Matteo Cominetti e0ba3a905b Update readme.md 2021-08-27 23:46:54 +01:00
Matteo Cominetti b4bbc9d5c2 docs: updates the readme 2021-08-27 23:39:05 +01:00
Matteo Cominetti 1556e25483 docs: updates the readme 2021-08-27 23:38:23 +01:00
Dimitrie Stefanescu aa0d671d4b feat(frontend): sharing, redirects, more stuff 2021-08-27 20:43:11 +03:00
Dimitrie Stefanescu a1c25860cf feat(frontend): 404s uniformisation & co 2021-08-27 11:33:19 +03:00
Dimitrie Stefanescu 323dee4e1c feat(frontend): various last mile improvements 2021-08-26 19:53:36 +03:00
Alan Rynne 18eea01c29 feat(embed): Wrapped all localStorage access with try/catch statements 2021-08-26 16:27:53 +02:00
Alan Rynne b12a97b0e7 feat(embed): Removed apollo dependency 2021-08-26 16:24:33 +02:00
Dimitrie Stefanescu 661c5edcb1 feat(frontend): stream home page 2021-08-26 15:32:13 +03:00
Dimitrie Stefanescu 18b7201d04 feat(frontend): various 2021-08-26 15:15:49 +03:00
Dimitrie Stefanescu b652825867 feat(frontend): merged activity grouping (author: @teocomi) 2021-08-25 23:52:48 +03:00
Dimitrie Stefanescu 7453e2236c feat(frontend): more cleanups 2021-08-25 23:10:46 +03:00
Dimitrie Stefanescu d1f76b6de4 feat(frontend): cleared admin card 2021-08-25 18:44:45 +03:00
Dimitrie Stefanescu 251bff819a feat(frontend): progress 2021-08-25 18:39:29 +03:00
Dimitrie Stefanescu 0aab4f4833 fix(server): multiple fixes
1/ prevents hanging response on null object save; 2/ ignores globals branch commits (count & stream
commits route)
2021-08-24 20:07:09 +03:00
Dimitrie Stefanescu 1e5cbac001 feat(frontend): layout overhaul for mostly dim's OCD treatment 2021-08-24 20:04:56 +03:00
Alan Rynne b87bb45d3f chore: Removed embed route from main app 2021-08-23 09:54:20 +02:00
Alan Rynne c8867a5df4 chore: Cleanup and organisation 2021-08-23 09:25:30 +02:00
Alan Rynne 8308669e9d Specific vuertify, apollo for embedApp 2021-08-23 09:01:03 +02:00
Alan Rynne 911a025f57 fix: Added default_type to nginx config for embed (thx cristi!) 2021-08-20 14:49:31 +02:00
Alan Rynne 7c1a3bd195 feat: Embed route 2021-08-20 13:08:22 +02:00
Alan Rynne d40570cbf5 feat(embed): Embed app with it's own browser 2021-08-20 12:25:47 +02:00
Alan Rynne 9978e007d4 fake EmbedApp to hold our EmbedViewer.vue, needs convo with cristi 2021-08-20 11:27:53 +02:00
Matteo Cominetti 1742030b71 Merge pull request #381 from specklesystems/matteo/frontend-laundry
fix(frontend): fiexs webhook edit url
2021-08-11 17:48:26 +01:00
Matteo Cominetti f1e27c8ac5 fix(frontend): fiexs webhook edit url 2021-08-11 17:44:33 +01:00