A theme component that allows for easily building and editing of markdown tables in Discourse.
Go to file
Penar Musaraj d754e7a2ec
FIX: Screen shaking on mobile view navigation (#45)
Setting a border on the `fullscreen-table-wrapper` element causes a
small shake in mobile views, especially on topics with multiple tables.

This PR removes the border on the table entirely. This was an almost
invisible visual effect when selecting the table (small border width,
whole table is set to 50% opacity).

It also makes a small refactor, moving the styles of the button outside
of the hover state.
2023-02-06 10:04:19 -05:00
.github DEV: Update CI workflows (#41) 2023-01-10 20:12:30 +00:00
assets/vendor DEV: Update vendor assets (#43) 2023-01-19 09:24:45 -08:00
common FIX: conflicting class declaration with core (#4) 2022-07-28 07:33:25 -07:00
javascripts DEV: Map Discourse locales to vendor spreadsheet locales (#42) 2023-01-19 09:24:31 -08:00
locales Update translations (#44) 2023-01-24 16:32:01 +01:00
scss FIX: Screen shaking on mobile view navigation (#45) 2023-02-06 10:04:19 -05:00
test FIX: do not edit wrong table when post has uploads (#37) 2023-01-04 08:06:25 +01:00
.eslintrc FIX: conflicting class declaration with core (#4) 2022-07-28 07:33:25 -07:00
.gitignore INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
.prettierrc INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
.template-lintrc.js INIT: Add base theme component files 2022-07-03 20:47:08 -07:00
LICENSE.txt DEV: Update about information (#14) 2022-08-11 12:58:02 -07:00
README.md FIX: New cover image not applying 2022-07-19 16:51:09 -07:00
about.json FIX: Minimum version should include `.beta9` (#15) 2022-08-12 08:12:19 -07:00
build.bash DEV: Update vendor assets (#43) 2023-01-19 09:24:45 -08:00
package-lock.json Bump json5 from 2.2.1 to 2.2.2 (#39) 2022-12-30 22:23:38 -05:00
package.json DEV: Update eslint-config-discourse, use prettier for hbs (#40) 2023-01-04 12:54:43 +00:00
translator.yml DEV: Add Crowdin support (#23) 2022-08-30 13:37:25 +02:00
yarn.lock DEV: Update eslint-config-discourse, use prettier for hbs (#40) 2023-01-04 12:54:43 +00:00

README.md

Discourse Table Builder

cover

A theme component that allows for easiy building and editing of markdown tables in Discourse.