Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Kitspace

A place to share open source hardware electronics
Collective - Host: opensource - https://opencollective.com/kitspace - Website: https://kitspace.org - Code: https://github.com/kitspace

Merge pull request #219 from kitspace/prefetching

Fix not prefetching `Link`s

github.com/kitspace/kitspace-v2 - 9d6d90e4b602635305566b17b9b0c957f8091497 authored about 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #217 from kitspace/project-page-improvments

Project page improvements

github.com/kitspace/kitspace-v2 - 527f230365fa9a118b62d95d927344a3d40e798e authored about 3 years ago by Kaspar Emanuel <[email protected]>
remove clean webpack plugin

github.com/kitspace/web-extension - c31d214cbbcb83d128bc032a2ddf8848b1f6278f authored about 3 years ago by lxieyang <[email protected]>
update dependencies

github.com/kitspace/web-extension - 0697d69a6dd31e079f4f158ad48ac14efdaa97b3 authored about 3 years ago by lxieyang <[email protected]>
Merge branch 'master' of github.com:lxieyang/chrome-extension-boilerplate-react

github.com/kitspace/web-extension - 52e8cd367bf01c8fe8cb90fe4fadb01d27aa13a9 authored about 3 years ago by lxieyang <[email protected]>
prettier update

github.com/kitspace/web-extension - f148813438f5a99466324b27d66110bec780ea17 authored about 3 years ago by lxieyang <[email protected]>
Merge pull request #66 from adam-lynch/patch-1

Fix file extension in default popup message

github.com/kitspace/web-extension - df25c39d79945ed0b8c8751af6727fc936ac22c3 authored about 3 years ago by Michael Xieyang Liu <[email protected]>
Remove static fallback for error pages

- Static export don't play well with image optimization, we have to use
custom loader, i.e., a...

github.com/kitspace/kitspace-v2 - 28821a288412c7e39ae8d2aeb0a4cdb8727cf2a7 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Deps: update gitea@d1342b36f

- Fix: ignored status code for `__kitspace` requests.

github.com/kitspace/kitspace-v2 - 8912563748fbc39e49b9f2fbed43aa76d446ea62 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Add: `Custom404` page

github.com/kitspace/kitspace-v2 - eb51ab77b5e6df27107cd29cacae335bfc031a89 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: prefetching `Link`s

- Render `ProjectCard` as an `a` tag.
- Wrap plain text links in `<a>` tag.
- Fixes
- See https:...

github.com/kitspace/kitspace-v2 - 7379f40f1e5065a492ece307b7d3c98aee82ef25 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
UX: make username link to user page (`/${username}`)

github.com/kitspace/kitspace-v2 - 17c760ed7381c9ebf9c83f2fd6abee9247e6d1e5 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
UI: add visual separation between user menu and other menu items

github.com/kitspace/kitspace-v2 - 25655034b457bfce7126b210129f1ff67a133469 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
UI: add `UserMenu` items to the main drop down menu for small screens

github.com/kitspace/kitspace-v2 - aba87d803f58237857e8085299663f76e8ce92d1 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `/settings` page

github.com/kitspace/kitspace-v2 - b0fa50c8cdad12ca6cb83adb1f0eaf5b253abc34 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
e2e: fix regression caused by adding `UserMenu`

github.com/kitspace/kitspace-v2 - 7cdd6ee22102d031f7356930ad6afe34c7c976eb authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
UX: display different call of action depending on uploading permissions

- 'No ${asset} files were found.' for non-owners.
- 'No ${asset} files were found, commit files ...

github.com/kitspace/kitspace-v2 - c4f9e63dcaebafbb4152d4299f33ba7d77107f38 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: not dipalying order buttons when bom files are missing

- Ordering relys only on gerber files.
- BOM table relys only on bom files.

github.com/kitspace/kitspace-v2 - f41189632ce9f03b2198678d074eca023a0755c8 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: not displaying board showcase when BOM files are missing

- It were assumed if the BOM files is missing then there is no showcase
files too, this assump...

github.com/kitspace/kitspace-v2 - 2cef6b9ad2f01d2cda025a08d3b67ff2cccaef37 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: rename the `Log in` → `Login` for consistency

github.com/kitspace/kitspace-v2 - c2025a31364da3386d88c33c035148d91f43486d authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: `UserMenu`

