Dimitrie Stefanescu
eeadf103cb
typo fix
...
thanks bilal for the spot!
2021-09-02 15:49:58 +01:00
Dimitrie Stefanescu
25d9595b19
Merge pull request #390 from specklesystems/dim/frontend-fiddle
...
fix(frontend): correct branch url in share dialog
2021-09-02 14:48:17 +01:00
Dimitrie Stefanescu
f64d790c66
fix(frontend): correct branch url in share dialog
...
🤦♂️ mistake
2021-09-02 14:47:34 +01:00
dependabot[bot]
1f383095cf
build(deps): bump object-path from 0.11.5 to 0.11.7 in /packages/server
...
Bumps [object-path](https://github.com/mariocasciaro/object-path ) from 0.11.5 to 0.11.7.
- [Release notes](https://github.com/mariocasciaro/object-path/releases )
- [Commits](https://github.com/mariocasciaro/object-path/commits )
---
updated-dependencies:
- dependency-name: object-path
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-02 09:07:31 +00:00
Dimitrie Stefanescu
8581805cab
Merge pull request #388 from specklesystems/dim/frontend-fiddle
...
Dim/frontend fiddle
2021-09-02 10:06:14 +01:00
Dimitrie Stefanescu
a65de09c2f
fix(server): fix coming from tests
2021-09-02 10:02:54 +01:00
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
874817ff71
Merge pull request #387 from specklesystems/dim/frontend-fiddle
...
fix(frontend): hacks around css bug re bottom nav buttons
2021-09-01 18:24:27 +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
dependabot[bot]
8bc48173a3
build(deps): bump tar from 4.4.15 to 4.4.19 in /packages/server
...
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 16:50:30 +00: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
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
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