focalboard/webapp
Harshil Sharma 3bf9d9382e
Clickable Links (#393)
* Added implementation for making links clickable

* Improved some clicking UX

* Removed unused stuff

* Fixed lint issues

* Added Compass Icons to Focalboard

* Updaed go.mod

* Made sure links in URL property are always assumed as absolute

* Removed unnecessary JSX code block

* Allowing only http and https protocols

* Removed unused extensions from file loader

* Icon and URL imporvements

* Added React component for Compass Icons.
* Allowed URLs with any arbitrary protocol.
2021-05-26 16:14:09 +05:30
..
@custom_types Ran npm run fix 2020-10-20 12:50:53 -07:00
__mocks__ Add unit test for propertyMenu.tsx - basic setup 2021-03-19 07:41:11 -05:00
cypress Addining subpath support (#241) 2021-04-16 13:42:37 +02:00
html-templates Addining subpath support (#241) 2021-04-16 13:42:37 +02:00
i18n Translations update from Weblate (#455) 2021-05-25 07:59:25 +02:00
src Clickable Links (#393) 2021-05-26 16:14:09 +05:30
static Default favicon 2021-01-28 09:38:04 -08:00
.eslintignore Move package.json and webpack to under webapp 2020-10-20 11:48:08 -07:00
.eslintrc.json Refactor: card contentOrder 2020-12-18 12:52:45 -08:00
.nvmrc Used Node 16 and prevented soctet error from starting (#402) 2021-05-11 11:56:40 +02:00
.prettierignore Add prettier at least for css (#327) 2021-04-28 16:28:52 +02:00
.prettierrc.json Add prettier at least for css (#327) 2021-04-28 16:28:52 +02:00
cypress.json Add Cypress tests 2020-12-10 13:45:56 -08:00
NOTICE.txt [GH-38] Add date property (#391) 2021-05-10 07:46:07 +02:00
package-lock.json Clickable Links (#393) 2021-05-26 16:14:09 +05:30
package.json Clickable Links (#393) 2021-05-26 16:14:09 +05:30
tsconfig.json Add Cypress tests 2020-12-10 13:45:56 -08:00
tslint.json Move package.json and webpack to under webapp 2020-10-20 11:48:08 -07:00
webpack.common.js Clickable Links (#393) 2021-05-26 16:14:09 +05:30
webpack.dev.js Cleanup some eslint issues. 2020-10-20 13:26:06 -07:00
webpack.js webpack extractComments: false 2021-01-26 13:15:31 -08:00