- Move all the components to `UserMenu` to `UserMenu.js`,
- Wrap `UserMenu` in a `UserItem` and ...

github.com/kitspace/kitspace-v2 - 36aea0ec9243e875e99e401311ec339a6cf88aed authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Use nextjs `Image` for the `UserMenu` and log out using the `AuthContext`

github.com/kitspace/kitspace-v2 - 3c45db1823cbe900796a94dc24bbf1e0f7746f7c authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Config: allow `(gitea|processor).${KITSPACE_DOMAIN}` for next images

- Add `gitea.${KITSPACE_DOMAIN}, and `processor.${KITSAPCE_DOMAIN} for
nextjs image optimizati...

github.com/kitspace/kitspace-v2 - 3ee73c0712b8485f5a2b8f154c416160313d8ef6 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Start a user menu

github.com/kitspace/kitspace-v2 - 5effe2d633e3d5e101300c171f0df615d80c1ac2 authored about 3 years ago by Kaspar Emanuel <[email protected]>
Fix: readme images url in relative directories

- Previously only paths starting with `/` was considered a relative
path.
- Fixed it by suppor...

github.com/kitspace/kitspace-v2 - 6531f78ef5cc5c11419177a9645a879a0cfe1038 authored about 3 years ago by AbdulrhmnGhanem <[email protected]>
Reword "no parts to buy" message

