Commit Graph

427 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 5ee98e8db6 feat(frontend): various display improvements 2020-12-20 02:19:54 +02:00
Dimitrie Stefanescu efb91aa14e style(frontend): increases max line width in linter 2020-12-20 02:18:52 +02:00
Dimitrie Stefanescu bfd8088485 feat(frontend): adds error page
(stream 404s redirect to it, it's a temp measure)
2020-12-20 02:18:27 +02:00
Dimitrie Stefanescu 30b098f09c feat(frontend): splits dialogs edit/new stream 2020-12-20 02:17:53 +02:00
Dimitrie Stefanescu 225f3631da feat(server/frontend): various
frontend: adds profile page for non-self users; allows users to change their avatars; server: adds
avatar prop to user update
2020-12-17 11:35:21 +00:00
Dimitrie Stefanescu 125fb60338 fix(frontend): minor fixes in stream page layout 2020-12-16 21:58:03 +00:00
Dimitrie Stefanescu d5bfc8613f feat(frontend): buttons in sidebars (user/stream) 2020-12-16 21:57:32 +00:00
Dimitrie Stefanescu d8be80dc7e feat(server): fixes link sharing for stream update 2020-12-16 21:56:47 +00:00
Dimitrie Stefanescu 9c8c964059 feat(frontend): made all stream based routes child routes; fixed issues re multiple fetching 2020-12-16 12:29:07 +00:00
Dimitrie Stefanescu 25798b0e1c feat(frontend): various fixes and improvements 2020-12-15 23:40:51 +00:00
Dimitrie Stefanescu 0bbe3cf2e7 feat(frontend): stream list beautification and direct links 2020-12-15 20:37:33 +00:00
Dimitrie Stefanescu 2201f6e177 feat(frontend): stream description editing and proper md rendering and sanitisation 2020-12-15 20:36:54 +00:00
Dimitrie Stefanescu e658905dc5 feat(frontend): app creation and deletion 2020-12-15 20:35:58 +00:00
Dimitrie Stefanescu 7cd5a790ae feat(frontend): replacers all avatars with user avatar component 2020-12-14 17:17:24 +00:00
Dimitrie Stefanescu 7471ee5b6b feat(server): minor formatting 2020-12-14 16:11:26 +00:00
Dimitrie Stefanescu 0a4d6ef819 feat(server): adds redirect url return field to apps 2020-12-14 16:11:11 +00:00
Dimitrie Stefanescu fed36fb896 feat(frontend): moves user top menu and search bar into separate components
so they can be easily reused across mobile/desktop
2020-12-14 16:10:47 +00:00
Dimitrie Stefanescu 6cfec100f4 feat(frontend): token revokation and creation 2020-12-11 00:03:02 +00:00
Dimitrie Stefanescu 3510aa443b fix(server): token revokation checks for format (bearer xxx) 2020-12-11 00:02:20 +00:00
Dimitrie Stefanescu b70ef7e8d8 feat(frontend): profile PAT section shaping up 2020-12-10 22:33:52 +00:00
Dimitrie Stefanescu 622d61c491 feat(server): personal api token query & specs 2020-12-10 22:33:17 +00:00
Dimitrie Stefanescu aa73007adc feat(frontend): profile updates 2020-12-10 22:32:39 +00:00
Dimitrie Stefanescu dad4257f7f feat(frontend): stores user id in localstorage on login 2020-12-10 22:31:24 +00:00
Dimitrie Stefanescu 33b4c7ecad improvement(frontend): deps update 2020-12-10 22:30:51 +00:00
Dimitrie Stefanescu df0cba1466 fix(server): retuns personal user tokens correctly 2020-12-10 18:16:21 +00:00
Dimitrie Stefanescu 6ea1da3716 feat(frontend): split up sidebars in sub-components, +more work on profile page 2020-12-09 21:33:00 +00:00
Dimitrie Stefanescu 2051da8730 feat(frontend): object data viewer + scaffolded profile and user profile 2020-12-09 17:48:32 +00:00
Dimitrie Stefanescu b5f0014b26 feat(frontend): added links to commits in activity feed 2020-12-09 17:00:50 +00:00
Dimitrie Stefanescu 91e77a7a16 feat(frontend): adds commit data explorer (structured) 2020-12-09 16:07:07 +00:00
Dimitrie Stefanescu 745df446fe feat(frontend): various layout improvements 2020-12-08 15:32:06 +00:00
Dimitrie Stefanescu 2a416335c0 feat(frontend): new routes (branch, profile) and stream page improvs 2020-12-08 15:31:38 +00:00
Dimitrie Stefanescu 4010151f77 feat(frontend): minor fiddles w/h sidebars and commit list item (avatars) 2020-12-08 15:30:32 +00:00
Dimitrie Stefanescu 8399a80d09 feat(server): returns author avatar url for commits 2020-12-08 15:29:27 +00:00
Dimitrie Stefanescu ce53bd9486 feat(frontend): gql queries improvs (+adds branches and commits sep) 2020-12-08 15:28:48 +00:00
Dimitrie Stefanescu b538061205 feat(frontend): mobile menu 2020-12-08 15:27:46 +00:00
Dimitrie Stefanescu 174b914b41 feat(frontend): prevents white flash if system theme is dark 2020-12-08 15:26:58 +00:00
Dimitrie Stefanescu d33956173b feat(frontend): minor changes to stream collab layout & sidebar 2020-12-07 15:18:25 +00:00
Dimitrie Stefanescu 18675bf551 Merge pull request #53 from specklesystems/matteo/frontend
fix(ui): changes stream name length to max 150 chars, fixes feed text
2020-11-02 08:24:42 +00:00
Dimitrie Stefanescu c6a5c5cbce fix(logging): minor fixes 2020-11-02 07:54:18 +00:00
Dimitrie Stefanescu 3aaa63bfa3 feat(logging): preliminary implementation 2020-10-30 19:47:42 +00:00
Matteo Cominetti 25f2321428 fix(ui): changes stream name length to max 150 chars, fixes feed text 2020-10-27 14:28:23 +00:00
Dimitrie Stefanescu b87c0576b3 Merge pull request #52 from specklesystems/dim/uploads
Gzipped uploads and mimetypes
2020-10-24 22:17:28 +01:00
Dimitrie Stefanescu 3673fde9f7 feat(upload): allows for both gzipped multiparts as well as application/text/json
fixes some tests too
2020-10-24 21:01:25 +01:00
Dimitrie Stefanescu eb3a028dbb feat(compression): obj ingestion now accepts gzipped buffers 2020-10-24 18:33:52 +01:00
Dimitrie Stefanescu e783da1972 Merge pull request #50 from specklesystems/dim/upload-race-condition
fix(uploads): awaits db insertion before returning from upload route
2020-10-21 16:51:40 +01:00
Dimitrie Stefanescu d8a632a1c2 fix(uploads): awaits db insertion before returning from upload route 2020-10-21 16:48:31 +01:00
Dimitrie Stefanescu 2dafa8bb84 Merge pull request #49 from specklesystems/dependabot/npm_and_yarn/object-path-0.11.5
chore(deps): bump object-path from 0.11.4 to 0.11.5
2020-10-21 10:35:43 +01:00
dependabot[bot] c0812d523f chore(deps): bump object-path from 0.11.4 to 0.11.5
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-20 12:45:54 +00:00
Matteo Cominetti 9b4e5ccff4 Merge pull request #48 from specklesystems/matteo/frontend
Frontend 👓
2020-10-19 16:24:47 +01:00
Matteo Cominetti 48003d392b feat(ui): adds 300ms delay to tooltips 2020-10-19 16:23:05 +01:00