Commit Graph
1139 Commits
Author SHA1 Message Date
Alasdair Smith 4217b48a15 Hotfix RT button showing up when it isn't enabled 2018-03-27 20:10:03 +01:00
Paulo Jorge ReisandGitHub 70433e59da Merge pull request #447 from sharelatex/ja-remove-sixpack-from-history
Don't show history teaser image since it refers to SL
2018-03-27 10:10:27 +01:00
Paulo Jorge ReisandGitHub 8f7228d26e Merge pull request #437 from sharelatex/pr-v2-splitters
Improve v2 splitters
2018-03-27 10:08:05 +01:00
Paulo Jorge ReisandGitHub f633276570 Merge pull request #438 from sharelatex/ja-panel-style-tweaks
Focus and spacing tweaks
2018-03-27 10:07:17 +01:00
James Allen d2ba1c7266 Don't show history teaser image since it refers to SL 2018-03-26 11:43:48 +01:00
Alasdair Smith 5e2f838af4 Instead of loading script directly use requirejs config so it can be lazy loaded 2018-03-23 13:52:48 +00:00
Alasdair Smith 1a0154c9ea Load rich text code from module view include instead of hard coding 2018-03-23 12:37:16 +00:00
Alasdair Smith 74099440f3 Generate webpack entry points including modules 2018-03-23 12:37:16 +00:00
James Allen be3306aa0b Focus and spacing tweaks 2018-03-22 17:18:47 +00:00
Paulo Reis 906f4899aa Only use custom togglers in v2. 2018-03-22 12:10:34 +00:00
Paulo Reis db68134f81 Add i18n. 2018-03-22 11:48:14 +00:00
Paulo Reis 3f073c2341 Rename attributes and vars for clarity 2018-03-20 16:11:09 +00:00
Paulo Reis a3034fc79f Enable custom togglers. 2018-03-20 16:11:09 +00:00
James Allen a023512872 Collapse panel with v1 info 2018-03-20 13:50:51 +00:00
James Allen 3551f1453b Use flexible height v2 message panel 2018-03-20 12:15:18 +00:00
James Allen d8ed0e5277 Allow v2 notification banner to be dismissed 2018-03-20 12:15:18 +00:00
Alasdair Smith 408c195c6a Instead of using webpack chunk hashing, use existing system 2018-03-15 09:42:26 +00:00
James Allen e77168d791 Don't render URL section if not linked file 2018-03-05 11:21:31 +00:00
James Allen d4025908b7 Add in enabledLinkedFileTypes setting 2018-03-05 10:37:53 +00:00
James Allen 6848e97a82 Hook up refresh button to backend 2018-03-05 10:37:00 +00:00
James Allen 9733223840 Show linked file status in front end 2018-03-05 10:37:00 +00:00
James Allen b1dda931f4 Add in modal for creating linked URL file 2018-03-05 10:37:00 +00:00
Paulo Reis 1b7d3917ed Update Front chat widget according to latest config changes. 2018-02-21 14:58:00 +00:00
Paulo ReisandJames Allen 12233a23c9 Avoid erroring if the front object is undefined. 2018-02-21 13:39:39 +00:00
Paulo ReisandJames Allen 978a8eae59 Move files around. 2018-02-21 13:39:39 +00:00
Paulo ReisandJames Allen ef119402cf Add Front chat widget. 2018-02-21 13:39:39 +00:00
Alasdair Smith fafbbfef87 Fix bug where cursor position wouldn't be saved when switching documents
This was caused by an underlying bug/poor optimisation where the aceEditor
directive would be reconstructed every time when switching between documents.
This wiped instances like CursorPositionManager which relies on keeping state
between doc changes.

Now the directive is only removed when switching between Ace and CM. This
prevents other potential bugs and improves performance.
2018-02-19 11:45:00 +00:00
James AllenandGitHub a7fabb8e43 Merge pull request #321 from sharelatex/ja-recompile-tweaks
Animate toolbar for auto-compile and consolidate trigger logic
2018-02-14 09:34:16 +00:00
Brian GoughandGitHub 5fef846a6c Merge pull request #323 from sharelatex/bg-translate-error-message-for-duplicate-names
add translation for new doc/folder  "already exists" error
2018-02-12 10:08:46 +00:00
Brian Gough 8e048bcf67 add translation for new doc/folder "already exists" error 2018-02-09 16:37:38 +00:00
Alasdair SmithandGitHub 6088fcf82b Merge pull request #310 from sharelatex/ja-link-sharing-tweaks
Link sharing UX improvments
2018-02-09 11:23:28 +00:00
Alasdair SmithandGitHub 7ff0f40477 Merge pull request #266 from sharelatex/as-cm
CodeMirror
2018-02-09 11:23:11 +00:00
Alasdair Smith bfda9c595b Hide rich text behind feature flag 2018-02-09 10:42:11 +00:00
Alasdair Smith b9327cb2d4 Add toolbar with button to toggle rich text 2018-02-09 10:42:00 +00:00
Alasdair Smith f5b6d3ff3e Load basic CM instance with dummy content 2018-02-09 10:38:51 +00:00
Henry OswaldandGitHub ba1e45d12c Merge pull request #317 from sharelatex/ho-nice-recaptcha-message
improved recaptcha error message
2018-02-09 10:26:33 +00:00
James Allen bd9f30d858 Adjust icon spacing in PDF toolbar 2018-02-08 14:41:39 +00:00
James Allen 5bf2ff0a47 Show animated bar while auto-compile is pending 2018-02-08 13:39:56 +00:00
Brian GoughandGitHub 9224e164fe Merge pull request #315 from sharelatex/bg-validate-filenames-client
validate filenames on the client
2018-02-08 09:16:05 +00:00
Henry Oswald a52aed9070 improved recaptcha error message
- works on register and share project
- decided not to go down i18n for register, would be scope creep on async form
2018-02-07 14:15:13 +00:00
Brian Gough ddf1d6e65e add valid-file directive for front-end 2018-02-06 11:46:50 +00:00
James Allen 6a1597560e Remove unused modal templates 2018-02-06 10:16:06 +00:00
James Allen 4f89506afc Make link sharing more prominant 2018-02-06 10:06:32 +00:00
James Allen 37115b8408 Add loading indicator while server returns links 2018-02-06 10:00:59 +00:00
James Allen e7ba75c2e5 Don't show pop-up when changing link sharing status 2018-02-06 09:56:46 +00:00
James Allen 3e5527b826 UX tweaks to tags/folders side bar entry 2018-02-05 17:04:56 +00:00
James AllenandGitHub c89bbd7588 Merge pull request #296 from sharelatex/ja-show-v2-message
Show v2 message if awareOfV2 flag set
2018-02-02 11:04:06 +00:00
Brian GoughandGitHub 5e52ade1ff Merge pull request #286 from sharelatex/bg-prevent-duplicate-filenames
prevent duplicate filenames
2018-01-31 11:50:45 +00:00
James AllenandGitHub 9a9938083c Merge pull request #267 from sharelatex/as-remove-rollout
Remove rollout logic for auto compile and link sharing
2018-01-31 10:27:09 +00:00
James AllenandGitHub 97c0577d8e Merge pull request #293 from sharelatex/ja-allow-sl-login-to-v2
Show different message if user comes from SL instead of OL v2
2018-01-31 10:23:22 +00:00