github.com/kitspace/kitspace - 23b4ebafff33437f9f300946a6f5f7acf587735b authored about 3 years ago by Kaspar Emanuel <[email protected]>
Disable "buy parts" when no parts specified (#365)

github.com/kitspace/kitspace - cdf24e710eb5c4debfe3fe96c5b52ae1b1880a28 authored about 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #364 from kitspace/allow-setting-pcb-services

Allow setting pcb services

github.com/kitspace/kitspace - 0b1e23591fd5720cbd269d96484f529692bb7f0a authored about 3 years ago by Kaspar Emanuel <[email protected]>
Add note about .kicad_pcb to /submit

github.com/kitspace/kitspace - 70932abe7893af53411a55336782dba4db21e04c authored about 3 years ago by Kaspar Emanuel <[email protected]>
Update prettierrc

github.com/kitspace/kitspace - 6175cee4af4994ceb46c68f586b3615213ca4119 authored about 3 years ago by Kaspar Emanuel <[email protected]>
Disable "buy parts" when no parts specified

github.com/kitspace/kitspace - c3d7daf98145bd8438c2775a1df84ab26ceebc43 authored about 3 years ago by Kaspar Emanuel <[email protected]>
Add docs about new "pcb-services" field in yaml

github.com/kitspace/kitspace - f09643e211c78aee23ee6a59c7169d2bfa926f30 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add a way to restrict PCB services that show up on the page

github.com/kitspace/kitspace - c427626800a8ccc943009dbe91d82aa5cdcb79a1 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Correct capitalisation in _redirects

github.com/kitspace/kitspace - 3d0bc69e6664e3676870515d395b1f9f9e064e7a authored over 3 years ago by Kaspar Emanuel <[email protected]>
Update Jana-Marie's URLs

github.com/kitspace/kitspace - 6c13ac88efe7248aa801d5c8b7ab7a298d1128b6 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Server vs client rendering (#208)

* Refactor: use `getInitialProps` instead of `getServerSideProps`

- To avoid duplicating logi...

github.com/kitspace/kitspace-v2 - 63e8b6f71ce312bd5cc85fb9d090ff56ef9be5b1 authored over 3 years ago by Ghanem <[email protected]>
Build(deps): Bump nth-check from 2.0.0 to 2.0.1 in /processor (#207)

* Build(deps): Bump nth-check from 2.0.0 to 2.0.1 in /processor

Bumps [nth-check](https://git...

github.com/kitspace/kitspace-v2 - d516c17e3be2e2fa67ead15ed8d8d64c368b7c7a authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix form validation (#204)

* Fix: make useranem or email required in login form

* Fix: validate sign up/in froms `onBlur...

github.com/kitspace/kitspace-v2 - d7aefa9ec1bb796fa51f1ca9a4b356a887de81d1 authored over 3 years ago by Ghanem <[email protected]>
CI: avoid rebuilding images on deploying already built images (#206)

github.com/kitspace/kitspace-v2 - e5a655c5d2fbe837f821b90feae788a874026607 authored over 3 years ago by Ghanem <[email protected]>
Fix error messages (#203)

* Fix: error message always `An unexpected error has occurred`

* Refactor: use `getServerSide...

github.com/kitspace/kitspace-v2 - 03f76156f4c75e8a2fa047913255da722e5a84ea authored over 3 years ago by Ghanem <[email protected]>
Merge pull request #202 from kitspace/process-project-reamde

Move readme processing to the `processor`

github.com/kitspace/kitspace-v2 - 5b01be8485caff1f494ecdd70b4bdd5c8747a40b authored over 3 years ago by Kaspar Emanuel <[email protected]>
Change readme processing output: readme.json => reamde.html

github.com/kitspace/kitspace-v2 - a2a5dc064603b540cca2e8802ed0ad3831a69220 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Use internal docker network for accessing gitea from the processor

github.com/kitspace/kitspace-v2 - c0f475759793da7e8153691d8b0e52b0e7ee0a46 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Make hosts volume readonly

Co-authored-by: Kaspar Emanuel <[email protected]>

github.com/kitspace/kitspace-v2 - 6b2d4118a47d9f98b534a02ba0b219c7a8f8481c authored over 3 years ago by Ghanem <[email protected]>
Remove: readme processing from the frontend server

- Instead rely on the `readme.json` from the processor.

github.com/kitspace/kitspace-v2 - e755d35c562ca825897b32ba7447dcb49191bf03 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add reamde processinng support

- Still relys on gitea for processing for consistency.
- Cheerio for postprocessing (make urls a...

github.com/kitspace/kitspace-v2 - c6dc21fa78ac04b1983a65b73b56d7d15bf0ddec authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
UI|Fix: board showcase layout-shift after loading images

github.com/kitspace/kitspace-v2 - f26eb1b2cb02a6db91e1b1f7b527088512808888 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Build(deps): Bump next from 11.1.0 to 11.1.1 in /frontend (#200)

* Build(deps): Bump next from 11.1.0 to 11.1.1 in /frontend

Bumps [next](https://github.com/v...

github.com/kitspace/kitspace-v2 - 78a10447964f8283db0b18f888c95ccaff4225f6 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix file extension in default popup message

github.com/kitspace/web-extension - 5d8fb4db98d33ac99e00850fc18e60d0bba2c3bd authored over 3 years ago by Adam Lynch <[email protected]>
Add LouisLab/pivr (#363)

github.com/kitspace/kitspace - 4c1466129a6b6152bf063e9923b8d98859f6e2dc authored over 3 years ago by DavidTadres <[email protected]>
Merge pull request #198 from kitspace/navbar-search

Improve search UX

github.com/kitspace/kitspace-v2 - 0ccbd28d0ec53acc599d7af2c57fa89161c9c42f authored over 3 years ago by Kaspar Emanuel <[email protected]>
UI|Fix: don't show search loader in SSR mode

github.com/kitspace/kitspace-v2 - 59c61558dc9c01bd1b576ac1da31622516bd74a5 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
UI: imporve search input style for different screen sizes

github.com/kitspace/kitspace-v2 - 9f26c2e84b62d58eaae7b0b84c1e6f65a824bd9a authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
e2e|Fix: regression after adding the search to navbar

- I assumed the `projects/new` page will never have other `input`s
except for the sync url, my...

github.com/kitspace/kitspace-v2 - 48bc936c555550b901bace92a9ba34abca34847d authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: move NavBar.js -> Navbar/index.js

github.com/kitspace/kitspace-v2 - bd4a162bf076ae822d40e9aba11f684bc886f7c7 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
UI: make search use loaders while fetching

- Use loader in the search input itself if the page isn't `/search`.
- Use loader in page conten...

github.com/kitspace/kitspace-v2 - dbaecc4160249bc558620800d1a22b7d66625b2f authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
UI: move search input to navbar

github.com/kitspace/kitspace-v2 - dc01b0f4c168303d7f4cdbf101b2bb3b47ddfa45 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Support debugging frontend from VSCode (#197)

* Add support for debugging frontend from VSCode

- Run the node process for the frontend with...

github.com/kitspace/kitspace-v2 - 6c0183cfb4a5ac55b2750f41ed04edc13ccaa847 authored over 3 years ago by Ghanem <[email protected]>
Fix missing `original_url` for synced repos (#181)

github.com/kitspace/kitspace-v2 - cd86adde2ace38b9aa21b60f488d8863463d51d5 authored over 3 years ago by Ghanem <[email protected]>
Remove JLC Assembly columns from BOMs

github.com/kitspace/kitspace - e39e4ec30bfe9fa794bc438bf467bc686b71aaa0 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Revert "Update npm-1-click-bom for ignoring JLC"

This reverts commit 6541fbff72eda73fed7701ccf6867139946cd034.

github.com/kitspace/kitspace - 62aba3fb5f37ad62bc1261f6674499b2714eb546 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Update npm-1-click-bom for ignoring JLC

github.com/kitspace/kitspace - 6541fbff72eda73fed7701ccf6867139946cd034 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Remove JLC assembly

github.com/kitspace/npm-1-click-bom - f859cfbb5640691c188ef7cdf9809cb808c5cdc0 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Remove Cypress intercepts (#179)

github.com/kitspace/kitspace-v2 - 6f62857a669ed4b66ee2008f5285c1d9e48ebe0c authored over 3 years ago by Ghanem <[email protected]>
Fix checking for collaborators causing 404 (#165)

github.com/kitspace/kitspace-v2 - b9f0998d908dece1a6ca11fbf146d8d520504a19 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Disable schematic processing

github.com/kitspace/kitspace-v2 - 758c78cbe57a1433f702f00891dc588319f98969 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #175 from kitspace/search-form

Fix redirecting to `/search`

github.com/kitspace/kitspace-v2 - 242791cd10e05c74094607146f2427273fbd6cb9 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Update description in search.spec.js

github.com/kitspace/kitspace-v2 - 4591df7dae370d6af772cd3d99185de0ef63e432 authored over 3 years ago by Kaspar Emanuel <[email protected]>
e2e: submit search form without button

github.com/kitspace/kitspace-v2 - bdadb2f41021be6882381e82d7a67d251b8a9479 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
UI: remove search form button

github.com/kitspace/kitspace-v2 - 4d8e798dedf520fa3aeb82f93fb360f893af0e07 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: use same message as original kitspace for empty search

github.com/kitspace/kitspace-v2 - 3bbd91ebb938c47ba3bc178418768d157b4fab74 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: prevent flashing initial projects on search submit

github.com/kitspace/kitspace-v2 - a424c34c4df8f951985282be6617f0d368dc1f40 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: simplify search form submission

github.com/kitspace/kitspace-v2 - 194c24a33dcecfe5c7d69514d6e734112a0c290d authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Refactor: move /search style to `search.module.scss

github.com/kitspace/kitspace-v2 - 7b9f3e29bffa220b1810cfe363950577e02699ea authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add: Search context

- Add search context to simplify the communication between the from and
projects grid.

github.com/kitspace/kitspace-v2 - 12317734c71542d8f0624f2439a6b1ad08e26c36 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
CI: increase e2e timeout

github.com/kitspace/kitspace-v2 - c168d49bb0d9a480236ed6ad981778c74cc92529 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: docstring for populate.

- It should be on top of the callback function not `useCallback`.

github.com/kitspace/kitspace-v2 - c2363a4283147f3f638dff4ddfab598e0d59639f authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: make redirect on search form clear `shallow`.

github.com/kitspace/kitspace-v2 - 9c3806b0aee915b1608a4ce480e2b67294b6b255 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Merge pull request #177 from kitspace/loaders

Avoid flashing loaders for public paths

github.com/kitspace/kitspace-v2 - 55a115137ec9a1991e7dbc9ca5bc23d7e32d4371 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Build(deps): Bump jszip from 3.2.2 to 3.7.0 in /processor (#187)

* Build(deps): Bump jszip from 3.2.2 to 3.7.0 in /processor

Bumps [jszip](https://github.com/...

github.com/kitspace/kitspace-v2 - a57cd0fe1dd6b42e5e672b9eed5c4bf03338baa5 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix: propTypes for `/search`.

github.com/kitspace/kitspace-v2 - bbe92df39d21911c08f184034deb5725c559ba56 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Disable `revalidateonFocus` for `/search`.

- Whenever the page get focus, swr revalidates its data, i.e., query the
search endpoint.

github.com/kitspace/kitspace-v2 - a6be9291e7bc032077ffceeab759de0ebfacc73b authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
core: redirect to /search when the search field is empty.

github.com/kitspace/kitspace-v2 - 44a784aa9981efbf507b13583bfe04f7bae60ce1 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
core: fetch search results with swr in `/search`.

This was a bit tricky:

- The form and the projects grid can't be in the same component;changes ...

github.com/kitspace/kitspace-v2 - 4a73ad3b6dafaa5dd7a95953adf128406878fff5 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: only redirect to /search after submitting.

- Create a `Search` button.
- Redirect to `/search` after clicking on the `Search` button.

github.com/kitspace/kitspace-v2 - 53c5482fdc8819d43bf337491dbd69dec0c3b73d authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: history bug.

- When users get redirected for authentication reasons, they history
button gets stuck in the ...

github.com/kitspace/kitspace-v2 - 87fc2f756f476e57c2af2e0beb9355539b171aad authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: throttle loaders for authenticated routes.

- Leave a period in which the loader donesn't show up, during this
period the `loading` state ...

github.com/kitspace/kitspace-v2 - 6d373834d95d338ede2734bebab7dc3ffb67741d authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix: avoid flashing loaders for public paths.

- Paths neither marked as `requireSignIn` nor
`requireSingOut` are considered public paths; us...

github.com/kitspace/kitspace-v2 - e2a3d188a13da1e2f1cfc12d849232b80b045425 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
CI|Fix: use `GITHUB_TOKEN` instead of `CR_PAT`

- ghcr denied authentication.
- And as per docs
https://github.com/docker/login-action#github-...

github.com/kitspace/kitspace-v2 - 2d6b198b83b5c89863cb6699df49bc010bf30939 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add Cypress status to the README

github.com/kitspace/kitspace-v2 - 025a750239d10690700687e411fce8642385ce88 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Build(deps): Bump next from 11.0.0 to 11.1.0 in /frontend (#188)

* Build(deps): Bump next from 11.0.0 to 11.1.0 in /frontend

Bumps [next](https://github.com/v...

github.com/kitspace/kitspace-v2 - c1b0e65eb6a363c45539e047759884f487af292f authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build(deps): Bump path-parse from 1.0.6 to 1.0.7 in /frontend (#186)

* Build(deps): Bump path-parse from 1.0.6 to 1.0.7 in /frontend

Bumps [path-parse](https://gi...

github.com/kitspace/kitspace-v2 - 868f9190613b16bcb023708cff2a493008c065d2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Unify frontend and processor ibom (#184)

* Fix: unify frontend and backend ibom

* Add `scripts/generate_ibom_index.sh`

This script ...

github.com/kitspace/kitspace-v2 - 603313a8b425848a05dcf250adec9c9289a07c4b authored over 3 years ago by Ghanem <[email protected]>
Merge pull request #169 from kitspace/cypress@8

Upgrade [email protected]

github.com/kitspace/kitspace-v2 - dc2f96869a4edd3b497958f145aed900af0fe795 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #182 from kitspace/conflct-modal

Fix conflicting project names modal

github.com/kitspace/kitspace-v2 - 4e70ffd1a6dfca3b69f18483a88a36b9c02cff82 authored over 3 years ago by Kaspar Emanuel <[email protected]>
UI|Fix: make `Add files to ${originalProject}` orange

github.com/kitspace/kitspace-v2 - ded4a62d896f4010cff8536aec8c4c2163c93ea4 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Merge pull request #183 from kitspace/remove-signup-msg

Remove success message on sign-up

github.com/kitspace/kitspace-v2 - 72ffd8adca8fb7d4a1b5c9587a9dd7824e93916e authored over 3 years ago by Kaspar Emanuel <[email protected]>
Highlight drag and drop area when hovering (#168)

* Refactor: remove global dropzone style.

* UI: highlight drag and drop area on hovering.

...

github.com/kitspace/kitspace-v2 - 1935e22a9d24af000091e09934c51cebb74d4764 authored over 3 years ago by Ghanem <[email protected]>